From: Kilian Saffran Date: Fri, 31 Dec 2021 13:22:21 +0000 (+0100) Subject: v20211231 X-Git-Url: http://cloud.dks.lu/git/?a=commitdiff_plain;h=1fe4f70832f7c05e374603f8f5bebcf9fcde8f0d;p=qube.git v20211231 --- diff --git a/public_html/shop.old/apitest b/public_html/apitest similarity index 100% rename from public_html/shop.old/apitest rename to public_html/apitest diff --git a/public_html/shop.old/getsession b/public_html/getsession similarity index 100% rename from public_html/shop.old/getsession rename to public_html/getsession diff --git a/public_html/shop.old/..nousehtaccess b/public_html/shop.old/..nousehtaccess deleted file mode 100644 index ed37538..0000000 --- a/public_html/shop.old/..nousehtaccess +++ /dev/null @@ -1,17 +0,0 @@ -#FcgidWrapper "/home/httpd/cgi-bin/php74-fcgi-starter.fcgi" .php -RewriteEngine on -DirectoryIndex index.php index.html -php_flag display_startup_errors on -php_flag display_errors on -php_flag html_errors on -php_value post_max_size 128M -php_value upload_max_filesize 128M -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d - - -RewriteRule "^(.*)$" "index.php" [NC,L,QSA] -# AuthUserFile "/usr/www/users/qubewv/api/.htpasswd" -# AuthName "Realm" -# AuthType Basic -# require valid-user diff --git a/public_html/shop.old/api.php b/public_html/shop.old/api.php deleted file mode 100644 index 319343f..0000000 --- a/public_html/shop.old/api.php +++ /dev/null @@ -1,80 +0,0 @@ - $value) - { - if ((is_file("lib/".$value) && strpos($value,'.') !== 0) && substr_compare($value, ".php", -strlen(".php")) === 0){ - require("lib/".$value); - } - } - $moduleclasses = scandir("lib/modules"); - foreach ($moduleclasses as $key => $value) - { - if ((is_file("lib/modules/".$value) && strpos($value,'.') !== 0) && substr_compare($value, ".php", -strlen(".php")) === 0){ - //error_log($value); - require("lib/modules/".$value); - } - } - $vars["sid"] = ""; - if (isset($_COOKIE[$cfg["cookie"]])){ - $vars["sid"] = $_COOKIE[$cfg["cookie"]]; - } - $db = new database($cfg["db"]); - $se = new session($db,$cfg); - - if (isset($vars["sid"]) && ($vars["sid"] != "")){ - $vars["session"] = $se->getSession($vars["sid"]); - $sess = $vars["session"]; - if (!isset($sess["userlanguage"])){ - $sess["userlanguage"] = $cfg["lang"]; - - } - require_once("lib/lang/".$sess["userlanguage"].".php"); - - } else { - //error_log("No Session!"); - $html["error"] = " No Authorization"; - header('Content-Type: application/json'); - echo json_encode($html); - exit(0); - } - - $html = array(); - $params = json_decode(file_get_contents('php://input'), true); - if ($cfg["debug"] == 1){ - $html["params"] = $params; - // $html["cfg"] = $cfg; - } - header('Content-Type: application/json'); - if (isset($params["cl"]) && isset($params["fn"]) && $params["cl"] != "database"){ - if (class_exists($params["cl"])) { - $strclass=$params["cl"]; - $cl = new $strclass($db,$cfg); - if (!method_exists($cl,$params["fn"])){ - $html["error"] = "class ".$params["cl"]."->method ".$params["fn"]." does not exist!"; - } - $r = new ReflectionMethod($strclass, $params["fn"]); - $metparams = $r->getParameters(); - $fnp = array(); - $prcnt = 0; - foreach ($metparams as $p) { - if (isset($params[$p->getName()])){ - array_push($fnp,$params[$p->getName()]); - } - if ($p->isOptional() === false){ - $prcnt++; - } - $html["fnparams"][$p->getName()] = (($p->isOptional() === true)?"optional":"required"); - } - if (count($fnp) < $prcnt){ - $html["error"] = "Function has ".$prcnt." required parameters!"; - } else { - $html["data"] = call_user_func_array(array($cl, $params["fn"]), $fnp); - } - } else { - $html["error"] = "class ".$params["cl"]." does not exist!"; - } - } - - echo json_encode($html); -?> diff --git a/public_html/shop.old/composer.old/composer.json b/public_html/shop.old/composer.old/composer.json deleted file mode 100644 index 913e88b..0000000 --- a/public_html/shop.old/composer.old/composer.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "require": { - "phpmailer/phpmailer": "~6.1", - "twig/twig": "^3.3" - } -} diff --git a/public_html/shop.old/composer.old/composer.lock b/public_html/shop.old/composer.old/composer.lock deleted file mode 100644 index 0d6647c..0000000 --- a/public_html/shop.old/composer.old/composer.lock +++ /dev/null @@ -1,323 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "f573b80bcff1eb214a1e170848d8062e", - "packages": [ - { - "name": "phpmailer/phpmailer", - "version": "v6.1.8", - "source": { - "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/917ab212fa00dc6eacbb26e8bc387ebe40993bc1", - "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*", - "php": ">=5.5.0" - }, - "require-dev": { - "doctrine/annotations": "^1.2", - "friendsofphp/php-cs-fixer": "^2.2", - "phpunit/phpunit": "^4.8 || ^5.7" - }, - "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-only" - ], - "authors": [ - { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" - } - ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "funding": [ - { - "url": "https://github.com/synchro", - "type": "github" - } - ], - "time": "2020-10-09T14:55:58+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.22.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-01-07T16:49:33+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.22.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-01-22T09:19:47+00:00" - }, - { - "name": "twig/twig", - "version": "v3.3.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.3.0" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "time": "2021-02-08T09:54:36+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.0.0" -} diff --git a/public_html/shop.old/composer.old/vendor/autoload.php b/public_html/shop.old/composer.old/vendor/autoload.php deleted file mode 100644 index 2286229..0000000 --- a/public_html/shop.old/composer.old/vendor/autoload.php +++ /dev/null @@ -1,7 +0,0 @@ - - * Jordi Boggiano - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Composer\Autoload; - -/** - * ClassLoader implements a PSR-0, PSR-4 and classmap class loader. - * - * $loader = new \Composer\Autoload\ClassLoader(); - * - * // register classes with namespaces - * $loader->add('Symfony\Component', __DIR__.'/component'); - * $loader->add('Symfony', __DIR__.'/framework'); - * - * // activate the autoloader - * $loader->register(); - * - * // to enable searching the include path (eg. for PEAR packages) - * $loader->setUseIncludePath(true); - * - * In this example, if you try to use a class in the Symfony\Component - * namespace or one of its children (Symfony\Component\Console for instance), - * the autoloader will first look for the class under the component/ - * directory, and it will then fallback to the framework/ directory if not - * found before giving up. - * - * This class is loosely based on the Symfony UniversalClassLoader. - * - * @author Fabien Potencier - * @author Jordi Boggiano - * @see https://www.php-fig.org/psr/psr-0/ - * @see https://www.php-fig.org/psr/psr-4/ - */ -class ClassLoader -{ - // PSR-4 - private $prefixLengthsPsr4 = array(); - private $prefixDirsPsr4 = array(); - private $fallbackDirsPsr4 = array(); - - // PSR-0 - private $prefixesPsr0 = array(); - private $fallbackDirsPsr0 = array(); - - private $useIncludePath = false; - private $classMap = array(); - private $classMapAuthoritative = false; - private $missingClasses = array(); - private $apcuPrefix; - - public function getPrefixes() - { - if (!empty($this->prefixesPsr0)) { - return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); - } - - return array(); - } - - public function getPrefixesPsr4() - { - return $this->prefixDirsPsr4; - } - - public function getFallbackDirs() - { - return $this->fallbackDirsPsr0; - } - - public function getFallbackDirsPsr4() - { - return $this->fallbackDirsPsr4; - } - - public function getClassMap() - { - return $this->classMap; - } - - /** - * @param array $classMap Class to filename map - */ - public function addClassMap(array $classMap) - { - if ($this->classMap) { - $this->classMap = array_merge($this->classMap, $classMap); - } else { - $this->classMap = $classMap; - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, either - * appending or prepending to the ones previously set for this prefix. - * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 root directories - * @param bool $prepend Whether to prepend the directories - */ - public function add($prefix, $paths, $prepend = false) - { - if (!$prefix) { - if ($prepend) { - $this->fallbackDirsPsr0 = array_merge( - (array) $paths, - $this->fallbackDirsPsr0 - ); - } else { - $this->fallbackDirsPsr0 = array_merge( - $this->fallbackDirsPsr0, - (array) $paths - ); - } - - return; - } - - $first = $prefix[0]; - if (!isset($this->prefixesPsr0[$first][$prefix])) { - $this->prefixesPsr0[$first][$prefix] = (array) $paths; - - return; - } - if ($prepend) { - $this->prefixesPsr0[$first][$prefix] = array_merge( - (array) $paths, - $this->prefixesPsr0[$first][$prefix] - ); - } else { - $this->prefixesPsr0[$first][$prefix] = array_merge( - $this->prefixesPsr0[$first][$prefix], - (array) $paths - ); - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, either - * appending or prepending to the ones previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-4 base directories - * @param bool $prepend Whether to prepend the directories - * - * @throws \InvalidArgumentException - */ - public function addPsr4($prefix, $paths, $prepend = false) - { - if (!$prefix) { - // Register directories for the root namespace. - if ($prepend) { - $this->fallbackDirsPsr4 = array_merge( - (array) $paths, - $this->fallbackDirsPsr4 - ); - } else { - $this->fallbackDirsPsr4 = array_merge( - $this->fallbackDirsPsr4, - (array) $paths - ); - } - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { - // Register directories for a new namespace. - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; - } elseif ($prepend) { - // Prepend directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - (array) $paths, - $this->prefixDirsPsr4[$prefix] - ); - } else { - // Append directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - $this->prefixDirsPsr4[$prefix], - (array) $paths - ); - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, - * replacing any others previously set for this prefix. - * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 base directories - */ - public function set($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr0 = (array) $paths; - } else { - $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, - * replacing any others previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-4 base directories - * - * @throws \InvalidArgumentException - */ - public function setPsr4($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr4 = (array) $paths; - } else { - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; - } - } - - /** - * Turns on searching the include path for class files. - * - * @param bool $useIncludePath - */ - public function setUseIncludePath($useIncludePath) - { - $this->useIncludePath = $useIncludePath; - } - - /** - * Can be used to check if the autoloader uses the include path to check - * for classes. - * - * @return bool - */ - public function getUseIncludePath() - { - return $this->useIncludePath; - } - - /** - * Turns off searching the prefix and fallback directories for classes - * that have not been registered with the class map. - * - * @param bool $classMapAuthoritative - */ - public function setClassMapAuthoritative($classMapAuthoritative) - { - $this->classMapAuthoritative = $classMapAuthoritative; - } - - /** - * Should class lookup fail if not found in the current class map? - * - * @return bool - */ - public function isClassMapAuthoritative() - { - return $this->classMapAuthoritative; - } - - /** - * APCu prefix to use to cache found/not-found classes, if the extension is enabled. - * - * @param string|null $apcuPrefix - */ - public function setApcuPrefix($apcuPrefix) - { - $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; - } - - /** - * The APCu prefix in use, or null if APCu caching is not enabled. - * - * @return string|null - */ - public function getApcuPrefix() - { - return $this->apcuPrefix; - } - - /** - * Registers this instance as an autoloader. - * - * @param bool $prepend Whether to prepend the autoloader or not - */ - public function register($prepend = false) - { - spl_autoload_register(array($this, 'loadClass'), true, $prepend); - } - - /** - * Unregisters this instance as an autoloader. - */ - public function unregister() - { - spl_autoload_unregister(array($this, 'loadClass')); - } - - /** - * Loads the given class or interface. - * - * @param string $class The name of the class - * @return bool|null True if loaded, null otherwise - */ - public function loadClass($class) - { - if ($file = $this->findFile($class)) { - includeFile($file); - - return true; - } - } - - /** - * Finds the path to the file where the class is defined. - * - * @param string $class The name of the class - * - * @return string|false The path if found, false otherwise - */ - public function findFile($class) - { - // class map lookup - if (isset($this->classMap[$class])) { - return $this->classMap[$class]; - } - if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { - return false; - } - if (null !== $this->apcuPrefix) { - $file = apcu_fetch($this->apcuPrefix.$class, $hit); - if ($hit) { - return $file; - } - } - - $file = $this->findFileWithExtension($class, '.php'); - - // Search for Hack files if we are running on HHVM - if (false === $file && defined('HHVM_VERSION')) { - $file = $this->findFileWithExtension($class, '.hh'); - } - - if (null !== $this->apcuPrefix) { - apcu_add($this->apcuPrefix.$class, $file); - } - - if (false === $file) { - // Remember that this class does not exist. - $this->missingClasses[$class] = true; - } - - return $file; - } - - private function findFileWithExtension($class, $ext) - { - // PSR-4 lookup - $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; - - $first = $class[0]; - if (isset($this->prefixLengthsPsr4[$first])) { - $subPath = $class; - while (false !== $lastPos = strrpos($subPath, '\\')) { - $subPath = substr($subPath, 0, $lastPos); - $search = $subPath . '\\'; - if (isset($this->prefixDirsPsr4[$search])) { - $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); - foreach ($this->prefixDirsPsr4[$search] as $dir) { - if (file_exists($file = $dir . $pathEnd)) { - return $file; - } - } - } - } - } - - // PSR-4 fallback dirs - foreach ($this->fallbackDirsPsr4 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { - return $file; - } - } - - // PSR-0 lookup - if (false !== $pos = strrpos($class, '\\')) { - // namespaced class name - $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) - . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); - } else { - // PEAR-like class name - $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; - } - - if (isset($this->prefixesPsr0[$first])) { - foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { - if (0 === strpos($class, $prefix)) { - foreach ($dirs as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - } - } - } - - // PSR-0 fallback dirs - foreach ($this->fallbackDirsPsr0 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - - // PSR-0 include paths. - if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { - return $file; - } - - return false; - } -} - -/** - * Scope isolated include. - * - * Prevents access to $this/self from included files. - */ -function includeFile($file) -{ - include $file; -} diff --git a/public_html/shop.old/composer.old/vendor/composer/InstalledVersions.php b/public_html/shop.old/composer.old/vendor/composer/InstalledVersions.php deleted file mode 100644 index 0fb90de..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/InstalledVersions.php +++ /dev/null @@ -1,245 +0,0 @@ - - array ( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'aliases' => - array ( - ), - 'reference' => 'd6d9f859a02aa1fe1966b13ccd2d4903b45b3808', - 'name' => '__root__', - ), - 'versions' => - array ( - '__root__' => - array ( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'aliases' => - array ( - ), - 'reference' => 'd6d9f859a02aa1fe1966b13ccd2d4903b45b3808', - ), - 'phpmailer/phpmailer' => - array ( - 'pretty_version' => 'v6.1.8', - 'version' => '6.1.8.0', - 'aliases' => - array ( - ), - 'reference' => '917ab212fa00dc6eacbb26e8bc387ebe40993bc1', - ), - 'symfony/polyfill-ctype' => - array ( - 'pretty_version' => 'v1.22.1', - 'version' => '1.22.1.0', - 'aliases' => - array ( - ), - 'reference' => 'c6c942b1ac76c82448322025e084cadc56048b4e', - ), - 'symfony/polyfill-mbstring' => - array ( - 'pretty_version' => 'v1.22.1', - 'version' => '1.22.1.0', - 'aliases' => - array ( - ), - 'reference' => '5232de97ee3b75b0360528dae24e73db49566ab1', - ), - 'twig/twig' => - array ( - 'pretty_version' => 'v3.3.0', - 'version' => '3.3.0.0', - 'aliases' => - array ( - ), - 'reference' => '1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5', - ), - ), -); - - - - - - - -public static function getInstalledPackages() -{ -return array_keys(self::$installed['versions']); -} - - - - - - - - - -public static function isInstalled($packageName) -{ -return isset(self::$installed['versions'][$packageName]); -} - - - - - - - - - - - - - - -public static function satisfies(VersionParser $parser, $packageName, $constraint) -{ -$constraint = $parser->parseConstraints($constraint); -$provided = $parser->parseConstraints(self::getVersionRanges($packageName)); - -return $provided->matches($constraint); -} - - - - - - - - - - -public static function getVersionRanges($packageName) -{ -if (!isset(self::$installed['versions'][$packageName])) { -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - -$ranges = array(); -if (isset(self::$installed['versions'][$packageName]['pretty_version'])) { -$ranges[] = self::$installed['versions'][$packageName]['pretty_version']; -} -if (array_key_exists('aliases', self::$installed['versions'][$packageName])) { -$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['aliases']); -} -if (array_key_exists('replaced', self::$installed['versions'][$packageName])) { -$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['replaced']); -} -if (array_key_exists('provided', self::$installed['versions'][$packageName])) { -$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['provided']); -} - -return implode(' || ', $ranges); -} - - - - - -public static function getVersion($packageName) -{ -if (!isset(self::$installed['versions'][$packageName])) { -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - -if (!isset(self::$installed['versions'][$packageName]['version'])) { -return null; -} - -return self::$installed['versions'][$packageName]['version']; -} - - - - - -public static function getPrettyVersion($packageName) -{ -if (!isset(self::$installed['versions'][$packageName])) { -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - -if (!isset(self::$installed['versions'][$packageName]['pretty_version'])) { -return null; -} - -return self::$installed['versions'][$packageName]['pretty_version']; -} - - - - - -public static function getReference($packageName) -{ -if (!isset(self::$installed['versions'][$packageName])) { -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - -if (!isset(self::$installed['versions'][$packageName]['reference'])) { -return null; -} - -return self::$installed['versions'][$packageName]['reference']; -} - - - - - -public static function getRootPackage() -{ -return self::$installed['root']; -} - - - - - - - -public static function getRawData() -{ -return self::$installed; -} - - - - - - - - - - - - - - - - - - - -public static function reload($data) -{ -self::$installed = $data; -} -} diff --git a/public_html/shop.old/composer.old/vendor/composer/LICENSE b/public_html/shop.old/composer.old/vendor/composer/LICENSE deleted file mode 100644 index f27399a..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - -Copyright (c) Nils Adermann, Jordi Boggiano - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/public_html/shop.old/composer.old/vendor/composer/autoload_classmap.php b/public_html/shop.old/composer.old/vendor/composer/autoload_classmap.php deleted file mode 100644 index b26f1b1..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/autoload_classmap.php +++ /dev/null @@ -1,10 +0,0 @@ - $vendorDir . '/composer/InstalledVersions.php', -); diff --git a/public_html/shop.old/composer.old/vendor/composer/autoload_files.php b/public_html/shop.old/composer.old/vendor/composer/autoload_files.php deleted file mode 100644 index a3e38ec..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/autoload_files.php +++ /dev/null @@ -1,11 +0,0 @@ - $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', -); diff --git a/public_html/shop.old/composer.old/vendor/composer/autoload_namespaces.php b/public_html/shop.old/composer.old/vendor/composer/autoload_namespaces.php deleted file mode 100644 index b7fc012..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/autoload_namespaces.php +++ /dev/null @@ -1,9 +0,0 @@ - array($vendorDir . '/twig/twig/src'), - 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), - 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), - 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'), -); diff --git a/public_html/shop.old/composer.old/vendor/composer/autoload_real.php b/public_html/shop.old/composer.old/vendor/composer/autoload_real.php deleted file mode 100644 index 6bb7d88..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/autoload_real.php +++ /dev/null @@ -1,75 +0,0 @@ -= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); - if ($useStaticLoader) { - require __DIR__ . '/autoload_static.php'; - - call_user_func(\Composer\Autoload\ComposerStaticInit885fbe19dab1b37aa91c383b45da3786::getInitializer($loader)); - } else { - $map = require __DIR__ . '/autoload_namespaces.php'; - foreach ($map as $namespace => $path) { - $loader->set($namespace, $path); - } - - $map = require __DIR__ . '/autoload_psr4.php'; - foreach ($map as $namespace => $path) { - $loader->setPsr4($namespace, $path); - } - - $classMap = require __DIR__ . '/autoload_classmap.php'; - if ($classMap) { - $loader->addClassMap($classMap); - } - } - - $loader->register(true); - - if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit885fbe19dab1b37aa91c383b45da3786::$files; - } else { - $includeFiles = require __DIR__ . '/autoload_files.php'; - } - foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire885fbe19dab1b37aa91c383b45da3786($fileIdentifier, $file); - } - - return $loader; - } -} - -function composerRequire885fbe19dab1b37aa91c383b45da3786($fileIdentifier, $file) -{ - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { - require $file; - - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; - } -} diff --git a/public_html/shop.old/composer.old/vendor/composer/autoload_static.php b/public_html/shop.old/composer.old/vendor/composer/autoload_static.php deleted file mode 100644 index aaad859..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/autoload_static.php +++ /dev/null @@ -1,62 +0,0 @@ - __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', - ); - - public static $prefixLengthsPsr4 = array ( - 'T' => - array ( - 'Twig\\' => 5, - ), - 'S' => - array ( - 'Symfony\\Polyfill\\Mbstring\\' => 26, - 'Symfony\\Polyfill\\Ctype\\' => 23, - ), - 'P' => - array ( - 'PHPMailer\\PHPMailer\\' => 20, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'Twig\\' => - array ( - 0 => __DIR__ . '/..' . '/twig/twig/src', - ), - 'Symfony\\Polyfill\\Mbstring\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', - ), - 'Symfony\\Polyfill\\Ctype\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', - ), - 'PHPMailer\\PHPMailer\\' => - array ( - 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', - ), - ); - - public static $classMap = array ( - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - ); - - public static function getInitializer(ClassLoader $loader) - { - return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit885fbe19dab1b37aa91c383b45da3786::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit885fbe19dab1b37aa91c383b45da3786::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit885fbe19dab1b37aa91c383b45da3786::$classMap; - - }, null, ClassLoader::class); - } -} diff --git a/public_html/shop.old/composer.old/vendor/composer/installed.json b/public_html/shop.old/composer.old/vendor/composer/installed.json deleted file mode 100644 index bee6d50..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/installed.json +++ /dev/null @@ -1,322 +0,0 @@ -{ - "packages": [ - { - "name": "phpmailer/phpmailer", - "version": "v6.1.8", - "version_normalized": "6.1.8.0", - "source": { - "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/917ab212fa00dc6eacbb26e8bc387ebe40993bc1", - "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*", - "php": ">=5.5.0" - }, - "require-dev": { - "doctrine/annotations": "^1.2", - "friendsofphp/php-cs-fixer": "^2.2", - "phpunit/phpunit": "^4.8 || ^5.7" - }, - "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" - }, - "time": "2020-10-09T14:55:58+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-only" - ], - "authors": [ - { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" - } - ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "funding": [ - { - "url": "https://github.com/synchro", - "type": "github" - } - ], - "install-path": "../phpmailer/phpmailer" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.22.1", - "version_normalized": "1.22.1.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "time": "2021-01-07T16:49:33+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-ctype" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.22.1", - "version_normalized": "1.22.1.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "time": "2021-01-22T09:19:47+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-mbstring" - }, - { - "name": "twig/twig", - "version": "v3.3.0", - "version_normalized": "3.3.0.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" - }, - "time": "2021-02-08T09:54:36+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.3.0" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "install-path": "../twig/twig" - } - ], - "dev": true, - "dev-package-names": [] -} diff --git a/public_html/shop.old/composer.old/vendor/composer/installed.php b/public_html/shop.old/composer.old/vendor/composer/installed.php deleted file mode 100644 index bb7936c..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/installed.php +++ /dev/null @@ -1,60 +0,0 @@ - - array ( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'aliases' => - array ( - ), - 'reference' => 'd6d9f859a02aa1fe1966b13ccd2d4903b45b3808', - 'name' => '__root__', - ), - 'versions' => - array ( - '__root__' => - array ( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'aliases' => - array ( - ), - 'reference' => 'd6d9f859a02aa1fe1966b13ccd2d4903b45b3808', - ), - 'phpmailer/phpmailer' => - array ( - 'pretty_version' => 'v6.1.8', - 'version' => '6.1.8.0', - 'aliases' => - array ( - ), - 'reference' => '917ab212fa00dc6eacbb26e8bc387ebe40993bc1', - ), - 'symfony/polyfill-ctype' => - array ( - 'pretty_version' => 'v1.22.1', - 'version' => '1.22.1.0', - 'aliases' => - array ( - ), - 'reference' => 'c6c942b1ac76c82448322025e084cadc56048b4e', - ), - 'symfony/polyfill-mbstring' => - array ( - 'pretty_version' => 'v1.22.1', - 'version' => '1.22.1.0', - 'aliases' => - array ( - ), - 'reference' => '5232de97ee3b75b0360528dae24e73db49566ab1', - ), - 'twig/twig' => - array ( - 'pretty_version' => 'v3.3.0', - 'version' => '3.3.0.0', - 'aliases' => - array ( - ), - 'reference' => '1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5', - ), - ), -); diff --git a/public_html/shop.old/composer.old/vendor/composer/platform_check.php b/public_html/shop.old/composer.old/vendor/composer/platform_check.php deleted file mode 100644 index a8b98d5..0000000 --- a/public_html/shop.old/composer.old/vendor/composer/platform_check.php +++ /dev/null @@ -1,26 +0,0 @@ -= 70205)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; -} - -if ($issues) { - if (!headers_sent()) { - header('HTTP/1.1 500 Internal Server Error'); - } - if (!ini_get('display_errors')) { - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); - } elseif (!headers_sent()) { - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; - } - } - trigger_error( - 'Composer detected issues in your platform: ' . implode(' ', $issues), - E_USER_ERROR - ); -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/COMMITMENT b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/COMMITMENT deleted file mode 100644 index a687e0d..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/COMMITMENT +++ /dev/null @@ -1,46 +0,0 @@ -GPL Cooperation Commitment -Version 1.0 - -Before filing or continuing to prosecute any legal proceeding or claim -(other than a Defensive Action) arising from termination of a Covered -License, we commit to extend to the person or entity ('you') accused -of violating the Covered License the following provisions regarding -cure and reinstatement, taken from GPL version 3. As used here, the -term 'this License' refers to the specific Covered License being -enforced. - - However, if you cease all violation of this License, then your - license from a particular copyright holder is reinstated (a) - provisionally, unless and until the copyright holder explicitly - and finally terminates your license, and (b) permanently, if the - copyright holder fails to notify you of the violation by some - reasonable means prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is - reinstated permanently if the copyright holder notifies you of the - violation by some reasonable means, this is the first time you - have received notice of violation of this License (for any work) - from that copyright holder, and you cure the violation prior to 30 - days after your receipt of the notice. - -We intend this Commitment to be irrevocable, and binding and -enforceable against us and assignees of or successors to our -copyrights. - -Definitions - -'Covered License' means the GNU General Public License, version 2 -(GPLv2), the GNU Lesser General Public License, version 2.1 -(LGPLv2.1), or the GNU Library General Public License, version 2 -(LGPLv2), all as published by the Free Software Foundation. - -'Defensive Action' means a legal proceeding or claim that We bring -against you in response to a prior proceeding or claim initiated by -you or your affiliate. - -'We' means each contributor to this repository as of the date of -inclusion of this file, including subsidiaries of a corporate -contributor. - -This work is available under a Creative Commons Attribution-ShareAlike -4.0 International license (https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/LICENSE b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/LICENSE deleted file mode 100644 index f166cc5..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/LICENSE +++ /dev/null @@ -1,502 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! \ No newline at end of file diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/README.md b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/README.md deleted file mode 100644 index c287e30..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/README.md +++ /dev/null @@ -1,221 +0,0 @@ -![PHPMailer](https://raw.github.com/PHPMailer/PHPMailer/master/examples/images/phpmailer.png) - -# PHPMailer - A full-featured email creation and transfer class for PHP - -Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](https://travis-ci.org/PHPMailer/PHPMailer) -[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/badges/quality-score.png?s=3758e21d279becdf847a557a56a3ed16dfec9d5d)](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/) -[![Code Coverage](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/badges/coverage.png?s=3fe6ca5fe8cd2cdf96285756e42932f7ca256962)](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/) - -[![Latest Stable Version](https://poser.pugx.org/phpmailer/phpmailer/v/stable.svg)](https://packagist.org/packages/phpmailer/phpmailer) [![Total Downloads](https://poser.pugx.org/phpmailer/phpmailer/downloads)](https://packagist.org/packages/phpmailer/phpmailer) [![Latest Unstable Version](https://poser.pugx.org/phpmailer/phpmailer/v/unstable.svg)](https://packagist.org/packages/phpmailer/phpmailer) [![License](https://poser.pugx.org/phpmailer/phpmailer/license.svg)](https://packagist.org/packages/phpmailer/phpmailer) [![API Docs](https://github.com/phpmailer/phpmailer/workflows/Docs/badge.svg)](http://phpmailer.github.io/PHPMailer/) - -## Class Features -- Probably the world's most popular code for sending email from PHP! -- Used by many open-source projects: WordPress, Drupal, 1CRM, SugarCRM, Yii, Joomla! and many more -- Integrated SMTP support - send without a local mail server -- Send emails with multiple To, CC, BCC and Reply-to addresses -- Multipart/alternative emails for mail clients that do not read HTML email -- Add attachments, including inline -- Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings -- SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SSL and SMTP+STARTTLS transports -- Validates email addresses automatically -- Protect against header injection attacks -- Error messages in over 50 languages! -- DKIM and S/MIME signing support -- Compatible with PHP 5.5 and later -- Namespaced to prevent name clashes -- Much more! - -## Why you might need it -Many PHP developers need to send email from their code. The only PHP function that supports this is [`mail()`](https://www.php.net/manual/en/function.mail.php). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments. - -Formatting email correctly is surprisingly difficult. There are myriad overlapping RFCs, requiring tight adherence to horribly complicated formatting and encoding rules – the vast majority of code that you'll find online that uses the `mail()` function directly is just plain wrong! -*Please* don't be tempted to do it yourself – if you don't use PHPMailer, there are many other excellent libraries that you should look at before rolling your own. Try [SwiftMailer](https://swiftmailer.symfony.com/), [Zend/Mail](https://zendframework.github.io/zend-mail/), [ZetaComponents](https://github.com/zetacomponents/Mail) etc. - -The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD, and macOS platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP implementation allows email sending on Windows platforms without a local mail server. - -## License -This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read LICENSE for information on the software availability and distribution. - -## Installation & loading -PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file: - -```json -"phpmailer/phpmailer": "~6.1" -``` - -or run - -```sh -composer require phpmailer/phpmailer -``` - -Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of PHPMailer. - -If you want to use the Gmail XOAUTH2 authentication class, you will also need to add a dependency on the `league/oauth2-client` package in your `composer.json`. - -Alternatively, if you're not using Composer, copy the contents of the PHPMailer folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually: - -```php -SMTPDebug = SMTP::DEBUG_SERVER; // Enable verbose debug output - $mail->isSMTP(); // Send using SMTP - $mail->Host = 'smtp1.example.com'; // Set the SMTP server to send through - $mail->SMTPAuth = true; // Enable SMTP authentication - $mail->Username = 'user@example.com'; // SMTP username - $mail->Password = 'secret'; // SMTP password - $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged - $mail->Port = 587; // TCP port to connect to, use 465 for `PHPMailer::ENCRYPTION_SMTPS` above - - //Recipients - $mail->setFrom('from@example.com', 'Mailer'); - $mail->addAddress('joe@example.net', 'Joe User'); // Add a recipient - $mail->addAddress('ellen@example.com'); // Name is optional - $mail->addReplyTo('info@example.com', 'Information'); - $mail->addCC('cc@example.com'); - $mail->addBCC('bcc@example.com'); - - // Attachments - $mail->addAttachment('/var/tmp/file.tar.gz'); // Add attachments - $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); // Optional name - - // Content - $mail->isHTML(true); // Set email format to HTML - $mail->Subject = 'Here is the subject'; - $mail->Body = 'This is the HTML message body in bold!'; - $mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; - - $mail->send(); - echo 'Message has been sent'; -} catch (Exception $e) { - echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; -} -``` - -You'll find plenty more to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. - -If you are re-using the instance (e.g. when sending to a mailing list), you may need to clear the recipient list to avoid sending duplicate messages. See [the mailing list example](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) for further guidance. - -That's it. You should now be ready to use PHPMailer! - -## Localization -PHPMailer defaults to English, but in the [language](https://github.com/PHPMailer/PHPMailer/tree/master/language/) folder you'll find many translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this: - -```php -// To load the French version -$mail->setLanguage('fr', '/optional/path/to/language/directory/'); -``` - -We welcome corrections and new languages - if you're looking for corrections to do, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations. - -## Documentation -Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, this should be the first place you look as it's the most frequently updated. - -Examples of how to use PHPMailer for common scenarios can be found in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. If you're looking for a good starting point, we recommend you start with [the Gmail example](https://github.com/PHPMailer/PHPMailer/tree/master/examples/gmail.phps). - -Note that in order to reduce PHPMailer's deployed code footprint, the examples are no longer included if you load PHPMailer via Composer or via [GitHub's zip file download](https://github.com/PHPMailer/PHPMailer/archive/master.zip), so you'll need to either clone the git repository or use the above links to get to the examples directly. - -Complete generated API documentation is [available online](http://phpmailer.github.io/PHPMailer/). - -You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](http://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good source of how to do various operations such as encryption. - -If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](http://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting). - -## Tests -There is a PHPUnit test script in the [test](https://github.com/PHPMailer/PHPMailer/tree/master/test/) folder. PHPMailer uses PHPUnit 4.8 - we would use 5.x but we need to run on PHP 5.5. - -Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](https://travis-ci.org/PHPMailer/PHPMailer) - -If this isn't passing, is there something you can do to help? - -## Security -Please disclose any vulnerabilities found responsibly - report any security problems found to the maintainers privately. - -PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, [CVE-2017-5223](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5223). If content passed into `msgHTML()` is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity. - -PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to [CVE-2016-10045](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10045) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10045-Vuln-Patch-Bypass.html), and patched by Paul Buonopane (@Zenexer). - -PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to [CVE-2016-10033](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10033) a critical remote code execution vulnerability, responsibly reported by [Dawid Golunski](http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html). - -See [SECURITY](https://github.com/PHPMailer/PHPMailer/tree/master/SECURITY.md) for more detail on security issues. - -## Contributing -Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues). - -We're particularly interested in fixing edge-cases, expanding test coverage and updating translations. - -If you found a mistake in the docs, or want to add something, go ahead and amend the wiki - anyone can edit it. - -If you have git clones from prior to the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone: - -```sh -git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git -``` - -Please *don't* use the SourceForge or Google Code projects any more; they are obsolete and no longer maintained. - -## Sponsorship -Development time and resources for PHPMailer are provided by [Smartmessages.net](https://info.smartmessages.net/), a powerful email marketing system. - -Smartmessages email marketing - -Other contributions are gladly received, whether in beer 🍺, T-shirts 👕, Amazon wishlist raids, or cold, hard cash 💰. If you'd like to donate to say "thank you" to maintainers or contributors, please contact them through individual profile pages via [the contributors page](https://github.com/PHPMailer/PHPMailer/graphs/contributors). - -## Changelog -See [changelog](changelog.md). - -## History -- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/). -- Marcus Bointon (coolbru on SF) and Andy Prevost (codeworxtech) took over the project in 2004. -- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski. -- Marcus created his fork on [GitHub](https://github.com/Synchro/PHPMailer) in 2008. -- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer in 2013. -- PHPMailer moves to the [PHPMailer organisation](https://github.com/PHPMailer) on GitHub in 2013. - -### What's changed since moving from SourceForge? -- Official successor to the SourceForge and Google Code projects. -- Test suite. -- Continuous integration with Travis-CI. -- Composer support. -- Public development. -- Additional languages and language strings. -- CRAM-MD5 authentication support. -- Preserves full repo history of authors, commits and branches from the original SourceForge project. diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/SECURITY.md b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/SECURITY.md deleted file mode 100644 index fc3e61c..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/SECURITY.md +++ /dev/null @@ -1,30 +0,0 @@ -# Security notices relating to PHPMailer - -Please disclose any vulnerabilities found responsibly - report any security problems found to the maintainers privately. - -PHPMailer versions 6.1.5 and earlier contain an output escaping bug that occurs in `Content-Type` and `Content-Disposition` when filenames passed into `addAttachment` and other methods that accept attachment names contain double quote characters, in contravention of RFC822 3.4.1. No specific vulnerability has been found relating to this, but it could allow file attachments to bypass attachment filters that are based on matching filename extensions. Recorded as [CVE-2020-13625](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-13625). Reported by Elar Lang of Clarified Security. - -PHPMailer versions prior to 6.0.6 and 5.2.27 are vulnerable to an object injection attack by passing `phar://` paths into `addAttachment()` and other functions that may receive unfiltered local paths, possibly leading to RCE. Recorded as [CVE-2018-19296](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-19296). See [this article](https://knasmueller.net/5-answers-about-php-phar-exploitation) for more info on this type of vulnerability. Mitigated by blocking the use of paths containing URL-protocol style prefixes such as `phar://`. Reported by Sehun Oh of cyberone.kr. - -PHPMailer versions prior to 5.2.24 (released July 26th 2017) have an XSS vulnerability in one of the code examples, [CVE-2017-11503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-11503). The `code_generator.phps` example did not filter user input prior to output. This file is distributed with a `.phps` extension, so it it not normally executable unless it is explicitly renamed, and the file is not included when PHPMailer is loaded through composer, so it is safe by default. There was also an undisclosed potential XSS vulnerability in the default exception handler (unused by default). Patches for both issues kindly provided by Patrick Monnerat of the Fedora Project. - -PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, [CVE-2017-5223](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5223). If content passed into `msgHTML()` is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity. - -PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to [CVE-2016-10045](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10045) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10045-Vuln-Patch-Bypass.html), and patched by Paul Buonopane (@Zenexer). - -PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to [CVE-2016-10033](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10033) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html). - -PHPMailer versions prior to 5.2.14 (released November 2015) are vulnerable to [CVE-2015-8476](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8476) an SMTP CRLF injection bug permitting arbitrary message sending. - -PHPMailer versions prior to 5.2.10 (released May 2015) are vulnerable to [CVE-2008-5619](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5619), a remote code execution vulnerability in the bundled html2text library. This file was removed in 5.2.10, so if you are using a version prior to that and make use of the html2text function, it's vitally important that you upgrade and remove this file. - -PHPMailer versions prior to 2.0.7 and 2.2.1 are vulnerable to [CVE-2012-0796](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0796), an email header injection attack. - -Joomla 1.6.0 uses PHPMailer in an unsafe way, allowing it to reveal local file paths, reported in [CVE-2011-3747](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3747). - -PHPMailer didn't sanitise the `$lang_path` parameter in `SetLanguage`. This wasn't a problem in itself, but some apps (PHPClassifieds, ATutor) also failed to sanitise user-provided parameters passed to it, permitting semi-arbitrary local file inclusion, reported in [CVE-2010-4914](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4914), [CVE-2007-2021](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-2021) and [CVE-2006-5734](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-5734). - -PHPMailer 1.7.2 and earlier contained a possible DDoS vulnerability reported in [CVE-2005-1807](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1807). - -PHPMailer 1.7 and earlier (June 2003) have a possible vulnerability in the `SendmailSend` method where shell commands may not be sanitised. Reported in [CVE-2007-3215](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-3215). - diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/VERSION b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/VERSION deleted file mode 100644 index aeee9f7..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/VERSION +++ /dev/null @@ -1 +0,0 @@ -6.1.8 \ No newline at end of file diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/composer.json b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/composer.json deleted file mode 100644 index 95a8991..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/composer.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "phpmailer/phpmailer", - "type": "library", - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "authors": [ - { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" - } - ], - "funding": [ - { - "url": "https://github.com/synchro", - "type": "github" - } - ], - "require": { - "php": ">=5.5.0", - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.2", - "phpunit/phpunit": "^4.8 || ^5.7", - "doctrine/annotations": "^1.2" - }, - "suggest": { - "psr/log": "For optional PSR-3 debug logging", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "ext-mbstring": "Needed to send email in multibyte encoding charset", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" - }, - "autoload": { - "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "PHPMailer\\Test\\": "test/" - } - }, - "license": "LGPL-2.1-only" -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/get_oauth_token.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/get_oauth_token.php deleted file mode 100644 index 8335883..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/get_oauth_token.php +++ /dev/null @@ -1,144 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ -/** - * Get an OAuth2 token from an OAuth2 provider. - * * Install this script on your server so that it's accessible - * as [https/http]:////get_oauth_token.php - * e.g.: http://localhost/phpmailer/get_oauth_token.php - * * Ensure dependencies are installed with 'composer install' - * * Set up an app in your Google/Yahoo/Microsoft account - * * Set the script address as the app's redirect URL - * If no refresh token is obtained when running this file, - * revoke access to your app and run the script again. - */ - -namespace PHPMailer\PHPMailer; - -/** - * Aliases for League Provider Classes - * Make sure you have added these to your composer.json and run `composer install` - * Plenty to choose from here: - * @see http://oauth2-client.thephpleague.com/providers/thirdparty/ - */ -// @see https://github.com/thephpleague/oauth2-google -use League\OAuth2\Client\Provider\Google; -// @see https://packagist.org/packages/hayageek/oauth2-yahoo -use Hayageek\OAuth2\Client\Provider\Yahoo; -// @see https://github.com/stevenmaguire/oauth2-microsoft -use Stevenmaguire\OAuth2\Client\Provider\Microsoft; - -if (!isset($_GET['code']) && !isset($_GET['provider'])) { -?> - -Select Provider:
-Google
-Yahoo
-Microsoft/Outlook/Hotmail/Live/Office365
- - - $clientId, - 'clientSecret' => $clientSecret, - 'redirectUri' => $redirectUri, - 'accessType' => 'offline' -]; - -$options = []; -$provider = null; - -switch ($providerName) { - case 'Google': - $provider = new Google($params); - $options = [ - 'scope' => [ - 'https://mail.google.com/' - ] - ]; - break; - case 'Yahoo': - $provider = new Yahoo($params); - break; - case 'Microsoft': - $provider = new Microsoft($params); - $options = [ - 'scope' => [ - 'wl.imap', - 'wl.offline_access' - ] - ]; - break; -} - -if (null === $provider) { - exit('Provider missing'); -} - -if (!isset($_GET['code'])) { - // If we don't have an authorization code then get one - $authUrl = $provider->getAuthorizationUrl($options); - $_SESSION['oauth2state'] = $provider->getState(); - header('Location: ' . $authUrl); - exit; -// Check given state against previously stored one to mitigate CSRF attack -} elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) { - unset($_SESSION['oauth2state']); - unset($_SESSION['provider']); - exit('Invalid state'); -} else { - unset($_SESSION['provider']); - // Try to get an access token (using the authorization code grant) - $token = $provider->getAccessToken( - 'authorization_code', - [ - 'code' => $_GET['code'] - ] - ); - // Use this to interact with an API on the users behalf - // Use this to get a new access token if the old one expires - echo 'Refresh Token: ', $token->getRefreshToken(); -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php deleted file mode 100644 index 3c42d78..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php +++ /dev/null @@ -1,25 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.'; -$PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .'; -$PHPMAILER_LANG['empty_message'] = 'نص الرسالة فارغ'; -$PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: '; -$PHPMAILER_LANG['execute'] = 'لا يمكن تنفيذ : '; -$PHPMAILER_LANG['file_access'] = 'لا يمكن الوصول للملف: '; -$PHPMAILER_LANG['file_open'] = 'خطأ في الملف: لا يمكن فتحه: '; -$PHPMAILER_LANG['from_failed'] = 'خطأ على مستوى عنوان المرسل : '; -$PHPMAILER_LANG['instantiate'] = 'لا يمكن توفير خدمة البريد.'; -$PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.'; -$PHPMAILER_LANG['provide_address'] = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.'; -$PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية ' . - 'فشل في الارسال لكل من : '; -$PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() غير ممكن.'; -$PHPMAILER_LANG['smtp_error'] = 'خطأ على مستوى الخادم SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'لا يمكن تعيين أو إعادة تعيين متغير: '; -$PHPMAILER_LANG['extension_missing'] = 'الإضافة غير موجودة: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php deleted file mode 100644 index 3749d83..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela prijava.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Nije moguće spojiti se sa SMTP serverom.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.'; -$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; -$PHPMAILER_LANG['encoding'] = 'Nepoznata kriptografija: '; -$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; -$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; -$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; -$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje sa navedenih e-mail adresa nije uspjelo: '; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedene e-mail adrese nije uspjelo: '; -$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; -$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; -$PHPMAILER_LANG['provide_address'] = 'Definišite barem jednu adresu primaoca.'; -$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP server nije uspjelo.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP greška: '; -$PHPMAILER_LANG['variable_set'] = 'Nije moguće postaviti varijablu ili je vratiti nazad: '; -$PHPMAILER_LANG['extension_missing'] = 'Nedostaje ekstenzija: '; \ No newline at end of file diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php deleted file mode 100644 index e2f98f0..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідэнтыфікацыі.'; -$PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ўстанавіць сувязь з SMTP-серверам.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звесткі непрынятыя.'; -$PHPMAILER_LANG['empty_message'] = 'Пустое паведамленне.'; -$PHPMAILER_LANG['encoding'] = 'Невядомая кадыроўка тэксту: '; -$PHPMAILER_LANG['execute'] = 'Нельга выканаць каманду: '; -$PHPMAILER_LANG['file_access'] = 'Няма доступу да файла: '; -$PHPMAILER_LANG['file_open'] = 'Нельга адкрыць файл: '; -$PHPMAILER_LANG['from_failed'] = 'Няправільны адрас адпраўніка: '; -$PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().'; -$PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: '; -$PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.'; -$PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: '; -$PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.'; -$PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php deleted file mode 100644 index b22941f..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Не може да се удостовери пред сървъра.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Не може да се свърже с SMTP хоста.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не са приети.'; -$PHPMAILER_LANG['empty_message'] = 'Съдържанието на съобщението е празно'; -$PHPMAILER_LANG['encoding'] = 'Неизвестно кодиране: '; -$PHPMAILER_LANG['execute'] = 'Не може да се изпълни: '; -$PHPMAILER_LANG['file_access'] = 'Няма достъп до файл: '; -$PHPMAILER_LANG['file_open'] = 'Файлова грешка: Не може да се отвори файл: '; -$PHPMAILER_LANG['from_failed'] = 'Следните адреси за подател са невалидни: '; -$PHPMAILER_LANG['instantiate'] = 'Не може да се инстанцира функцията mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Невалиден адрес: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.'; -$PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: '; -$PHPMAILER_LANG['signing'] = 'Грешка при подписване: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: '; -$PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: '; -$PHPMAILER_LANG['extension_missing'] = 'Липсва разширение: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php deleted file mode 100644 index 4117596..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.'; -$PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.'; -$PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.'; -$PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: '; -$PHPMAILER_LANG['execute'] = 'No es pot executar: '; -$PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: '; -$PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: '; -$PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: '; -$PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat'; -$PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.'; -$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: '; -$PHPMAILER_LANG['signing'] = 'Error al signar: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().'; -$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php deleted file mode 100644 index 4fda6b8..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验证失败。'; -$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: 数据不可接受。'; -//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; -$PHPMAILER_LANG['encoding'] = '未知编码:'; -$PHPMAILER_LANG['execute'] = '不能执行: '; -$PHPMAILER_LANG['file_access'] = '不能访问文件:'; -$PHPMAILER_LANG['file_open'] = '文件错误:不能打开文件:'; -$PHPMAILER_LANG['from_failed'] = '下面的发送地址邮件发送失败了: '; -$PHPMAILER_LANG['instantiate'] = '不能实现mail方法。'; -//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的发送邮件的方法并不支持。'; -$PHPMAILER_LANG['provide_address'] = '您必须提供至少一个 收信人的email地址。'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下面的 收件人失败了: '; -//$PHPMAILER_LANG['signing'] = 'Signing Error: '; -//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; -//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; -//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php deleted file mode 100644 index 1160cf0..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php +++ /dev/null @@ -1,25 +0,0 @@ - - * Rewrite and extension of the work by Mikael Stokkebro - * - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Login mislykkedes.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Forbindelse til SMTP serveren kunne ikke oprettes.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fejl: Data blev ikke accepteret.'; -$PHPMAILER_LANG['empty_message'] = 'Meddelelsen er uden indhold'; -$PHPMAILER_LANG['encoding'] = 'Ukendt encode-format: '; -$PHPMAILER_LANG['execute'] = 'Kunne ikke afvikle: '; -$PHPMAILER_LANG['file_access'] = 'Kunne ikke tilgå filen: '; -$PHPMAILER_LANG['file_open'] = 'Fil fejl: Kunne ikke åbne filen: '; -$PHPMAILER_LANG['from_failed'] = 'Følgende afsenderadresse er forkert: '; -$PHPMAILER_LANG['instantiate'] = 'Email funktionen kunne ikke initialiseres.'; -$PHPMAILER_LANG['invalid_address'] = 'Udgyldig adresse: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.'; -$PHPMAILER_LANG['provide_address'] = 'Indtast mindst en modtagers email adresse.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP fejl: Følgende modtagere er forkerte: '; -$PHPMAILER_LANG['signing'] = 'Signeringsfejl: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fejlede.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP server fejl: '; -$PHPMAILER_LANG['variable_set'] = 'Kunne ikke definere eller nulstille variablen: '; -$PHPMAILER_LANG['extension_missing'] = 'Udvidelse mangler: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php deleted file mode 100644 index b36c6cb..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.'; -$PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.'; -$PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío.'; -$PHPMAILER_LANG['encoding'] = 'Codificación desconocida: '; -$PHPMAILER_LANG['execute'] = 'Imposible ejecutar: '; -$PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: '; -$PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: '; -$PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; -$PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.'; -$PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.'; -$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: '; -$PHPMAILER_LANG['signing'] = 'Error al firmar: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.'; -$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: '; -$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php deleted file mode 100644 index 7e06da1..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.'; -$PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu'; -$PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: '; -$PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: '; -$PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: '; -$PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: '; -$PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: '; -$PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.'; -$PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: '; -$PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: '; -$PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: '; -$PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: '; -$PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php deleted file mode 100644 index 8aa0ad2..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Mohammad Hossein Mojtahedi - */ - -$PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.'; -$PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.'; -$PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: داده‌ها نا‌درست هستند.'; -$PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.'; -$PHPMAILER_LANG['encoding'] = 'کد‌گذاری نا‌شناخته: '; -$PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: '; -$PHPMAILER_LANG['file_access'] = 'امکان دسترسی به فایل وجود ندارد: '; -$PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن فایل وجود ندارد: '; -$PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: '; -$PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.'; -$PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمی‌شود.'; -$PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.'; -$PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: '; -$PHPMAILER_LANG['signing'] = 'خطا در امضا: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.'; -$PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: '; -$PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیر‌ها وجود ندارد: '; -$PHPMAILER_LANG['extension_missing'] = 'افزونه موجود نیست: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php deleted file mode 100644 index ec4e752..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.'; -//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; -$PHPMAILER_LANG['encoding'] = 'Ókend encoding: '; -$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: '; -$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: '; -$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: '; -$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: '; -$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.'; -//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.'; -$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: '; -//$PHPMAILER_LANG['signing'] = 'Signing Error: '; -//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; -//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; -//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php deleted file mode 100644 index af68c92..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php +++ /dev/null @@ -1,29 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.'; -$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.'; -$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía'; -$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: '; -$PHPMAILER_LANG['execute'] = 'Non puido ser executado: '; -$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: '; -$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: '; -$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: '; -$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.'; -$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.'; -$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: '; -$PHPMAILER_LANG['signing'] = 'Erro ó firmar: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.'; -$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php deleted file mode 100644 index 70eb717..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.'; -$PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.'; -$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק'; -$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: '; -$PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: '; -$PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: '; -$PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: '; -$PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: '; -$PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: '; -$PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.'; -$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.'; -$PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: '; -$PHPMAILER_LANG['signing'] = 'שגיאת חתימה: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; -$PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php deleted file mode 100644 index 607a5ee..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP त्रुटि: प्रामाणिकता की जांच नहीं हो सका। '; -$PHPMAILER_LANG['connect_host'] = 'SMTP त्रुटि: SMTP सर्वर से कनेक्ट नहीं हो सका। '; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP त्रुटि: डेटा स्वीकार नहीं किया जाता है। '; -$PHPMAILER_LANG['empty_message'] = 'संदेश खाली है। '; -$PHPMAILER_LANG['encoding'] = 'अज्ञात एन्कोडिंग प्रकार। '; -$PHPMAILER_LANG['execute'] = 'आदेश को निष्पादित करने में विफल। '; -$PHPMAILER_LANG['file_access'] = 'फ़ाइल उपलब्ध नहीं है। '; -$PHPMAILER_LANG['file_open'] = 'फ़ाइल त्रुटि: फाइल को खोला नहीं जा सका। '; -$PHPMAILER_LANG['from_failed'] = 'प्रेषक का पता गलत है। '; -$PHPMAILER_LANG['instantiate'] = 'मेल फ़ंक्शन कॉल नहीं कर सकता है।'; -$PHPMAILER_LANG['invalid_address'] = 'पता गलत है। '; -$PHPMAILER_LANG['mailer_not_supported'] = 'मेल सर्वर के साथ काम नहीं करता है। '; -$PHPMAILER_LANG['provide_address'] = 'आपको कम से कम एक प्राप्तकर्ता का ई-मेल पता प्रदान करना होगा।'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP त्रुटि: निम्न प्राप्तकर्ताओं को पते भेजने में विफल। '; -$PHPMAILER_LANG['signing'] = 'साइनअप त्रुटि:। '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP का connect () फ़ंक्शन विफल हुआ। '; -$PHPMAILER_LANG['smtp_error'] = 'SMTP सर्वर त्रुटि। '; -$PHPMAILER_LANG['variable_set'] = 'चर को बना या संशोधित नहीं किया जा सकता। '; -$PHPMAILER_LANG['extension_missing'] = 'एक्सटेन्षन गायब है: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php deleted file mode 100644 index 3822920..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.'; -$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; -$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: '; -$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; -$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; -$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; -$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: '; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: '; -$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; -$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; -$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.'; -$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.'; -$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: '; -$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: '; -$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php deleted file mode 100644 index 196cddc..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP -ի սխալ: չհաջողվեց ստուգել իսկությունը.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP -ի սխալ: չհաջողվեց կապ հաստատել SMTP սերվերի հետ.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP -ի սխալ: տվյալները ընդունված չեն.'; -$PHPMAILER_LANG['empty_message'] = 'Հաղորդագրությունը դատարկ է'; -$PHPMAILER_LANG['encoding'] = 'Կոդավորման անհայտ տեսակ: '; -$PHPMAILER_LANG['execute'] = 'Չհաջողվեց իրականացնել հրամանը: '; -$PHPMAILER_LANG['file_access'] = 'Ֆայլը հասանելի չէ: '; -$PHPMAILER_LANG['file_open'] = 'Ֆայլի սխալ: ֆայլը չհաջողվեց բացել: '; -$PHPMAILER_LANG['from_failed'] = 'Ուղարկողի հետևյալ հասցեն սխալ է: '; -$PHPMAILER_LANG['instantiate'] = 'Հնարավոր չէ կանչել mail ֆունկցիան.'; -$PHPMAILER_LANG['invalid_address'] = 'Հասցեն սխալ է: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' փոստային սերվերի հետ չի աշխատում.'; -$PHPMAILER_LANG['provide_address'] = 'Անհրաժեշտ է տրամադրել գոնե մեկ ստացողի e-mail հասցե.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP -ի սխալ: չի հաջողվել ուղարկել հետևյալ ստացողների հասցեներին: '; -$PHPMAILER_LANG['signing'] = 'Ստորագրման սխալ: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -ի connect() ֆունկցիան չի հաջողվել'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP սերվերի սխալ: '; -$PHPMAILER_LANG['variable_set'] = 'Չի հաջողվում ստեղծել կամ վերափոխել փոփոխականը: '; -$PHPMAILER_LANG['extension_missing'] = 'Հավելվածը բացակայում է: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php deleted file mode 100644 index 1353bab..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php +++ /dev/null @@ -1,30 +0,0 @@ - - * @author @januridp - * @author Ian Mustafa - */ - -$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.'; -$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima.'; -$PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong'; -$PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: '; -$PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses: '; -$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas: '; -$PHPMAILER_LANG['file_open'] = 'Kesalahan Berkas: Berkas tidak dapat dibuka: '; -$PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan kesalahan: '; -$PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi surel.'; -$PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat surel tidak sesuai: '; -$PHPMAILER_LANG['invalid_hostentry'] = 'Gagal terkirim, entri host tidak sesuai: '; -$PHPMAILER_LANG['invalid_host'] = 'Gagal terkirim, host tidak sesuai: '; -$PHPMAILER_LANG['provide_address'] = 'Harus tersedia minimal satu alamat tujuan'; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tidak didukung'; -$PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menyebabkan kesalahan: '; -$PHPMAILER_LANG['signing'] = 'Kesalahan dalam penandatangan SSL: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.'; -$PHPMAILER_LANG['smtp_error'] = 'Kesalahan pada pelayan SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Tidak dapat mengatur atau mengatur ulang variabel: '; -$PHPMAILER_LANG['extension_missing'] = 'Ekstensi PHP tidak tersedia: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php deleted file mode 100644 index e67b6f7..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Stefano Sabatini - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.'; -$PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto'; -$PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: '; -$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: '; -$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: '; -$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: '; -$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: '; -$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail'; -$PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: '; -$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente'; -$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: '; -$PHPMAILER_LANG['signing'] = 'Errore nella firma: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.'; -$PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: '; -$PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php deleted file mode 100644 index 2d77872..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Yoshi Sakai - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。'; -$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。'; -//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; -$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: '; -$PHPMAILER_LANG['execute'] = '実行できませんでした: '; -$PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: '; -$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: '; -$PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録する際にエラーが発生しました: '; -$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。'; -//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; -$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。'; -$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: '; -//$PHPMAILER_LANG['signing'] = 'Signing Error: '; -//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; -//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; -//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php deleted file mode 100644 index dd1af8a..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP შეცდომა: ავტორიზაცია შეუძლებელია.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP შეცდომა: SMTP სერვერთან დაკავშირება შეუძლებელია.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდომა: მონაცემები არ იქნა მიღებული.'; -$PHPMAILER_LANG['encoding'] = 'კოდირების უცნობი ტიპი: '; -$PHPMAILER_LANG['execute'] = 'შეუძლებელია შემდეგი ბრძანების შესრულება: '; -$PHPMAILER_LANG['file_access'] = 'შეუძლებელია წვდომა ფაილთან: '; -$PHPMAILER_LANG['file_open'] = 'ფაილური სისტემის შეცდომა: არ იხსნება ფაილი: '; -$PHPMAILER_LANG['from_failed'] = 'გამგზავნის არასწორი მისამართი: '; -$PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გაშვება ვერ ხერხდება.'; -$PHPMAILER_LANG['provide_address'] = 'გთხოვთ მიუთითოთ ერთი ადრესატის e-mail მისამართი მაინც.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' - საფოსტო სერვერის მხარდაჭერა არ არის.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდომა: შემდეგ მისამართებზე გაგზავნა ვერ მოხერხდა: '; -$PHPMAILER_LANG['empty_message'] = 'შეტყობინება ცარიელია'; -$PHPMAILER_LANG['invalid_address'] = 'არ გაიგზავნა, e-mail მისამართის არასწორი ფორმატი: '; -$PHPMAILER_LANG['signing'] = 'ხელმოწერის შეცდომა: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდომა SMTP სერვერთან დაკავშირებისას'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდომა: '; -$PHPMAILER_LANG['variable_set'] = 'შეუძლებელია შემდეგი ცვლადის შექმნა ან შეცვლა: '; -$PHPMAILER_LANG['extension_missing'] = 'ბიბლიოთეკა არ არსებობს: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php deleted file mode 100644 index 9599fa6..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP 오류: 인증할 수 없습니다.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP 호스트에 접속할 수 없습니다.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: 데이터가 받아들여지지 않았습니다.'; -$PHPMAILER_LANG['empty_message'] = '메세지 내용이 없습니다'; -$PHPMAILER_LANG['encoding'] = '알 수 없는 인코딩: '; -$PHPMAILER_LANG['execute'] = '실행 불가: '; -$PHPMAILER_LANG['file_access'] = '파일 접근 불가: '; -$PHPMAILER_LANG['file_open'] = '파일 오류: 파일을 열 수 없습니다: '; -$PHPMAILER_LANG['from_failed'] = '다음 From 주소에서 오류가 발생했습니다: '; -$PHPMAILER_LANG['instantiate'] = 'mail 함수를 인스턴스화할 수 없습니다'; -$PHPMAILER_LANG['invalid_address'] = '잘못된 주소: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' 메일러는 지원되지 않습니다.'; -$PHPMAILER_LANG['provide_address'] = '적어도 한 개 이상의 수신자 메일 주소를 제공해야 합니다.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: 다음 수신자에서 오류가 발생했습니다: '; -$PHPMAILER_LANG['signing'] = '서명 오류: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 연결을 실패하였습니다.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: '; -$PHPMAILER_LANG['variable_set'] = '변수 설정 및 초기화 불가: '; -$PHPMAILER_LANG['extension_missing'] = '확장자 없음: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php deleted file mode 100644 index 1253a4f..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.'; -$PHPMAILER_LANG['empty_message'] = 'Laiško turinys tuščias'; -$PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotė: '; -$PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: '; -$PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: '; -$PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: '; -$PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntėjo adresas: '; -$PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.'; -$PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' pašto stotis nepalaikoma.'; -$PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vieną gavėjo adresą.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko išsiųsti šiems gavėjams: '; -$PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: '; -$PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikšmės kintamajam: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php deleted file mode 100644 index 39bf9a1..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.'; -$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs'; -$PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: '; -$PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: '; -$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: '; -$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: '; -$PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: '; -$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.'; -$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.'; -$PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: '; -$PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: '; -$PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php deleted file mode 100644 index f4c7563..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php +++ /dev/null @@ -1,25 +0,0 @@ - - */ -$PHPMAILER_LANG['authenticate'] = 'Hadisoana SMTP: Tsy nahomby ny fanamarinana.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Tsy afaka mampifandray amin\'ny mpampiantrano SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP diso: tsy voarakitra ny angona.'; -$PHPMAILER_LANG['empty_message'] = 'Tsy misy ny votoaty mailaka.'; -$PHPMAILER_LANG['encoding'] = 'Tsy fantatra encoding: '; -$PHPMAILER_LANG['execute'] = 'Tsy afaka manatanteraka ity baiko manaraka ity: '; -$PHPMAILER_LANG['file_access'] = 'Tsy nahomby ny fidirana amin\'ity rakitra ity: '; -$PHPMAILER_LANG['file_open'] = 'Hadisoana diso: Tsy afaka nanokatra ity file manaraka ity: '; -$PHPMAILER_LANG['from_failed'] = 'Ny adiresy iraka manaraka dia diso: '; -$PHPMAILER_LANG['instantiate'] = 'Tsy afaka nanomboka ny hetsika mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Tsy mety ny adiresy: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tsy manohana.'; -$PHPMAILER_LANG['provide_address'] = 'Alefaso azafady iray adiresy iray farafahakeliny.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Tsy mety ireo mpanaraka ireto: '; -$PHPMAILER_LANG['signing'] = 'Error nandritra ny sonia:'; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Tsy nahomby ny fifandraisana tamin\'ny server SMTP.'; -$PHPMAILER_LANG['smtp_error'] = 'Fahadisoana tamin\'ny server SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Tsy azo atao ny mametraka na mamerina ny variable: '; -$PHPMAILER_LANG['extension_missing'] = 'Tsy hita ny ampahany: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php deleted file mode 100644 index f12a6ad..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.'; -$PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.'; -$PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej'; -$PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: '; -$PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: '; -$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: '; -$PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: '; -$PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: '; -$PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.'; -$PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.'; -$PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.'; -$PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: '; -$PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.'; -$PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: '; -$PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php deleted file mode 100644 index 97403e7..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php +++ /dev/null @@ -1,25 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.'; -$PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg'; -$PHPMAILER_LANG['encoding'] = 'Onbekende codering: '; -$PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: '; -$PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: '; -$PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: '; -$PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: '; -$PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.'; -$PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres: '; -$PHPMAILER_LANG['invalid_hostentry'] = 'Ongeldige hostentry: '; -$PHPMAILER_LANG['invalid_host'] = 'Ongeldige host: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.'; -$PHPMAILER_LANG['provide_address'] = 'Er moet minstens één ontvanger worden opgegeven.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: '; -$PHPMAILER_LANG['signing'] = 'Signeerfout: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Verbinding mislukt.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: '; -$PHPMAILER_LANG['variable_set'] = 'Kan de volgende variabele niet instellen of resetten: '; -$PHPMAILER_LANG['extension_missing'] = 'Extensie afwezig: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php deleted file mode 100644 index 3da0dee..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.'; -$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.'; -$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.'; -$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; -$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; -$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: '; -$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: '; -$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: '; -$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; -$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.'; -$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: '; -$PHPMAILER_LANG['signing'] = 'Erro ao assinar: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; -$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; -$PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php deleted file mode 100644 index 62d692d..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php +++ /dev/null @@ -1,29 +0,0 @@ - - * @author Lucas Guimarães - * @author Phelipe Alves - * @author Fabio Beneditto - */ - -$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.'; -$PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.'; -$PHPMAILER_LANG['empty_message'] = 'Mensagem vazia'; -$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; -$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; -$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: '; -$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: '; -$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: '; -$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.'; -$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; -$PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.'; -$PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: '; -$PHPMAILER_LANG['signing'] = 'Erro de Assinatura: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; -$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; -$PHPMAILER_LANG['extension_missing'] = 'Extensão não existe: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php deleted file mode 100644 index fa100ea..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Eroare SMTP: Autentificarea a eșuat.'; -$PHPMAILER_LANG['connect_host'] = 'Eroare SMTP: Conectarea la serverul SMTP a eșuat.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Eroare SMTP: Datele nu au fost acceptate.'; -$PHPMAILER_LANG['empty_message'] = 'Mesajul este gol.'; -$PHPMAILER_LANG['encoding'] = 'Encodare necunoscută: '; -$PHPMAILER_LANG['execute'] = 'Nu se poate executa următoarea comandă: '; -$PHPMAILER_LANG['file_access'] = 'Nu se poate accesa următorul fișier: '; -$PHPMAILER_LANG['file_open'] = 'Eroare fișier: Nu se poate deschide următorul fișier: '; -$PHPMAILER_LANG['from_failed'] = 'Următoarele adrese From au dat eroare: '; -$PHPMAILER_LANG['instantiate'] = 'Funcția mail nu a putut fi inițializată.'; -$PHPMAILER_LANG['invalid_address'] = 'Adresa de email nu este validă: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.'; -$PHPMAILER_LANG['provide_address'] = 'Trebuie să adăugați cel puțin o adresă de email.'; -$PHPMAILER_LANG['recipients_failed'] = 'Eroare SMTP: Următoarele adrese de email au eșuat: '; -$PHPMAILER_LANG['signing'] = 'A aparut o problemă la semnarea emailului. '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Conectarea la serverul SMTP a eșuat.'; -$PHPMAILER_LANG['smtp_error'] = 'Eroare server SMTP: '; -$PHPMAILER_LANG['variable_set'] = 'Nu se poate seta/reseta variabila. '; -$PHPMAILER_LANG['extension_missing'] = 'Lipsește extensia: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php deleted file mode 100644 index 720e9a1..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Foster Snowhill - */ - -$PHPMAILER_LANG['authenticate'] = 'Ошибка SMTP: ошибка авторизации.'; -$PHPMAILER_LANG['connect_host'] = 'Ошибка SMTP: не удается подключиться к SMTP-серверу.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Ошибка SMTP: данные не приняты.'; -$PHPMAILER_LANG['encoding'] = 'Неизвестная кодировка: '; -$PHPMAILER_LANG['execute'] = 'Невозможно выполнить команду: '; -$PHPMAILER_LANG['file_access'] = 'Нет доступа к файлу: '; -$PHPMAILER_LANG['file_open'] = 'Файловая ошибка: не удаётся открыть файл: '; -$PHPMAILER_LANG['from_failed'] = 'Неверный адрес отправителя: '; -$PHPMAILER_LANG['instantiate'] = 'Невозможно запустить функцию mail().'; -$PHPMAILER_LANG['provide_address'] = 'Пожалуйста, введите хотя бы один email-адрес получателя.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' — почтовый сервер не поддерживается.'; -$PHPMAILER_LANG['recipients_failed'] = 'Ошибка SMTP: не удалась отправка таким адресатам: '; -$PHPMAILER_LANG['empty_message'] = 'Пустое сообщение'; -$PHPMAILER_LANG['invalid_address'] = 'Не отправлено из-за неправильного формата email-адреса: '; -$PHPMAILER_LANG['signing'] = 'Ошибка подписи: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Ошибка соединения с SMTP-сервером'; -$PHPMAILER_LANG['smtp_error'] = 'Ошибка SMTP-сервера: '; -$PHPMAILER_LANG['variable_set'] = 'Невозможно установить или сбросить переменную: '; -$PHPMAILER_LANG['extension_missing'] = 'Расширение отсутствует: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php deleted file mode 100644 index 69cfb0f..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Peter Orlický - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Chyba autentifikácie.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Nebolo možné nadviazať spojenie so SMTP serverom.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dáta neboli prijaté'; -$PHPMAILER_LANG['empty_message'] = 'Prázdne telo správy.'; -$PHPMAILER_LANG['encoding'] = 'Neznáme kódovanie: '; -$PHPMAILER_LANG['execute'] = 'Nedá sa vykonať: '; -$PHPMAILER_LANG['file_access'] = 'Súbor nebol nájdený: '; -$PHPMAILER_LANG['file_open'] = 'File Error: Súbor sa otvoriť pre čítanie: '; -$PHPMAILER_LANG['from_failed'] = 'Následujúca adresa From je nesprávna: '; -$PHPMAILER_LANG['instantiate'] = 'Nedá sa vytvoriť inštancia emailovej funkcie.'; -$PHPMAILER_LANG['invalid_address'] = 'Neodoslané, emailová adresa je nesprávna: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' emailový klient nieje podporovaný.'; -$PHPMAILER_LANG['provide_address'] = 'Musíte zadať aspoň jednu emailovú adresu príjemcu.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Adresy príjemcov niesu správne '; -$PHPMAILER_LANG['signing'] = 'Chyba prihlasovania: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zlyhalo.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP chyba serveru: '; -$PHPMAILER_LANG['variable_set'] = 'Nemožno nastaviť alebo resetovať premennú: '; -$PHPMAILER_LANG['extension_missing'] = 'Chýba rozšírenie: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php deleted file mode 100644 index 1e3cb7f..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Filip Š - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP napaka: Avtentikacija ni uspela.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP napaka: Vzpostavljanje povezave s SMTP gostiteljem ni uspelo.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP napaka: Strežnik zavrača podatke.'; -$PHPMAILER_LANG['empty_message'] = 'E-poštno sporočilo nima vsebine.'; -$PHPMAILER_LANG['encoding'] = 'Nepoznan tip kodiranja: '; -$PHPMAILER_LANG['execute'] = 'Operacija ni uspela: '; -$PHPMAILER_LANG['file_access'] = 'Nimam dostopa do datoteke: '; -$PHPMAILER_LANG['file_open'] = 'Ne morem odpreti datoteke: '; -$PHPMAILER_LANG['from_failed'] = 'Neveljaven e-naslov pošiljatelja: '; -$PHPMAILER_LANG['instantiate'] = 'Ne morem inicializirati mail funkcije.'; -$PHPMAILER_LANG['invalid_address'] = 'E-poštno sporočilo ni bilo poslano. E-naslov je neveljaven: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer ni podprt.'; -$PHPMAILER_LANG['provide_address'] = 'Prosim vnesite vsaj enega naslovnika.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP napaka: Sledeči naslovniki so neveljavni: '; -$PHPMAILER_LANG['signing'] = 'Napaka pri podpisovanju: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Ne morem vzpostaviti povezave s SMTP strežnikom.'; -$PHPMAILER_LANG['smtp_error'] = 'Napaka SMTP strežnika: '; -$PHPMAILER_LANG['variable_set'] = 'Ne morem nastaviti oz. ponastaviti spremenljivke: '; -$PHPMAILER_LANG['extension_missing'] = 'Manjkajoča razširitev: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php deleted file mode 100644 index 34c1e18..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Miloš Milanović - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.'; -$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.'; -$PHPMAILER_LANG['encoding'] = 'Непознато кодирање: '; -$PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: '; -$PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: '; -$PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: '; -$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: '; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: '; -$PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.'; -$PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.'; -$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.'; -$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.'; -$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: '; -$PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: '; -$PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php deleted file mode 100644 index c78237e..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.'; -//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; -$PHPMAILER_LANG['encoding'] = 'Okänt encode-format: '; -$PHPMAILER_LANG['execute'] = 'Kunde inte köra: '; -$PHPMAILER_LANG['file_access'] = 'Ingen åtkomst till fil: '; -$PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: '; -$PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: '; -$PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.'; -$PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: '; -$PHPMAILER_LANG['provide_address'] = 'Du måste ange minst en mottagares e-postadress.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: '; -$PHPMAILER_LANG['signing'] = 'Signeringsfel: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP serverfel: '; -$PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller återställa variabel: '; -$PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php deleted file mode 100644 index cd91f75..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.'; -$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.'; -$PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe'; -$PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: '; -$PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: '; -$PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: '; -$PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: '; -$PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: '; -$PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.'; -$PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: '; -$PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.'; -$PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: '; -$PHPMAILER_LANG['signing'] = 'Hindi ma-sign: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.'; -$PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: '; -$PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: '; -$PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php deleted file mode 100644 index cfe8eaa..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php +++ /dev/null @@ -1,30 +0,0 @@ - - * @fixed by Boris Yurchenko - */ - -$PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.'; -$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається під\'єднатися до SMTP-серверу.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийнято.'; -$PHPMAILER_LANG['encoding'] = 'Невідоме кодування: '; -$PHPMAILER_LANG['execute'] = 'Неможливо виконати команду: '; -$PHPMAILER_LANG['file_access'] = 'Немає доступу до файлу: '; -$PHPMAILER_LANG['file_open'] = 'Помилка файлової системи: не вдається відкрити файл: '; -$PHPMAILER_LANG['from_failed'] = 'Невірна адреса відправника: '; -$PHPMAILER_LANG['instantiate'] = 'Неможливо запустити функцію mail().'; -$PHPMAILER_LANG['provide_address'] = 'Будь-ласка, введіть хоча б одну email-адресу отримувача.'; -$PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий сервер не підтримується.'; -$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: не вдалося відправлення для таких отримувачів: '; -$PHPMAILER_LANG['empty_message'] = 'Пусте повідомлення'; -$PHPMAILER_LANG['invalid_address'] = 'Не відправлено через невірний формат email-адреси: '; -$PHPMAILER_LANG['signing'] = 'Помилка підпису: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'єднання з SMTP-сервером'; -$PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-сервера: '; -$PHPMAILER_LANG['variable_set'] = 'Неможливо встановити або скинути змінну: '; -$PHPMAILER_LANG['extension_missing'] = 'Розширення відсутнє: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php deleted file mode 100644 index c60dade..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php +++ /dev/null @@ -1,26 +0,0 @@ - - */ - -$PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.'; -$PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.'; -$PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.'; -$PHPMAILER_LANG['empty_message'] = 'Không có nội dung'; -$PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: '; -$PHPMAILER_LANG['execute'] = 'Không thực hiện được: '; -$PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin '; -$PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: '; -$PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: '; -$PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.'; -$PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: '; -$PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.'; -$PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.'; -$PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: '; -$PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP'; -$PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp '; -$PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php deleted file mode 100644 index 3e9e358..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @author Peter Dave Hello <@PeterDaveHello/> - * @author Jason Chiang - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。'; -$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接受的資料。'; -$PHPMAILER_LANG['empty_message'] = '郵件內容為空'; -$PHPMAILER_LANG['encoding'] = '未知編碼: '; -$PHPMAILER_LANG['execute'] = '無法執行:'; -$PHPMAILER_LANG['file_access'] = '無法存取檔案:'; -$PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:'; -$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:'; -$PHPMAILER_LANG['instantiate'] = '未知函數呼叫。'; -$PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: '; -$PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。'; -$PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:以下收件人地址錯誤:'; -$PHPMAILER_LANG['signing'] = '電子簽章錯誤: '; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 連線失敗'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP 伺服器錯誤: '; -$PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: '; -$PHPMAILER_LANG['extension_missing'] = '遺失模組 Extension: '; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php deleted file mode 100644 index 3753780..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @author young - * @author Teddysun - */ - -$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。'; -$PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。'; -$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数据不被接受。'; -$PHPMAILER_LANG['empty_message'] = '邮件正文为空。'; -$PHPMAILER_LANG['encoding'] = '未知编码:'; -$PHPMAILER_LANG['execute'] = '无法执行:'; -$PHPMAILER_LANG['file_access'] = '无法访问文件:'; -$PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:'; -$PHPMAILER_LANG['from_failed'] = '发送地址错误:'; -$PHPMAILER_LANG['instantiate'] = '未知函数调用。'; -$PHPMAILER_LANG['invalid_address'] = '发送失败,电子邮箱地址是无效的:'; -$PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。'; -$PHPMAILER_LANG['provide_address'] = '必须提供至少一个收件人地址。'; -$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地址错误:'; -$PHPMAILER_LANG['signing'] = '登录失败:'; -$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP服务器连接失败。'; -$PHPMAILER_LANG['smtp_error'] = 'SMTP服务器出错:'; -$PHPMAILER_LANG['variable_set'] = '无法设置或重置变量:'; -$PHPMAILER_LANG['extension_missing'] = '丢失模块 Extension:'; diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/Exception.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/Exception.php deleted file mode 100644 index e7807fc..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/Exception.php +++ /dev/null @@ -1,39 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ - -namespace PHPMailer\PHPMailer; - -/** - * PHPMailer exception handler. - * - * @author Marcus Bointon - */ -class Exception extends \Exception -{ - /** - * Prettify error message output. - * - * @return string - */ - public function errorMessage() - { - return '' . htmlspecialchars($this->getMessage()) . "
\n"; - } -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/OAuth.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/OAuth.php deleted file mode 100644 index 753aac9..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/OAuth.php +++ /dev/null @@ -1,138 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ - -namespace PHPMailer\PHPMailer; - -use League\OAuth2\Client\Grant\RefreshToken; -use League\OAuth2\Client\Provider\AbstractProvider; -use League\OAuth2\Client\Token\AccessToken; - -/** - * OAuth - OAuth2 authentication wrapper class. - * Uses the oauth2-client package from the League of Extraordinary Packages. - * - * @see http://oauth2-client.thephpleague.com - * - * @author Marcus Bointon (Synchro/coolbru) - */ -class OAuth -{ - /** - * An instance of the League OAuth Client Provider. - * - * @var AbstractProvider - */ - protected $provider; - - /** - * The current OAuth access token. - * - * @var AccessToken - */ - protected $oauthToken; - - /** - * The user's email address, usually used as the login ID - * and also the from address when sending email. - * - * @var string - */ - protected $oauthUserEmail = ''; - - /** - * The client secret, generated in the app definition of the service you're connecting to. - * - * @var string - */ - protected $oauthClientSecret = ''; - - /** - * The client ID, generated in the app definition of the service you're connecting to. - * - * @var string - */ - protected $oauthClientId = ''; - - /** - * The refresh token, used to obtain new AccessTokens. - * - * @var string - */ - protected $oauthRefreshToken = ''; - - /** - * OAuth constructor. - * - * @param array $options Associative array containing - * `provider`, `userName`, `clientSecret`, `clientId` and `refreshToken` elements - */ - public function __construct($options) - { - $this->provider = $options['provider']; - $this->oauthUserEmail = $options['userName']; - $this->oauthClientSecret = $options['clientSecret']; - $this->oauthClientId = $options['clientId']; - $this->oauthRefreshToken = $options['refreshToken']; - } - - /** - * Get a new RefreshToken. - * - * @return RefreshToken - */ - protected function getGrant() - { - return new RefreshToken(); - } - - /** - * Get a new AccessToken. - * - * @return AccessToken - */ - protected function getToken() - { - return $this->provider->getAccessToken( - $this->getGrant(), - ['refresh_token' => $this->oauthRefreshToken] - ); - } - - /** - * Generate a base64-encoded OAuth token. - * - * @return string - */ - public function getOauth64() - { - // Get a new token if it's not available or has expired - if (null === $this->oauthToken || $this->oauthToken->hasExpired()) { - $this->oauthToken = $this->getToken(); - } - - return base64_encode( - 'user=' . - $this->oauthUserEmail . - "\001auth=Bearer " . - $this->oauthToken . - "\001\001" - ); - } -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/PHPMailer.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/PHPMailer.php deleted file mode 100644 index f9498b1..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/PHPMailer.php +++ /dev/null @@ -1,4860 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ - -namespace PHPMailer\PHPMailer; - -/** - * PHPMailer - PHP email creation and transport class. - * - * @author Marcus Bointon (Synchro/coolbru) - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - */ -class PHPMailer -{ - const CHARSET_ASCII = 'us-ascii'; - const CHARSET_ISO88591 = 'iso-8859-1'; - const CHARSET_UTF8 = 'utf-8'; - - const CONTENT_TYPE_PLAINTEXT = 'text/plain'; - const CONTENT_TYPE_TEXT_CALENDAR = 'text/calendar'; - const CONTENT_TYPE_TEXT_HTML = 'text/html'; - const CONTENT_TYPE_MULTIPART_ALTERNATIVE = 'multipart/alternative'; - const CONTENT_TYPE_MULTIPART_MIXED = 'multipart/mixed'; - const CONTENT_TYPE_MULTIPART_RELATED = 'multipart/related'; - - const ENCODING_7BIT = '7bit'; - const ENCODING_8BIT = '8bit'; - const ENCODING_BASE64 = 'base64'; - const ENCODING_BINARY = 'binary'; - const ENCODING_QUOTED_PRINTABLE = 'quoted-printable'; - - const ENCRYPTION_STARTTLS = 'tls'; - const ENCRYPTION_SMTPS = 'ssl'; - - const ICAL_METHOD_REQUEST = 'REQUEST'; - const ICAL_METHOD_PUBLISH = 'PUBLISH'; - const ICAL_METHOD_REPLY = 'REPLY'; - const ICAL_METHOD_ADD = 'ADD'; - const ICAL_METHOD_CANCEL = 'CANCEL'; - const ICAL_METHOD_REFRESH = 'REFRESH'; - const ICAL_METHOD_COUNTER = 'COUNTER'; - const ICAL_METHOD_DECLINECOUNTER = 'DECLINECOUNTER'; - - /** - * Email priority. - * Options: null (default), 1 = High, 3 = Normal, 5 = low. - * When null, the header is not set at all. - * - * @var int|null - */ - public $Priority; - - /** - * The character set of the message. - * - * @var string - */ - public $CharSet = self::CHARSET_ISO88591; - - /** - * The MIME Content-type of the message. - * - * @var string - */ - public $ContentType = self::CONTENT_TYPE_PLAINTEXT; - - /** - * The message encoding. - * Options: "8bit", "7bit", "binary", "base64", and "quoted-printable". - * - * @var string - */ - public $Encoding = self::ENCODING_8BIT; - - /** - * Holds the most recent mailer error message. - * - * @var string - */ - public $ErrorInfo = ''; - - /** - * The From email address for the message. - * - * @var string - */ - public $From = 'root@localhost'; - - /** - * The From name of the message. - * - * @var string - */ - public $FromName = 'Root User'; - - /** - * The envelope sender of the message. - * This will usually be turned into a Return-Path header by the receiver, - * and is the address that bounces will be sent to. - * If not empty, will be passed via `-f` to sendmail or as the 'MAIL FROM' value over SMTP. - * - * @var string - */ - public $Sender = ''; - - /** - * The Subject of the message. - * - * @var string - */ - public $Subject = ''; - - /** - * An HTML or plain text message body. - * If HTML then call isHTML(true). - * - * @var string - */ - public $Body = ''; - - /** - * The plain-text message body. - * This body can be read by mail clients that do not have HTML email - * capability such as mutt & Eudora. - * Clients that can read HTML will view the normal Body. - * - * @var string - */ - public $AltBody = ''; - - /** - * An iCal message part body. - * Only supported in simple alt or alt_inline message types - * To generate iCal event structures, use classes like EasyPeasyICS or iCalcreator. - * - * @see http://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ - * @see http://kigkonsult.se/iCalcreator/ - * - * @var string - */ - public $Ical = ''; - - /** - * Value-array of "method" in Contenttype header "text/calendar" - * - * @var string[] - */ - protected static $IcalMethods = [ - self::ICAL_METHOD_REQUEST, - self::ICAL_METHOD_PUBLISH, - self::ICAL_METHOD_REPLY, - self::ICAL_METHOD_ADD, - self::ICAL_METHOD_CANCEL, - self::ICAL_METHOD_REFRESH, - self::ICAL_METHOD_COUNTER, - self::ICAL_METHOD_DECLINECOUNTER, - ]; - - /** - * The complete compiled MIME message body. - * - * @var string - */ - protected $MIMEBody = ''; - - /** - * The complete compiled MIME message headers. - * - * @var string - */ - protected $MIMEHeader = ''; - - /** - * Extra headers that createHeader() doesn't fold in. - * - * @var string - */ - protected $mailHeader = ''; - - /** - * Word-wrap the message body to this number of chars. - * Set to 0 to not wrap. A useful value here is 78, for RFC2822 section 2.1.1 compliance. - * - * @see static::STD_LINE_LENGTH - * - * @var int - */ - public $WordWrap = 0; - - /** - * Which method to use to send mail. - * Options: "mail", "sendmail", or "smtp". - * - * @var string - */ - public $Mailer = 'mail'; - - /** - * The path to the sendmail program. - * - * @var string - */ - public $Sendmail = '/usr/sbin/sendmail'; - - /** - * Whether mail() uses a fully sendmail-compatible MTA. - * One which supports sendmail's "-oi -f" options. - * - * @var bool - */ - public $UseSendmailOptions = true; - - /** - * The email address that a reading confirmation should be sent to, also known as read receipt. - * - * @var string - */ - public $ConfirmReadingTo = ''; - - /** - * The hostname to use in the Message-ID header and as default HELO string. - * If empty, PHPMailer attempts to find one with, in order, - * $_SERVER['SERVER_NAME'], gethostname(), php_uname('n'), or the value - * 'localhost.localdomain'. - * - * @see PHPMailer::$Helo - * - * @var string - */ - public $Hostname = ''; - - /** - * An ID to be used in the Message-ID header. - * If empty, a unique id will be generated. - * You can set your own, but it must be in the format "", - * as defined in RFC5322 section 3.6.4 or it will be ignored. - * - * @see https://tools.ietf.org/html/rfc5322#section-3.6.4 - * - * @var string - */ - public $MessageID = ''; - - /** - * The message Date to be used in the Date header. - * If empty, the current date will be added. - * - * @var string - */ - public $MessageDate = ''; - - /** - * SMTP hosts. - * Either a single hostname or multiple semicolon-delimited hostnames. - * You can also specify a different port - * for each host by using this format: [hostname:port] - * (e.g. "smtp1.example.com:25;smtp2.example.com"). - * You can also specify encryption type, for example: - * (e.g. "tls://smtp1.example.com:587;ssl://smtp2.example.com:465"). - * Hosts will be tried in order. - * - * @var string - */ - public $Host = 'localhost'; - - /** - * The default SMTP server port. - * - * @var int - */ - public $Port = 25; - - /** - * The SMTP HELO/EHLO name used for the SMTP connection. - * Default is $Hostname. If $Hostname is empty, PHPMailer attempts to find - * one with the same method described above for $Hostname. - * - * @see PHPMailer::$Hostname - * - * @var string - */ - public $Helo = ''; - - /** - * What kind of encryption to use on the SMTP connection. - * Options: '', static::ENCRYPTION_STARTTLS, or static::ENCRYPTION_SMTPS. - * - * @var string - */ - public $SMTPSecure = ''; - - /** - * Whether to enable TLS encryption automatically if a server supports it, - * even if `SMTPSecure` is not set to 'tls'. - * Be aware that in PHP >= 5.6 this requires that the server's certificates are valid. - * - * @var bool - */ - public $SMTPAutoTLS = true; - - /** - * Whether to use SMTP authentication. - * Uses the Username and Password properties. - * - * @see PHPMailer::$Username - * @see PHPMailer::$Password - * - * @var bool - */ - public $SMTPAuth = false; - - /** - * Options array passed to stream_context_create when connecting via SMTP. - * - * @var array - */ - public $SMTPOptions = []; - - /** - * SMTP username. - * - * @var string - */ - public $Username = ''; - - /** - * SMTP password. - * - * @var string - */ - public $Password = ''; - - /** - * SMTP auth type. - * Options are CRAM-MD5, LOGIN, PLAIN, XOAUTH2, attempted in that order if not specified. - * - * @var string - */ - public $AuthType = ''; - - /** - * An instance of the PHPMailer OAuth class. - * - * @var OAuth - */ - protected $oauth; - - /** - * The SMTP server timeout in seconds. - * Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2. - * - * @var int - */ - public $Timeout = 300; - - /** - * Comma separated list of DSN notifications - * 'NEVER' under no circumstances a DSN must be returned to the sender. - * If you use NEVER all other notifications will be ignored. - * 'SUCCESS' will notify you when your mail has arrived at its destination. - * 'FAILURE' will arrive if an error occurred during delivery. - * 'DELAY' will notify you if there is an unusual delay in delivery, but the actual - * delivery's outcome (success or failure) is not yet decided. - * - * @see https://tools.ietf.org/html/rfc3461 See section 4.1 for more information about NOTIFY - */ - public $dsn = ''; - - /** - * SMTP class debug output mode. - * Debug output level. - * Options: - * * SMTP::DEBUG_OFF: No output - * * SMTP::DEBUG_CLIENT: Client messages - * * SMTP::DEBUG_SERVER: Client and server messages - * * SMTP::DEBUG_CONNECTION: As SERVER plus connection status - * * SMTP::DEBUG_LOWLEVEL: Noisy, low-level data output, rarely needed - * - * @see SMTP::$do_debug - * - * @var int - */ - public $SMTPDebug = 0; - - /** - * How to handle debug output. - * Options: - * * `echo` Output plain-text as-is, appropriate for CLI - * * `html` Output escaped, line breaks converted to `
`, appropriate for browser output - * * `error_log` Output to error log as configured in php.ini - * By default PHPMailer will use `echo` if run from a `cli` or `cli-server` SAPI, `html` otherwise. - * Alternatively, you can provide a callable expecting two params: a message string and the debug level: - * - * ```php - * $mail->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";}; - * ``` - * - * Alternatively, you can pass in an instance of a PSR-3 compatible logger, though only `debug` - * level output is used: - * - * ```php - * $mail->Debugoutput = new myPsr3Logger; - * ``` - * - * @see SMTP::$Debugoutput - * - * @var string|callable|\Psr\Log\LoggerInterface - */ - public $Debugoutput = 'echo'; - - /** - * Whether to keep SMTP connection open after each message. - * If this is set to true then to close the connection - * requires an explicit call to smtpClose(). - * - * @var bool - */ - public $SMTPKeepAlive = false; - - /** - * Whether to split multiple to addresses into multiple messages - * or send them all in one message. - * Only supported in `mail` and `sendmail` transports, not in SMTP. - * - * @var bool - * - * @deprecated 6.0.0 PHPMailer isn't a mailing list manager! - */ - public $SingleTo = false; - - /** - * Storage for addresses when SingleTo is enabled. - * - * @var array - */ - protected $SingleToArray = []; - - /** - * Whether to generate VERP addresses on send. - * Only applicable when sending via SMTP. - * - * @see https://en.wikipedia.org/wiki/Variable_envelope_return_path - * @see http://www.postfix.org/VERP_README.html Postfix VERP info - * - * @var bool - */ - public $do_verp = false; - - /** - * Whether to allow sending messages with an empty body. - * - * @var bool - */ - public $AllowEmpty = false; - - /** - * DKIM selector. - * - * @var string - */ - public $DKIM_selector = ''; - - /** - * DKIM Identity. - * Usually the email address used as the source of the email. - * - * @var string - */ - public $DKIM_identity = ''; - - /** - * DKIM passphrase. - * Used if your key is encrypted. - * - * @var string - */ - public $DKIM_passphrase = ''; - - /** - * DKIM signing domain name. - * - * @example 'example.com' - * - * @var string - */ - public $DKIM_domain = ''; - - /** - * DKIM Copy header field values for diagnostic use. - * - * @var bool - */ - public $DKIM_copyHeaderFields = true; - - /** - * DKIM Extra signing headers. - * - * @example ['List-Unsubscribe', 'List-Help'] - * - * @var array - */ - public $DKIM_extraHeaders = []; - - /** - * DKIM private key file path. - * - * @var string - */ - public $DKIM_private = ''; - - /** - * DKIM private key string. - * - * If set, takes precedence over `$DKIM_private`. - * - * @var string - */ - public $DKIM_private_string = ''; - - /** - * Callback Action function name. - * - * The function that handles the result of the send email action. - * It is called out by send() for each email sent. - * - * Value can be any php callable: http://www.php.net/is_callable - * - * Parameters: - * bool $result result of the send action - * array $to email addresses of the recipients - * array $cc cc email addresses - * array $bcc bcc email addresses - * string $subject the subject - * string $body the email body - * string $from email address of sender - * string $extra extra information of possible use - * "smtp_transaction_id' => last smtp transaction id - * - * @var string - */ - public $action_function = ''; - - /** - * What to put in the X-Mailer header. - * Options: An empty string for PHPMailer default, whitespace/null for none, or a string to use. - * - * @var string|null - */ - public $XMailer = ''; - - /** - * Which validator to use by default when validating email addresses. - * May be a callable to inject your own validator, but there are several built-in validators. - * The default validator uses PHP's FILTER_VALIDATE_EMAIL filter_var option. - * - * @see PHPMailer::validateAddress() - * - * @var string|callable - */ - public static $validator = 'php'; - - /** - * An instance of the SMTP sender class. - * - * @var SMTP - */ - protected $smtp; - - /** - * The array of 'to' names and addresses. - * - * @var array - */ - protected $to = []; - - /** - * The array of 'cc' names and addresses. - * - * @var array - */ - protected $cc = []; - - /** - * The array of 'bcc' names and addresses. - * - * @var array - */ - protected $bcc = []; - - /** - * The array of reply-to names and addresses. - * - * @var array - */ - protected $ReplyTo = []; - - /** - * An array of all kinds of addresses. - * Includes all of $to, $cc, $bcc. - * - * @see PHPMailer::$to - * @see PHPMailer::$cc - * @see PHPMailer::$bcc - * - * @var array - */ - protected $all_recipients = []; - - /** - * An array of names and addresses queued for validation. - * In send(), valid and non duplicate entries are moved to $all_recipients - * and one of $to, $cc, or $bcc. - * This array is used only for addresses with IDN. - * - * @see PHPMailer::$to - * @see PHPMailer::$cc - * @see PHPMailer::$bcc - * @see PHPMailer::$all_recipients - * - * @var array - */ - protected $RecipientsQueue = []; - - /** - * An array of reply-to names and addresses queued for validation. - * In send(), valid and non duplicate entries are moved to $ReplyTo. - * This array is used only for addresses with IDN. - * - * @see PHPMailer::$ReplyTo - * - * @var array - */ - protected $ReplyToQueue = []; - - /** - * The array of attachments. - * - * @var array - */ - protected $attachment = []; - - /** - * The array of custom headers. - * - * @var array - */ - protected $CustomHeader = []; - - /** - * The most recent Message-ID (including angular brackets). - * - * @var string - */ - protected $lastMessageID = ''; - - /** - * The message's MIME type. - * - * @var string - */ - protected $message_type = ''; - - /** - * The array of MIME boundary strings. - * - * @var array - */ - protected $boundary = []; - - /** - * The array of available languages. - * - * @var array - */ - protected $language = []; - - /** - * The number of errors encountered. - * - * @var int - */ - protected $error_count = 0; - - /** - * The S/MIME certificate file path. - * - * @var string - */ - protected $sign_cert_file = ''; - - /** - * The S/MIME key file path. - * - * @var string - */ - protected $sign_key_file = ''; - - /** - * The optional S/MIME extra certificates ("CA Chain") file path. - * - * @var string - */ - protected $sign_extracerts_file = ''; - - /** - * The S/MIME password for the key. - * Used only if the key is encrypted. - * - * @var string - */ - protected $sign_key_pass = ''; - - /** - * Whether to throw exceptions for errors. - * - * @var bool - */ - protected $exceptions = false; - - /** - * Unique ID used for message ID and boundaries. - * - * @var string - */ - protected $uniqueid = ''; - - /** - * The PHPMailer Version number. - * - * @var string - */ - const VERSION = '6.1.8'; - - /** - * Error severity: message only, continue processing. - * - * @var int - */ - const STOP_MESSAGE = 0; - - /** - * Error severity: message, likely ok to continue processing. - * - * @var int - */ - const STOP_CONTINUE = 1; - - /** - * Error severity: message, plus full stop, critical error reached. - * - * @var int - */ - const STOP_CRITICAL = 2; - - /** - * The SMTP standard CRLF line break. - * If you want to change line break format, change static::$LE, not this. - */ - const CRLF = "\r\n"; - - /** - * "Folding White Space" a white space string used for line folding. - */ - const FWS = ' '; - - /** - * SMTP RFC standard line ending; Carriage Return, Line Feed. - * - * @var string - */ - protected static $LE = self::CRLF; - - /** - * The maximum line length supported by mail(). - * - * Background: mail() will sometimes corrupt messages - * with headers headers longer than 65 chars, see #818. - * - * @var int - */ - const MAIL_MAX_LINE_LENGTH = 63; - - /** - * The maximum line length allowed by RFC 2822 section 2.1.1. - * - * @var int - */ - const MAX_LINE_LENGTH = 998; - - /** - * The lower maximum line length allowed by RFC 2822 section 2.1.1. - * This length does NOT include the line break - * 76 means that lines will be 77 or 78 chars depending on whether - * the line break format is LF or CRLF; both are valid. - * - * @var int - */ - const STD_LINE_LENGTH = 76; - - /** - * Constructor. - * - * @param bool $exceptions Should we throw external exceptions? - */ - public function __construct($exceptions = null) - { - if (null !== $exceptions) { - $this->exceptions = (bool) $exceptions; - } - //Pick an appropriate debug output format automatically - $this->Debugoutput = (strpos(PHP_SAPI, 'cli') !== false ? 'echo' : 'html'); - } - - /** - * Destructor. - */ - public function __destruct() - { - //Close any open SMTP connection nicely - $this->smtpClose(); - } - - /** - * Call mail() in a safe_mode-aware fashion. - * Also, unless sendmail_path points to sendmail (or something that - * claims to be sendmail), don't pass params (not a perfect fix, - * but it will do). - * - * @param string $to To - * @param string $subject Subject - * @param string $body Message Body - * @param string $header Additional Header(s) - * @param string|null $params Params - * - * @return bool - */ - private function mailPassthru($to, $subject, $body, $header, $params) - { - //Check overloading of mail function to avoid double-encoding - if (ini_get('mbstring.func_overload') & 1) { - $subject = $this->secureHeader($subject); - } else { - $subject = $this->encodeHeader($this->secureHeader($subject)); - } - //Calling mail() with null params breaks - if (!$this->UseSendmailOptions || null === $params) { - $result = @mail($to, $subject, $body, $header); - } else { - $result = @mail($to, $subject, $body, $header, $params); - } - - return $result; - } - - /** - * Output debugging info via user-defined method. - * Only generates output if SMTP debug output is enabled (@see SMTP::$do_debug). - * - * @see PHPMailer::$Debugoutput - * @see PHPMailer::$SMTPDebug - * - * @param string $str - */ - protected function edebug($str) - { - if ($this->SMTPDebug <= 0) { - return; - } - //Is this a PSR-3 logger? - if ($this->Debugoutput instanceof \Psr\Log\LoggerInterface) { - $this->Debugoutput->debug($str); - - return; - } - //Avoid clash with built-in function names - if (is_callable($this->Debugoutput) && !in_array($this->Debugoutput, ['error_log', 'html', 'echo'])) { - call_user_func($this->Debugoutput, $str, $this->SMTPDebug); - - return; - } - switch ($this->Debugoutput) { - case 'error_log': - //Don't output, just log - /** @noinspection ForgottenDebugOutputInspection */ - error_log($str); - break; - case 'html': - //Cleans up output a bit for a better looking, HTML-safe output - echo htmlentities( - preg_replace('/[\r\n]+/', '', $str), - ENT_QUOTES, - 'UTF-8' - ), "
\n"; - break; - case 'echo': - default: - //Normalize line breaks - $str = preg_replace('/\r\n|\r/m', "\n", $str); - echo gmdate('Y-m-d H:i:s'), - "\t", - //Trim trailing space - trim( - //Indent for readability, except for trailing break - str_replace( - "\n", - "\n \t ", - trim($str) - ) - ), - "\n"; - } - } - - /** - * Sets message type to HTML or plain. - * - * @param bool $isHtml True for HTML mode - */ - public function isHTML($isHtml = true) - { - if ($isHtml) { - $this->ContentType = static::CONTENT_TYPE_TEXT_HTML; - } else { - $this->ContentType = static::CONTENT_TYPE_PLAINTEXT; - } - } - - /** - * Send messages using SMTP. - */ - public function isSMTP() - { - $this->Mailer = 'smtp'; - } - - /** - * Send messages using PHP's mail() function. - */ - public function isMail() - { - $this->Mailer = 'mail'; - } - - /** - * Send messages using $Sendmail. - */ - public function isSendmail() - { - $ini_sendmail_path = ini_get('sendmail_path'); - - if (false === stripos($ini_sendmail_path, 'sendmail')) { - $this->Sendmail = '/usr/sbin/sendmail'; - } else { - $this->Sendmail = $ini_sendmail_path; - } - $this->Mailer = 'sendmail'; - } - - /** - * Send messages using qmail. - */ - public function isQmail() - { - $ini_sendmail_path = ini_get('sendmail_path'); - - if (false === stripos($ini_sendmail_path, 'qmail')) { - $this->Sendmail = '/var/qmail/bin/qmail-inject'; - } else { - $this->Sendmail = $ini_sendmail_path; - } - $this->Mailer = 'qmail'; - } - - /** - * Add a "To" address. - * - * @param string $address The email address to send to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - public function addAddress($address, $name = '') - { - return $this->addOrEnqueueAnAddress('to', $address, $name); - } - - /** - * Add a "CC" address. - * - * @param string $address The email address to send to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - public function addCC($address, $name = '') - { - return $this->addOrEnqueueAnAddress('cc', $address, $name); - } - - /** - * Add a "BCC" address. - * - * @param string $address The email address to send to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - public function addBCC($address, $name = '') - { - return $this->addOrEnqueueAnAddress('bcc', $address, $name); - } - - /** - * Add a "Reply-To" address. - * - * @param string $address The email address to reply to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - public function addReplyTo($address, $name = '') - { - return $this->addOrEnqueueAnAddress('Reply-To', $address, $name); - } - - /** - * Add an address to one of the recipient arrays or to the ReplyTo array. Because PHPMailer - * can't validate addresses with an IDN without knowing the PHPMailer::$CharSet (that can still - * be modified after calling this function), addition of such addresses is delayed until send(). - * Addresses that have been added already return false, but do not throw exceptions. - * - * @param string $kind One of 'to', 'cc', 'bcc', or 'ReplyTo' - * @param string $address The email address to send, resp. to reply to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - protected function addOrEnqueueAnAddress($kind, $address, $name) - { - $address = trim($address); - $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim - $pos = strrpos($address, '@'); - if (false === $pos) { - // At-sign is missing. - $error_message = sprintf( - '%s (%s): %s', - $this->lang('invalid_address'), - $kind, - $address - ); - $this->setError($error_message); - $this->edebug($error_message); - if ($this->exceptions) { - throw new Exception($error_message); - } - - return false; - } - $params = [$kind, $address, $name]; - // Enqueue addresses with IDN until we know the PHPMailer::$CharSet. - if (static::idnSupported() && $this->has8bitChars(substr($address, ++$pos))) { - if ('Reply-To' !== $kind) { - if (!array_key_exists($address, $this->RecipientsQueue)) { - $this->RecipientsQueue[$address] = $params; - - return true; - } - } elseif (!array_key_exists($address, $this->ReplyToQueue)) { - $this->ReplyToQueue[$address] = $params; - - return true; - } - - return false; - } - - // Immediately add standard addresses without IDN. - return call_user_func_array([$this, 'addAnAddress'], $params); - } - - /** - * Add an address to one of the recipient arrays or to the ReplyTo array. - * Addresses that have been added already return false, but do not throw exceptions. - * - * @param string $kind One of 'to', 'cc', 'bcc', or 'ReplyTo' - * @param string $address The email address to send, resp. to reply to - * @param string $name - * - * @throws Exception - * - * @return bool true on success, false if address already used or invalid in some way - */ - protected function addAnAddress($kind, $address, $name = '') - { - if (!in_array($kind, ['to', 'cc', 'bcc', 'Reply-To'])) { - $error_message = sprintf( - '%s: %s', - $this->lang('Invalid recipient kind'), - $kind - ); - $this->setError($error_message); - $this->edebug($error_message); - if ($this->exceptions) { - throw new Exception($error_message); - } - - return false; - } - if (!static::validateAddress($address)) { - $error_message = sprintf( - '%s (%s): %s', - $this->lang('invalid_address'), - $kind, - $address - ); - $this->setError($error_message); - $this->edebug($error_message); - if ($this->exceptions) { - throw new Exception($error_message); - } - - return false; - } - if ('Reply-To' !== $kind) { - if (!array_key_exists(strtolower($address), $this->all_recipients)) { - $this->{$kind}[] = [$address, $name]; - $this->all_recipients[strtolower($address)] = true; - - return true; - } - } elseif (!array_key_exists(strtolower($address), $this->ReplyTo)) { - $this->ReplyTo[strtolower($address)] = [$address, $name]; - - return true; - } - - return false; - } - - /** - * Parse and validate a string containing one or more RFC822-style comma-separated email addresses - * of the form "display name
" into an array of name/address pairs. - * Uses the imap_rfc822_parse_adrlist function if the IMAP extension is available. - * Note that quotes in the name part are removed. - * - * @see http://www.andrew.cmu.edu/user/agreen1/testing/mrbs/web/Mail/RFC822.php A more careful implementation - * - * @param string $addrstr The address list string - * @param bool $useimap Whether to use the IMAP extension to parse the list - * - * @return array - */ - public static function parseAddresses($addrstr, $useimap = true) - { - $addresses = []; - if ($useimap && function_exists('imap_rfc822_parse_adrlist')) { - //Use this built-in parser if it's available - $list = imap_rfc822_parse_adrlist($addrstr, ''); - foreach ($list as $address) { - if (('.SYNTAX-ERROR.' !== $address->host) && static::validateAddress( - $address->mailbox . '@' . $address->host - )) { - $addresses[] = [ - 'name' => (property_exists($address, 'personal') ? $address->personal : ''), - 'address' => $address->mailbox . '@' . $address->host, - ]; - } - } - } else { - //Use this simpler parser - $list = explode(',', $addrstr); - foreach ($list as $address) { - $address = trim($address); - //Is there a separate name part? - if (strpos($address, '<') === false) { - //No separate name, just use the whole thing - if (static::validateAddress($address)) { - $addresses[] = [ - 'name' => '', - 'address' => $address, - ]; - } - } else { - list($name, $email) = explode('<', $address); - $email = trim(str_replace('>', '', $email)); - if (static::validateAddress($email)) { - $addresses[] = [ - 'name' => trim(str_replace(['"', "'"], '', $name)), - 'address' => $email, - ]; - } - } - } - } - - return $addresses; - } - - /** - * Set the From and FromName properties. - * - * @param string $address - * @param string $name - * @param bool $auto Whether to also set the Sender address, defaults to true - * - * @throws Exception - * - * @return bool - */ - public function setFrom($address, $name = '', $auto = true) - { - $address = trim($address); - $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim - // Don't validate now addresses with IDN. Will be done in send(). - $pos = strrpos($address, '@'); - if ((false === $pos) - || ((!$this->has8bitChars(substr($address, ++$pos)) || !static::idnSupported()) - && !static::validateAddress($address)) - ) { - $error_message = sprintf( - '%s (From): %s', - $this->lang('invalid_address'), - $address - ); - $this->setError($error_message); - $this->edebug($error_message); - if ($this->exceptions) { - throw new Exception($error_message); - } - - return false; - } - $this->From = $address; - $this->FromName = $name; - if ($auto && empty($this->Sender)) { - $this->Sender = $address; - } - - return true; - } - - /** - * Return the Message-ID header of the last email. - * Technically this is the value from the last time the headers were created, - * but it's also the message ID of the last sent message except in - * pathological cases. - * - * @return string - */ - public function getLastMessageID() - { - return $this->lastMessageID; - } - - /** - * Check that a string looks like an email address. - * Validation patterns supported: - * * `auto` Pick best pattern automatically; - * * `pcre8` Use the squiloople.com pattern, requires PCRE > 8.0; - * * `pcre` Use old PCRE implementation; - * * `php` Use PHP built-in FILTER_VALIDATE_EMAIL; - * * `html5` Use the pattern given by the HTML5 spec for 'email' type form input elements. - * * `noregex` Don't use a regex: super fast, really dumb. - * Alternatively you may pass in a callable to inject your own validator, for example: - * - * ```php - * PHPMailer::validateAddress('user@example.com', function($address) { - * return (strpos($address, '@') !== false); - * }); - * ``` - * - * You can also set the PHPMailer::$validator static to a callable, allowing built-in methods to use your validator. - * - * @param string $address The email address to check - * @param string|callable $patternselect Which pattern to use - * - * @return bool - */ - public static function validateAddress($address, $patternselect = null) - { - if (null === $patternselect) { - $patternselect = static::$validator; - } - if (is_callable($patternselect)) { - return call_user_func($patternselect, $address); - } - //Reject line breaks in addresses; it's valid RFC5322, but not RFC5321 - if (strpos($address, "\n") !== false || strpos($address, "\r") !== false) { - return false; - } - switch ($patternselect) { - case 'pcre': //Kept for BC - case 'pcre8': - /* - * A more complex and more permissive version of the RFC5322 regex on which FILTER_VALIDATE_EMAIL - * is based. - * In addition to the addresses allowed by filter_var, also permits: - * * dotless domains: `a@b` - * * comments: `1234 @ local(blah) .machine .example` - * * quoted elements: `'"test blah"@example.org'` - * * numeric TLDs: `a@b.123` - * * unbracketed IPv4 literals: `a@192.168.0.1` - * * IPv6 literals: 'first.last@[IPv6:a1::]' - * Not all of these will necessarily work for sending! - * - * @see http://squiloople.com/2009/12/20/email-address-validation/ - * @copyright 2009-2010 Michael Rushton - * Feel free to use and redistribute this code. But please keep this copyright notice. - */ - return (bool) preg_match( - '/^(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){255,})(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){65,}@)' . - '((?>(?>(?>((?>(?>(?>\x0D\x0A)?[\t ])+|(?>[\t ]*\x0D\x0A)?[\t ]+)?)(\((?>(?2)' . - '(?>[\x01-\x08\x0B\x0C\x0E-\'*-\[\]-\x7F]|\\\[\x00-\x7F]|(?3)))*(?2)\)))+(?2))|(?2))?)' . - '([!#-\'*+\/-9=?^-~-]+|"(?>(?2)(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\x7F]))*' . - '(?2)")(?>(?1)\.(?1)(?4))*(?1)@(?!(?1)[a-z0-9-]{64,})(?1)(?>([a-z0-9](?>[a-z0-9-]*[a-z0-9])?)' . - '(?>(?1)\.(?!(?1)[a-z0-9-]{64,})(?1)(?5)){0,126}|\[(?:(?>IPv6:(?>([a-f0-9]{1,4})(?>:(?6)){7}' . - '|(?!(?:.*[a-f0-9][:\]]){8,})((?6)(?>:(?6)){0,6})?::(?7)?))|(?>(?>IPv6:(?>(?6)(?>:(?6)){5}:' . - '|(?!(?:.*[a-f0-9]:){6,})(?8)?::(?>((?6)(?>:(?6)){0,4}):)?))?(25[0-5]|2[0-4][0-9]|1[0-9]{2}' . - '|[1-9]?[0-9])(?>\.(?9)){3}))\])(?1)$/isD', - $address - ); - case 'html5': - /* - * This is the pattern used in the HTML5 spec for validation of 'email' type form input elements. - * - * @see https://html.spec.whatwg.org/#e-mail-state-(type=email) - */ - return (bool) preg_match( - '/^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}' . - '[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/sD', - $address - ); - case 'php': - default: - return filter_var($address, FILTER_VALIDATE_EMAIL) !== false; - } - } - - /** - * Tells whether IDNs (Internationalized Domain Names) are supported or not. This requires the - * `intl` and `mbstring` PHP extensions. - * - * @return bool `true` if required functions for IDN support are present - */ - public static function idnSupported() - { - return function_exists('idn_to_ascii') && function_exists('mb_convert_encoding'); - } - - /** - * Converts IDN in given email address to its ASCII form, also known as punycode, if possible. - * Important: Address must be passed in same encoding as currently set in PHPMailer::$CharSet. - * This function silently returns unmodified address if: - * - No conversion is necessary (i.e. domain name is not an IDN, or is already in ASCII form) - * - Conversion to punycode is impossible (e.g. required PHP functions are not available) - * or fails for any reason (e.g. domain contains characters not allowed in an IDN). - * - * @see PHPMailer::$CharSet - * - * @param string $address The email address to convert - * - * @return string The encoded address in ASCII form - */ - public function punyencodeAddress($address) - { - // Verify we have required functions, CharSet, and at-sign. - $pos = strrpos($address, '@'); - if (!empty($this->CharSet) && - false !== $pos && - static::idnSupported() - ) { - $domain = substr($address, ++$pos); - // Verify CharSet string is a valid one, and domain properly encoded in this CharSet. - if ($this->has8bitChars($domain) && @mb_check_encoding($domain, $this->CharSet)) { - $domain = mb_convert_encoding($domain, 'UTF-8', $this->CharSet); - //Ignore IDE complaints about this line - method signature changed in PHP 5.4 - $errorcode = 0; - if (defined('INTL_IDNA_VARIANT_UTS46')) { - $punycode = idn_to_ascii($domain, $errorcode, INTL_IDNA_VARIANT_UTS46); - } elseif (defined('INTL_IDNA_VARIANT_2003')) { - $punycode = idn_to_ascii($domain, $errorcode, INTL_IDNA_VARIANT_2003); - } else { - $punycode = idn_to_ascii($domain, $errorcode); - } - if (false !== $punycode) { - return substr($address, 0, $pos) . $punycode; - } - } - } - - return $address; - } - - /** - * Create a message and send it. - * Uses the sending method specified by $Mailer. - * - * @throws Exception - * - * @return bool false on error - See the ErrorInfo property for details of the error - */ - public function send() - { - try { - if (!$this->preSend()) { - return false; - } - - return $this->postSend(); - } catch (Exception $exc) { - $this->mailHeader = ''; - $this->setError($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - } - - /** - * Prepare a message for sending. - * - * @throws Exception - * - * @return bool - */ - public function preSend() - { - if ('smtp' === $this->Mailer - || ('mail' === $this->Mailer && stripos(PHP_OS, 'WIN') === 0) - ) { - //SMTP mandates RFC-compliant line endings - //and it's also used with mail() on Windows - static::setLE(self::CRLF); - } else { - //Maintain backward compatibility with legacy Linux command line mailers - static::setLE(PHP_EOL); - } - //Check for buggy PHP versions that add a header with an incorrect line break - if ('mail' === $this->Mailer - && ((PHP_VERSION_ID >= 70000 && PHP_VERSION_ID < 70017) - || (PHP_VERSION_ID >= 70100 && PHP_VERSION_ID < 70103)) - && ini_get('mail.add_x_header') === '1' - && stripos(PHP_OS, 'WIN') === 0 - ) { - trigger_error( - 'Your version of PHP is affected by a bug that may result in corrupted messages.' . - ' To fix it, switch to sending using SMTP, disable the mail.add_x_header option in' . - ' your php.ini, switch to MacOS or Linux, or upgrade your PHP to version 7.0.17+ or 7.1.3+.', - E_USER_WARNING - ); - } - - try { - $this->error_count = 0; // Reset errors - $this->mailHeader = ''; - - // Dequeue recipient and Reply-To addresses with IDN - foreach (array_merge($this->RecipientsQueue, $this->ReplyToQueue) as $params) { - $params[1] = $this->punyencodeAddress($params[1]); - call_user_func_array([$this, 'addAnAddress'], $params); - } - if (count($this->to) + count($this->cc) + count($this->bcc) < 1) { - throw new Exception($this->lang('provide_address'), self::STOP_CRITICAL); - } - - // Validate From, Sender, and ConfirmReadingTo addresses - foreach (['From', 'Sender', 'ConfirmReadingTo'] as $address_kind) { - $this->$address_kind = trim($this->$address_kind); - if (empty($this->$address_kind)) { - continue; - } - $this->$address_kind = $this->punyencodeAddress($this->$address_kind); - if (!static::validateAddress($this->$address_kind)) { - $error_message = sprintf( - '%s (%s): %s', - $this->lang('invalid_address'), - $address_kind, - $this->$address_kind - ); - $this->setError($error_message); - $this->edebug($error_message); - if ($this->exceptions) { - throw new Exception($error_message); - } - - return false; - } - } - - // Set whether the message is multipart/alternative - if ($this->alternativeExists()) { - $this->ContentType = static::CONTENT_TYPE_MULTIPART_ALTERNATIVE; - } - - $this->setMessageType(); - // Refuse to send an empty message unless we are specifically allowing it - if (!$this->AllowEmpty && empty($this->Body)) { - throw new Exception($this->lang('empty_message'), self::STOP_CRITICAL); - } - - //Trim subject consistently - $this->Subject = trim($this->Subject); - // Create body before headers in case body makes changes to headers (e.g. altering transfer encoding) - $this->MIMEHeader = ''; - $this->MIMEBody = $this->createBody(); - // createBody may have added some headers, so retain them - $tempheaders = $this->MIMEHeader; - $this->MIMEHeader = $this->createHeader(); - $this->MIMEHeader .= $tempheaders; - - // To capture the complete message when using mail(), create - // an extra header list which createHeader() doesn't fold in - if ('mail' === $this->Mailer) { - if (count($this->to) > 0) { - $this->mailHeader .= $this->addrAppend('To', $this->to); - } else { - $this->mailHeader .= $this->headerLine('To', 'undisclosed-recipients:;'); - } - $this->mailHeader .= $this->headerLine( - 'Subject', - $this->encodeHeader($this->secureHeader($this->Subject)) - ); - } - - // Sign with DKIM if enabled - if (!empty($this->DKIM_domain) - && !empty($this->DKIM_selector) - && (!empty($this->DKIM_private_string) - || (!empty($this->DKIM_private) - && static::isPermittedPath($this->DKIM_private) - && file_exists($this->DKIM_private) - ) - ) - ) { - $header_dkim = $this->DKIM_Add( - $this->MIMEHeader . $this->mailHeader, - $this->encodeHeader($this->secureHeader($this->Subject)), - $this->MIMEBody - ); - $this->MIMEHeader = static::stripTrailingWSP($this->MIMEHeader) . static::$LE . - static::normalizeBreaks($header_dkim) . static::$LE; - } - - return true; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - } - - /** - * Actually send a message via the selected mechanism. - * - * @throws Exception - * - * @return bool - */ - public function postSend() - { - try { - // Choose the mailer and send through it - switch ($this->Mailer) { - case 'sendmail': - case 'qmail': - return $this->sendmailSend($this->MIMEHeader, $this->MIMEBody); - case 'smtp': - return $this->smtpSend($this->MIMEHeader, $this->MIMEBody); - case 'mail': - return $this->mailSend($this->MIMEHeader, $this->MIMEBody); - default: - $sendMethod = $this->Mailer . 'Send'; - if (method_exists($this, $sendMethod)) { - return $this->$sendMethod($this->MIMEHeader, $this->MIMEBody); - } - - return $this->mailSend($this->MIMEHeader, $this->MIMEBody); - } - } catch (Exception $exc) { - if ($this->Mailer === 'smtp' && $this->SMTPKeepAlive == true) { - $this->smtp->reset(); - } - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - } - - return false; - } - - /** - * Send mail using the $Sendmail program. - * - * @see PHPMailer::$Sendmail - * - * @param string $header The message headers - * @param string $body The message body - * - * @throws Exception - * - * @return bool - */ - protected function sendmailSend($header, $body) - { - $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; - - // CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be escaped. - if (!empty($this->Sender) && self::isShellSafe($this->Sender)) { - if ('qmail' === $this->Mailer) { - $sendmailFmt = '%s -f%s'; - } else { - $sendmailFmt = '%s -oi -f%s -t'; - } - } elseif ('qmail' === $this->Mailer) { - $sendmailFmt = '%s'; - } else { - $sendmailFmt = '%s -oi -t'; - } - - $sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), $this->Sender); - - if ($this->SingleTo) { - foreach ($this->SingleToArray as $toAddr) { - $mail = @popen($sendmail, 'w'); - if (!$mail) { - throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); - } - fwrite($mail, 'To: ' . $toAddr . "\n"); - fwrite($mail, $header); - fwrite($mail, $body); - $result = pclose($mail); - $this->doCallback( - ($result === 0), - [$toAddr], - $this->cc, - $this->bcc, - $this->Subject, - $body, - $this->From, - [] - ); - if (0 !== $result) { - throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); - } - } - } else { - $mail = @popen($sendmail, 'w'); - if (!$mail) { - throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); - } - fwrite($mail, $header); - fwrite($mail, $body); - $result = pclose($mail); - $this->doCallback( - ($result === 0), - $this->to, - $this->cc, - $this->bcc, - $this->Subject, - $body, - $this->From, - [] - ); - if (0 !== $result) { - throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); - } - } - - return true; - } - - /** - * Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters. - * Note that escapeshellarg and escapeshellcmd are inadequate for our purposes, especially on Windows. - * - * @see https://github.com/PHPMailer/PHPMailer/issues/924 CVE-2016-10045 bug report - * - * @param string $string The string to be validated - * - * @return bool - */ - protected static function isShellSafe($string) - { - // Future-proof - if (escapeshellcmd($string) !== $string - || !in_array(escapeshellarg($string), ["'$string'", "\"$string\""]) - ) { - return false; - } - - $length = strlen($string); - - for ($i = 0; $i < $length; ++$i) { - $c = $string[$i]; - - // All other characters have a special meaning in at least one common shell, including = and +. - // Full stop (.) has a special meaning in cmd.exe, but its impact should be negligible here. - // Note that this does permit non-Latin alphanumeric characters based on the current locale. - if (!ctype_alnum($c) && strpos('@_-.', $c) === false) { - return false; - } - } - - return true; - } - - /** - * Check whether a file path is of a permitted type. - * Used to reject URLs and phar files from functions that access local file paths, - * such as addAttachment. - * - * @param string $path A relative or absolute path to a file - * - * @return bool - */ - protected static function isPermittedPath($path) - { - return !preg_match('#^[a-z]+://#i', $path); - } - - /** - * Check whether a file path is safe, accessible, and readable. - * - * @param string $path A relative or absolute path to a file - * - * @return bool - */ - protected static function fileIsAccessible($path) - { - $readable = file_exists($path); - //If not a UNC path (expected to start with \\), check read permission, see #2069 - if (strpos($path, '\\\\') !== 0) { - $readable = $readable && is_readable($path); - } - return static::isPermittedPath($path) && $readable; - } - - /** - * Send mail using the PHP mail() function. - * - * @see http://www.php.net/manual/en/book.mail.php - * - * @param string $header The message headers - * @param string $body The message body - * - * @throws Exception - * - * @return bool - */ - protected function mailSend($header, $body) - { - $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; - - $toArr = []; - foreach ($this->to as $toaddr) { - $toArr[] = $this->addrFormat($toaddr); - } - $to = implode(', ', $toArr); - - $params = null; - //This sets the SMTP envelope sender which gets turned into a return-path header by the receiver - //A space after `-f` is optional, but there is a long history of its presence - //causing problems, so we don't use one - //Exim docs: http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_command_line.html - //Sendmail docs: http://www.sendmail.org/~ca/email/man/sendmail.html - //Qmail docs: http://www.qmail.org/man/man8/qmail-inject.html - //Example problem: https://www.drupal.org/node/1057954 - // CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be escaped. - if (!empty($this->Sender) && static::validateAddress($this->Sender) && self::isShellSafe($this->Sender)) { - $params = sprintf('-f%s', $this->Sender); - } - if (!empty($this->Sender) && static::validateAddress($this->Sender)) { - $old_from = ini_get('sendmail_from'); - ini_set('sendmail_from', $this->Sender); - } - $result = false; - if ($this->SingleTo && count($toArr) > 1) { - foreach ($toArr as $toAddr) { - $result = $this->mailPassthru($toAddr, $this->Subject, $body, $header, $params); - $this->doCallback($result, [$toAddr], $this->cc, $this->bcc, $this->Subject, $body, $this->From, []); - } - } else { - $result = $this->mailPassthru($to, $this->Subject, $body, $header, $params); - $this->doCallback($result, $this->to, $this->cc, $this->bcc, $this->Subject, $body, $this->From, []); - } - if (isset($old_from)) { - ini_set('sendmail_from', $old_from); - } - if (!$result) { - throw new Exception($this->lang('instantiate'), self::STOP_CRITICAL); - } - - return true; - } - - /** - * Get an instance to use for SMTP operations. - * Override this function to load your own SMTP implementation, - * or set one with setSMTPInstance. - * - * @return SMTP - */ - public function getSMTPInstance() - { - if (!is_object($this->smtp)) { - $this->smtp = new SMTP(); - } - - return $this->smtp; - } - - /** - * Provide an instance to use for SMTP operations. - * - * @return SMTP - */ - public function setSMTPInstance(SMTP $smtp) - { - $this->smtp = $smtp; - - return $this->smtp; - } - - /** - * Send mail via SMTP. - * Returns false if there is a bad MAIL FROM, RCPT, or DATA input. - * - * @see PHPMailer::setSMTPInstance() to use a different class. - * - * @uses \PHPMailer\PHPMailer\SMTP - * - * @param string $header The message headers - * @param string $body The message body - * - * @throws Exception - * - * @return bool - */ - protected function smtpSend($header, $body) - { - $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; - $bad_rcpt = []; - if (!$this->smtpConnect($this->SMTPOptions)) { - throw new Exception($this->lang('smtp_connect_failed'), self::STOP_CRITICAL); - } - //Sender already validated in preSend() - if ('' === $this->Sender) { - $smtp_from = $this->From; - } else { - $smtp_from = $this->Sender; - } - if (!$this->smtp->mail($smtp_from)) { - $this->setError($this->lang('from_failed') . $smtp_from . ' : ' . implode(',', $this->smtp->getError())); - throw new Exception($this->ErrorInfo, self::STOP_CRITICAL); - } - - $callbacks = []; - // Attempt to send to all recipients - foreach ([$this->to, $this->cc, $this->bcc] as $togroup) { - foreach ($togroup as $to) { - if (!$this->smtp->recipient($to[0], $this->dsn)) { - $error = $this->smtp->getError(); - $bad_rcpt[] = ['to' => $to[0], 'error' => $error['detail']]; - $isSent = false; - } else { - $isSent = true; - } - - $callbacks[] = ['issent'=>$isSent, 'to'=>$to[0]]; - } - } - - // Only send the DATA command if we have viable recipients - if ((count($this->all_recipients) > count($bad_rcpt)) && !$this->smtp->data($header . $body)) { - throw new Exception($this->lang('data_not_accepted'), self::STOP_CRITICAL); - } - - $smtp_transaction_id = $this->smtp->getLastTransactionID(); - - if ($this->SMTPKeepAlive) { - $this->smtp->reset(); - } else { - $this->smtp->quit(); - $this->smtp->close(); - } - - foreach ($callbacks as $cb) { - $this->doCallback( - $cb['issent'], - [$cb['to']], - [], - [], - $this->Subject, - $body, - $this->From, - ['smtp_transaction_id' => $smtp_transaction_id] - ); - } - - //Create error message for any bad addresses - if (count($bad_rcpt) > 0) { - $errstr = ''; - foreach ($bad_rcpt as $bad) { - $errstr .= $bad['to'] . ': ' . $bad['error']; - } - throw new Exception($this->lang('recipients_failed') . $errstr, self::STOP_CONTINUE); - } - - return true; - } - - /** - * Initiate a connection to an SMTP server. - * Returns false if the operation failed. - * - * @param array $options An array of options compatible with stream_context_create() - * - * @throws Exception - * - * @uses \PHPMailer\PHPMailer\SMTP - * - * @return bool - */ - public function smtpConnect($options = null) - { - if (null === $this->smtp) { - $this->smtp = $this->getSMTPInstance(); - } - - //If no options are provided, use whatever is set in the instance - if (null === $options) { - $options = $this->SMTPOptions; - } - - // Already connected? - if ($this->smtp->connected()) { - return true; - } - - $this->smtp->setTimeout($this->Timeout); - $this->smtp->setDebugLevel($this->SMTPDebug); - $this->smtp->setDebugOutput($this->Debugoutput); - $this->smtp->setVerp($this->do_verp); - $hosts = explode(';', $this->Host); - $lastexception = null; - - foreach ($hosts as $hostentry) { - $hostinfo = []; - if (!preg_match( - '/^(?:(ssl|tls):\/\/)?(.+?)(?::(\d+))?$/', - trim($hostentry), - $hostinfo - )) { - $this->edebug($this->lang('invalid_hostentry') . ' ' . trim($hostentry)); - // Not a valid host entry - continue; - } - // $hostinfo[1]: optional ssl or tls prefix - // $hostinfo[2]: the hostname - // $hostinfo[3]: optional port number - // The host string prefix can temporarily override the current setting for SMTPSecure - // If it's not specified, the default value is used - - //Check the host name is a valid name or IP address before trying to use it - if (!static::isValidHost($hostinfo[2])) { - $this->edebug($this->lang('invalid_host') . ' ' . $hostinfo[2]); - continue; - } - $prefix = ''; - $secure = $this->SMTPSecure; - $tls = (static::ENCRYPTION_STARTTLS === $this->SMTPSecure); - if ('ssl' === $hostinfo[1] || ('' === $hostinfo[1] && static::ENCRYPTION_SMTPS === $this->SMTPSecure)) { - $prefix = 'ssl://'; - $tls = false; // Can't have SSL and TLS at the same time - $secure = static::ENCRYPTION_SMTPS; - } elseif ('tls' === $hostinfo[1]) { - $tls = true; - // tls doesn't use a prefix - $secure = static::ENCRYPTION_STARTTLS; - } - //Do we need the OpenSSL extension? - $sslext = defined('OPENSSL_ALGO_SHA256'); - if (static::ENCRYPTION_STARTTLS === $secure || static::ENCRYPTION_SMTPS === $secure) { - //Check for an OpenSSL constant rather than using extension_loaded, which is sometimes disabled - if (!$sslext) { - throw new Exception($this->lang('extension_missing') . 'openssl', self::STOP_CRITICAL); - } - } - $host = $hostinfo[2]; - $port = $this->Port; - if ( - array_key_exists(3, $hostinfo) && - is_numeric($hostinfo[3]) && - $hostinfo[3] > 0 && - $hostinfo[3] < 65536 - ) { - $port = (int) $hostinfo[3]; - } - if ($this->smtp->connect($prefix . $host, $port, $this->Timeout, $options)) { - try { - if ($this->Helo) { - $hello = $this->Helo; - } else { - $hello = $this->serverHostname(); - } - $this->smtp->hello($hello); - //Automatically enable TLS encryption if: - // * it's not disabled - // * we have openssl extension - // * we are not already using SSL - // * the server offers STARTTLS - if ($this->SMTPAutoTLS && $sslext && 'ssl' !== $secure && $this->smtp->getServerExt('STARTTLS')) { - $tls = true; - } - if ($tls) { - if (!$this->smtp->startTLS()) { - throw new Exception($this->lang('connect_host')); - } - // We must resend EHLO after TLS negotiation - $this->smtp->hello($hello); - } - if ($this->SMTPAuth && !$this->smtp->authenticate( - $this->Username, - $this->Password, - $this->AuthType, - $this->oauth - )) { - throw new Exception($this->lang('authenticate')); - } - - return true; - } catch (Exception $exc) { - $lastexception = $exc; - $this->edebug($exc->getMessage()); - // We must have connected, but then failed TLS or Auth, so close connection nicely - $this->smtp->quit(); - } - } - } - // If we get here, all connection attempts have failed, so close connection hard - $this->smtp->close(); - // As we've caught all exceptions, just report whatever the last one was - if ($this->exceptions && null !== $lastexception) { - throw $lastexception; - } - - return false; - } - - /** - * Close the active SMTP session if one exists. - */ - public function smtpClose() - { - if ((null !== $this->smtp) && $this->smtp->connected()) { - $this->smtp->quit(); - $this->smtp->close(); - } - } - - /** - * Set the language for error messages. - * Returns false if it cannot load the language file. - * The default language is English. - * - * @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr") - * @param string $lang_path Path to the language file directory, with trailing separator (slash) - * - * @return bool - */ - public function setLanguage($langcode = 'en', $lang_path = '') - { - // Backwards compatibility for renamed language codes - $renamed_langcodes = [ - 'br' => 'pt_br', - 'cz' => 'cs', - 'dk' => 'da', - 'no' => 'nb', - 'se' => 'sv', - 'rs' => 'sr', - 'tg' => 'tl', - 'am' => 'hy', - ]; - - if (isset($renamed_langcodes[$langcode])) { - $langcode = $renamed_langcodes[$langcode]; - } - - // Define full set of translatable strings in English - $PHPMAILER_LANG = [ - 'authenticate' => 'SMTP Error: Could not authenticate.', - 'connect_host' => 'SMTP Error: Could not connect to SMTP host.', - 'data_not_accepted' => 'SMTP Error: data not accepted.', - 'empty_message' => 'Message body empty', - 'encoding' => 'Unknown encoding: ', - 'execute' => 'Could not execute: ', - 'file_access' => 'Could not access file: ', - 'file_open' => 'File Error: Could not open file: ', - 'from_failed' => 'The following From address failed: ', - 'instantiate' => 'Could not instantiate mail function.', - 'invalid_address' => 'Invalid address: ', - 'invalid_hostentry' => 'Invalid hostentry: ', - 'invalid_host' => 'Invalid host: ', - 'mailer_not_supported' => ' mailer is not supported.', - 'provide_address' => 'You must provide at least one recipient email address.', - 'recipients_failed' => 'SMTP Error: The following recipients failed: ', - 'signing' => 'Signing Error: ', - 'smtp_connect_failed' => 'SMTP connect() failed.', - 'smtp_error' => 'SMTP server error: ', - 'variable_set' => 'Cannot set or reset variable: ', - 'extension_missing' => 'Extension missing: ', - ]; - if (empty($lang_path)) { - // Calculate an absolute path so it can work if CWD is not here - $lang_path = dirname(__DIR__) . DIRECTORY_SEPARATOR . 'language' . DIRECTORY_SEPARATOR; - } - //Validate $langcode - if (!preg_match('/^[a-z]{2}(?:_[a-zA-Z]{2})?$/', $langcode)) { - $langcode = 'en'; - } - $foundlang = true; - $lang_file = $lang_path . 'phpmailer.lang-' . $langcode . '.php'; - // There is no English translation file - if ('en' !== $langcode) { - // Make sure language file path is readable - if (!static::fileIsAccessible($lang_file)) { - $foundlang = false; - } else { - // Overwrite language-specific strings. - // This way we'll never have missing translation keys. - $foundlang = include $lang_file; - } - } - $this->language = $PHPMAILER_LANG; - - return (bool) $foundlang; // Returns false if language not found - } - - /** - * Get the array of strings for the current language. - * - * @return array - */ - public function getTranslations() - { - return $this->language; - } - - /** - * Create recipient headers. - * - * @param string $type - * @param array $addr An array of recipients, - * where each recipient is a 2-element indexed array with element 0 containing an address - * and element 1 containing a name, like: - * [['joe@example.com', 'Joe User'], ['zoe@example.com', 'Zoe User']] - * - * @return string - */ - public function addrAppend($type, $addr) - { - $addresses = []; - foreach ($addr as $address) { - $addresses[] = $this->addrFormat($address); - } - - return $type . ': ' . implode(', ', $addresses) . static::$LE; - } - - /** - * Format an address for use in a message header. - * - * @param array $addr A 2-element indexed array, element 0 containing an address, element 1 containing a name like - * ['joe@example.com', 'Joe User'] - * - * @return string - */ - public function addrFormat($addr) - { - if (empty($addr[1])) { // No name provided - return $this->secureHeader($addr[0]); - } - - return $this->encodeHeader($this->secureHeader($addr[1]), 'phrase') . - ' <' . $this->secureHeader($addr[0]) . '>'; - } - - /** - * Word-wrap message. - * For use with mailers that do not automatically perform wrapping - * and for quoted-printable encoded messages. - * Original written by philippe. - * - * @param string $message The message to wrap - * @param int $length The line length to wrap to - * @param bool $qp_mode Whether to run in Quoted-Printable mode - * - * @return string - */ - public function wrapText($message, $length, $qp_mode = false) - { - if ($qp_mode) { - $soft_break = sprintf(' =%s', static::$LE); - } else { - $soft_break = static::$LE; - } - // If utf-8 encoding is used, we will need to make sure we don't - // split multibyte characters when we wrap - $is_utf8 = static::CHARSET_UTF8 === strtolower($this->CharSet); - $lelen = strlen(static::$LE); - $crlflen = strlen(static::$LE); - - $message = static::normalizeBreaks($message); - //Remove a trailing line break - if (substr($message, -$lelen) === static::$LE) { - $message = substr($message, 0, -$lelen); - } - - //Split message into lines - $lines = explode(static::$LE, $message); - //Message will be rebuilt in here - $message = ''; - foreach ($lines as $line) { - $words = explode(' ', $line); - $buf = ''; - $firstword = true; - foreach ($words as $word) { - if ($qp_mode && (strlen($word) > $length)) { - $space_left = $length - strlen($buf) - $crlflen; - if (!$firstword) { - if ($space_left > 20) { - $len = $space_left; - if ($is_utf8) { - $len = $this->utf8CharBoundary($word, $len); - } elseif ('=' === substr($word, $len - 1, 1)) { - --$len; - } elseif ('=' === substr($word, $len - 2, 1)) { - $len -= 2; - } - $part = substr($word, 0, $len); - $word = substr($word, $len); - $buf .= ' ' . $part; - $message .= $buf . sprintf('=%s', static::$LE); - } else { - $message .= $buf . $soft_break; - } - $buf = ''; - } - while ($word !== '') { - if ($length <= 0) { - break; - } - $len = $length; - if ($is_utf8) { - $len = $this->utf8CharBoundary($word, $len); - } elseif ('=' === substr($word, $len - 1, 1)) { - --$len; - } elseif ('=' === substr($word, $len - 2, 1)) { - $len -= 2; - } - $part = substr($word, 0, $len); - $word = (string) substr($word, $len); - - if ($word !== '') { - $message .= $part . sprintf('=%s', static::$LE); - } else { - $buf = $part; - } - } - } else { - $buf_o = $buf; - if (!$firstword) { - $buf .= ' '; - } - $buf .= $word; - - if ('' !== $buf_o && strlen($buf) > $length) { - $message .= $buf_o . $soft_break; - $buf = $word; - } - } - $firstword = false; - } - $message .= $buf . static::$LE; - } - - return $message; - } - - /** - * Find the last character boundary prior to $maxLength in a utf-8 - * quoted-printable encoded string. - * Original written by Colin Brown. - * - * @param string $encodedText utf-8 QP text - * @param int $maxLength Find the last character boundary prior to this length - * - * @return int - */ - public function utf8CharBoundary($encodedText, $maxLength) - { - $foundSplitPos = false; - $lookBack = 3; - while (!$foundSplitPos) { - $lastChunk = substr($encodedText, $maxLength - $lookBack, $lookBack); - $encodedCharPos = strpos($lastChunk, '='); - if (false !== $encodedCharPos) { - // Found start of encoded character byte within $lookBack block. - // Check the encoded byte value (the 2 chars after the '=') - $hex = substr($encodedText, $maxLength - $lookBack + $encodedCharPos + 1, 2); - $dec = hexdec($hex); - if ($dec < 128) { - // Single byte character. - // If the encoded char was found at pos 0, it will fit - // otherwise reduce maxLength to start of the encoded char - if ($encodedCharPos > 0) { - $maxLength -= $lookBack - $encodedCharPos; - } - $foundSplitPos = true; - } elseif ($dec >= 192) { - // First byte of a multi byte character - // Reduce maxLength to split at start of character - $maxLength -= $lookBack - $encodedCharPos; - $foundSplitPos = true; - } elseif ($dec < 192) { - // Middle byte of a multi byte character, look further back - $lookBack += 3; - } - } else { - // No encoded character found - $foundSplitPos = true; - } - } - - return $maxLength; - } - - /** - * Apply word wrapping to the message body. - * Wraps the message body to the number of chars set in the WordWrap property. - * You should only do this to plain-text bodies as wrapping HTML tags may break them. - * This is called automatically by createBody(), so you don't need to call it yourself. - */ - public function setWordWrap() - { - if ($this->WordWrap < 1) { - return; - } - - switch ($this->message_type) { - case 'alt': - case 'alt_inline': - case 'alt_attach': - case 'alt_inline_attach': - $this->AltBody = $this->wrapText($this->AltBody, $this->WordWrap); - break; - default: - $this->Body = $this->wrapText($this->Body, $this->WordWrap); - break; - } - } - - /** - * Assemble message headers. - * - * @return string The assembled headers - */ - public function createHeader() - { - $result = ''; - - $result .= $this->headerLine('Date', '' === $this->MessageDate ? self::rfcDate() : $this->MessageDate); - - // The To header is created automatically by mail(), so needs to be omitted here - if ('mail' !== $this->Mailer) { - if ($this->SingleTo) { - foreach ($this->to as $toaddr) { - $this->SingleToArray[] = $this->addrFormat($toaddr); - } - } elseif (count($this->to) > 0) { - $result .= $this->addrAppend('To', $this->to); - } elseif (count($this->cc) === 0) { - $result .= $this->headerLine('To', 'undisclosed-recipients:;'); - } - } - $result .= $this->addrAppend('From', [[trim($this->From), $this->FromName]]); - - // sendmail and mail() extract Cc from the header before sending - if (count($this->cc) > 0) { - $result .= $this->addrAppend('Cc', $this->cc); - } - - // sendmail and mail() extract Bcc from the header before sending - if (( - 'sendmail' === $this->Mailer || 'qmail' === $this->Mailer || 'mail' === $this->Mailer - ) - && count($this->bcc) > 0 - ) { - $result .= $this->addrAppend('Bcc', $this->bcc); - } - - if (count($this->ReplyTo) > 0) { - $result .= $this->addrAppend('Reply-To', $this->ReplyTo); - } - - // mail() sets the subject itself - if ('mail' !== $this->Mailer) { - $result .= $this->headerLine('Subject', $this->encodeHeader($this->secureHeader($this->Subject))); - } - - // Only allow a custom message ID if it conforms to RFC 5322 section 3.6.4 - // https://tools.ietf.org/html/rfc5322#section-3.6.4 - if ('' !== $this->MessageID && preg_match('/^<.*@.*>$/', $this->MessageID)) { - $this->lastMessageID = $this->MessageID; - } else { - $this->lastMessageID = sprintf('<%s@%s>', $this->uniqueid, $this->serverHostname()); - } - $result .= $this->headerLine('Message-ID', $this->lastMessageID); - if (null !== $this->Priority) { - $result .= $this->headerLine('X-Priority', $this->Priority); - } - if ('' === $this->XMailer) { - $result .= $this->headerLine( - 'X-Mailer', - 'PHPMailer ' . self::VERSION . ' (https://github.com/PHPMailer/PHPMailer)' - ); - } else { - $myXmailer = trim($this->XMailer); - if ($myXmailer) { - $result .= $this->headerLine('X-Mailer', $myXmailer); - } - } - - if ('' !== $this->ConfirmReadingTo) { - $result .= $this->headerLine('Disposition-Notification-To', '<' . $this->ConfirmReadingTo . '>'); - } - - // Add custom headers - foreach ($this->CustomHeader as $header) { - $result .= $this->headerLine( - trim($header[0]), - $this->encodeHeader(trim($header[1])) - ); - } - if (!$this->sign_key_file) { - $result .= $this->headerLine('MIME-Version', '1.0'); - $result .= $this->getMailMIME(); - } - - return $result; - } - - /** - * Get the message MIME type headers. - * - * @return string - */ - public function getMailMIME() - { - $result = ''; - $ismultipart = true; - switch ($this->message_type) { - case 'inline': - $result .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_RELATED . ';'); - $result .= $this->textLine(' boundary="' . $this->boundary[1] . '"'); - break; - case 'attach': - case 'inline_attach': - case 'alt_attach': - case 'alt_inline_attach': - $result .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_MIXED . ';'); - $result .= $this->textLine(' boundary="' . $this->boundary[1] . '"'); - break; - case 'alt': - case 'alt_inline': - $result .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_ALTERNATIVE . ';'); - $result .= $this->textLine(' boundary="' . $this->boundary[1] . '"'); - break; - default: - // Catches case 'plain': and case '': - $result .= $this->textLine('Content-Type: ' . $this->ContentType . '; charset=' . $this->CharSet); - $ismultipart = false; - break; - } - // RFC1341 part 5 says 7bit is assumed if not specified - if (static::ENCODING_7BIT !== $this->Encoding) { - // RFC 2045 section 6.4 says multipart MIME parts may only use 7bit, 8bit or binary CTE - if ($ismultipart) { - if (static::ENCODING_8BIT === $this->Encoding) { - $result .= $this->headerLine('Content-Transfer-Encoding', static::ENCODING_8BIT); - } - // The only remaining alternatives are quoted-printable and base64, which are both 7bit compatible - } else { - $result .= $this->headerLine('Content-Transfer-Encoding', $this->Encoding); - } - } - - if ('mail' !== $this->Mailer) { -// $result .= static::$LE; - } - - return $result; - } - - /** - * Returns the whole MIME message. - * Includes complete headers and body. - * Only valid post preSend(). - * - * @see PHPMailer::preSend() - * - * @return string - */ - public function getSentMIMEMessage() - { - return static::stripTrailingWSP($this->MIMEHeader . $this->mailHeader) . - static::$LE . static::$LE . $this->MIMEBody; - } - - /** - * Create a unique ID to use for boundaries. - * - * @return string - */ - protected function generateId() - { - $len = 32; //32 bytes = 256 bits - $bytes = ''; - if (function_exists('random_bytes')) { - try { - $bytes = random_bytes($len); - } catch (\Exception $e) { - //Do nothing - } - } elseif (function_exists('openssl_random_pseudo_bytes')) { - /** @noinspection CryptographicallySecureRandomnessInspection */ - $bytes = openssl_random_pseudo_bytes($len); - } - if ($bytes === '') { - //We failed to produce a proper random string, so make do. - //Use a hash to force the length to the same as the other methods - $bytes = hash('sha256', uniqid((string) mt_rand(), true), true); - } - - //We don't care about messing up base64 format here, just want a random string - return str_replace(['=', '+', '/'], '', base64_encode(hash('sha256', $bytes, true))); - } - - /** - * Assemble the message body. - * Returns an empty string on failure. - * - * @throws Exception - * - * @return string The assembled message body - */ - public function createBody() - { - $body = ''; - //Create unique IDs and preset boundaries - $this->uniqueid = $this->generateId(); - $this->boundary[1] = 'b1_' . $this->uniqueid; - $this->boundary[2] = 'b2_' . $this->uniqueid; - $this->boundary[3] = 'b3_' . $this->uniqueid; - - if ($this->sign_key_file) { - $body .= $this->getMailMIME() . static::$LE; - } - - $this->setWordWrap(); - - $bodyEncoding = $this->Encoding; - $bodyCharSet = $this->CharSet; - //Can we do a 7-bit downgrade? - if (static::ENCODING_8BIT === $bodyEncoding && !$this->has8bitChars($this->Body)) { - $bodyEncoding = static::ENCODING_7BIT; - //All ISO 8859, Windows codepage and UTF-8 charsets are ascii compatible up to 7-bit - $bodyCharSet = static::CHARSET_ASCII; - } - //If lines are too long, and we're not already using an encoding that will shorten them, - //change to quoted-printable transfer encoding for the body part only - if (static::ENCODING_BASE64 !== $this->Encoding && static::hasLineLongerThanMax($this->Body)) { - $bodyEncoding = static::ENCODING_QUOTED_PRINTABLE; - } - - $altBodyEncoding = $this->Encoding; - $altBodyCharSet = $this->CharSet; - //Can we do a 7-bit downgrade? - if (static::ENCODING_8BIT === $altBodyEncoding && !$this->has8bitChars($this->AltBody)) { - $altBodyEncoding = static::ENCODING_7BIT; - //All ISO 8859, Windows codepage and UTF-8 charsets are ascii compatible up to 7-bit - $altBodyCharSet = static::CHARSET_ASCII; - } - //If lines are too long, and we're not already using an encoding that will shorten them, - //change to quoted-printable transfer encoding for the alt body part only - if (static::ENCODING_BASE64 !== $altBodyEncoding && static::hasLineLongerThanMax($this->AltBody)) { - $altBodyEncoding = static::ENCODING_QUOTED_PRINTABLE; - } - //Use this as a preamble in all multipart message types - $mimepre = 'This is a multi-part message in MIME format.' . static::$LE . static::$LE; - switch ($this->message_type) { - case 'inline': - $body .= $mimepre; - $body .= $this->getBoundary($this->boundary[1], $bodyCharSet, '', $bodyEncoding); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - $body .= $this->attachAll('inline', $this->boundary[1]); - break; - case 'attach': - $body .= $mimepre; - $body .= $this->getBoundary($this->boundary[1], $bodyCharSet, '', $bodyEncoding); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - $body .= $this->attachAll('attachment', $this->boundary[1]); - break; - case 'inline_attach': - $body .= $mimepre; - $body .= $this->textLine('--' . $this->boundary[1]); - $body .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_RELATED . ';'); - $body .= $this->textLine(' boundary="' . $this->boundary[2] . '";'); - $body .= $this->textLine(' type="' . static::CONTENT_TYPE_TEXT_HTML . '"'); - $body .= static::$LE; - $body .= $this->getBoundary($this->boundary[2], $bodyCharSet, '', $bodyEncoding); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - $body .= $this->attachAll('inline', $this->boundary[2]); - $body .= static::$LE; - $body .= $this->attachAll('attachment', $this->boundary[1]); - break; - case 'alt': - $body .= $mimepre; - $body .= $this->getBoundary( - $this->boundary[1], - $altBodyCharSet, - static::CONTENT_TYPE_PLAINTEXT, - $altBodyEncoding - ); - $body .= $this->encodeString($this->AltBody, $altBodyEncoding); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[1], - $bodyCharSet, - static::CONTENT_TYPE_TEXT_HTML, - $bodyEncoding - ); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - if (!empty($this->Ical)) { - $method = static::ICAL_METHOD_REQUEST; - foreach (static::$IcalMethods as $imethod) { - if (stripos($this->Ical, 'METHOD:' . $imethod) !== false) { - $method = $imethod; - break; - } - } - $body .= $this->getBoundary( - $this->boundary[1], - '', - static::CONTENT_TYPE_TEXT_CALENDAR . '; method=' . $method, - '' - ); - $body .= $this->encodeString($this->Ical, $this->Encoding); - $body .= static::$LE; - } - $body .= $this->endBoundary($this->boundary[1]); - break; - case 'alt_inline': - $body .= $mimepre; - $body .= $this->getBoundary( - $this->boundary[1], - $altBodyCharSet, - static::CONTENT_TYPE_PLAINTEXT, - $altBodyEncoding - ); - $body .= $this->encodeString($this->AltBody, $altBodyEncoding); - $body .= static::$LE; - $body .= $this->textLine('--' . $this->boundary[1]); - $body .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_RELATED . ';'); - $body .= $this->textLine(' boundary="' . $this->boundary[2] . '";'); - $body .= $this->textLine(' type="' . static::CONTENT_TYPE_TEXT_HTML . '"'); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[2], - $bodyCharSet, - static::CONTENT_TYPE_TEXT_HTML, - $bodyEncoding - ); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - $body .= $this->attachAll('inline', $this->boundary[2]); - $body .= static::$LE; - $body .= $this->endBoundary($this->boundary[1]); - break; - case 'alt_attach': - $body .= $mimepre; - $body .= $this->textLine('--' . $this->boundary[1]); - $body .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_ALTERNATIVE . ';'); - $body .= $this->textLine(' boundary="' . $this->boundary[2] . '"'); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[2], - $altBodyCharSet, - static::CONTENT_TYPE_PLAINTEXT, - $altBodyEncoding - ); - $body .= $this->encodeString($this->AltBody, $altBodyEncoding); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[2], - $bodyCharSet, - static::CONTENT_TYPE_TEXT_HTML, - $bodyEncoding - ); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - if (!empty($this->Ical)) { - $method = static::ICAL_METHOD_REQUEST; - foreach (static::$IcalMethods as $imethod) { - if (stripos($this->Ical, 'METHOD:' . $imethod) !== false) { - $method = $imethod; - break; - } - } - $body .= $this->getBoundary( - $this->boundary[2], - '', - static::CONTENT_TYPE_TEXT_CALENDAR . '; method=' . $method, - '' - ); - $body .= $this->encodeString($this->Ical, $this->Encoding); - } - $body .= $this->endBoundary($this->boundary[2]); - $body .= static::$LE; - $body .= $this->attachAll('attachment', $this->boundary[1]); - break; - case 'alt_inline_attach': - $body .= $mimepre; - $body .= $this->textLine('--' . $this->boundary[1]); - $body .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_ALTERNATIVE . ';'); - $body .= $this->textLine(' boundary="' . $this->boundary[2] . '"'); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[2], - $altBodyCharSet, - static::CONTENT_TYPE_PLAINTEXT, - $altBodyEncoding - ); - $body .= $this->encodeString($this->AltBody, $altBodyEncoding); - $body .= static::$LE; - $body .= $this->textLine('--' . $this->boundary[2]); - $body .= $this->headerLine('Content-Type', static::CONTENT_TYPE_MULTIPART_RELATED . ';'); - $body .= $this->textLine(' boundary="' . $this->boundary[3] . '";'); - $body .= $this->textLine(' type="' . static::CONTENT_TYPE_TEXT_HTML . '"'); - $body .= static::$LE; - $body .= $this->getBoundary( - $this->boundary[3], - $bodyCharSet, - static::CONTENT_TYPE_TEXT_HTML, - $bodyEncoding - ); - $body .= $this->encodeString($this->Body, $bodyEncoding); - $body .= static::$LE; - $body .= $this->attachAll('inline', $this->boundary[3]); - $body .= static::$LE; - $body .= $this->endBoundary($this->boundary[2]); - $body .= static::$LE; - $body .= $this->attachAll('attachment', $this->boundary[1]); - break; - default: - // Catch case 'plain' and case '', applies to simple `text/plain` and `text/html` body content types - //Reset the `Encoding` property in case we changed it for line length reasons - $this->Encoding = $bodyEncoding; - $body .= $this->encodeString($this->Body, $this->Encoding); - break; - } - - if ($this->isError()) { - $body = ''; - if ($this->exceptions) { - throw new Exception($this->lang('empty_message'), self::STOP_CRITICAL); - } - } elseif ($this->sign_key_file) { - try { - if (!defined('PKCS7_TEXT')) { - throw new Exception($this->lang('extension_missing') . 'openssl'); - } - - $file = tempnam(sys_get_temp_dir(), 'srcsign'); - $signed = tempnam(sys_get_temp_dir(), 'mailsign'); - file_put_contents($file, $body); - - //Workaround for PHP bug https://bugs.php.net/bug.php?id=69197 - if (empty($this->sign_extracerts_file)) { - $sign = @openssl_pkcs7_sign( - $file, - $signed, - 'file://' . realpath($this->sign_cert_file), - ['file://' . realpath($this->sign_key_file), $this->sign_key_pass], - [] - ); - } else { - $sign = @openssl_pkcs7_sign( - $file, - $signed, - 'file://' . realpath($this->sign_cert_file), - ['file://' . realpath($this->sign_key_file), $this->sign_key_pass], - [], - PKCS7_DETACHED, - $this->sign_extracerts_file - ); - } - - @unlink($file); - if ($sign) { - $body = file_get_contents($signed); - @unlink($signed); - //The message returned by openssl contains both headers and body, so need to split them up - $parts = explode("\n\n", $body, 2); - $this->MIMEHeader .= $parts[0] . static::$LE . static::$LE; - $body = $parts[1]; - } else { - @unlink($signed); - throw new Exception($this->lang('signing') . openssl_error_string()); - } - } catch (Exception $exc) { - $body = ''; - if ($this->exceptions) { - throw $exc; - } - } - } - - return $body; - } - - /** - * Return the start of a message boundary. - * - * @param string $boundary - * @param string $charSet - * @param string $contentType - * @param string $encoding - * - * @return string - */ - protected function getBoundary($boundary, $charSet, $contentType, $encoding) - { - $result = ''; - if ('' === $charSet) { - $charSet = $this->CharSet; - } - if ('' === $contentType) { - $contentType = $this->ContentType; - } - if ('' === $encoding) { - $encoding = $this->Encoding; - } - $result .= $this->textLine('--' . $boundary); - $result .= sprintf('Content-Type: %s; charset=%s', $contentType, $charSet); - $result .= static::$LE; - // RFC1341 part 5 says 7bit is assumed if not specified - if (static::ENCODING_7BIT !== $encoding) { - $result .= $this->headerLine('Content-Transfer-Encoding', $encoding); - } - $result .= static::$LE; - - return $result; - } - - /** - * Return the end of a message boundary. - * - * @param string $boundary - * - * @return string - */ - protected function endBoundary($boundary) - { - return static::$LE . '--' . $boundary . '--' . static::$LE; - } - - /** - * Set the message type. - * PHPMailer only supports some preset message types, not arbitrary MIME structures. - */ - protected function setMessageType() - { - $type = []; - if ($this->alternativeExists()) { - $type[] = 'alt'; - } - if ($this->inlineImageExists()) { - $type[] = 'inline'; - } - if ($this->attachmentExists()) { - $type[] = 'attach'; - } - $this->message_type = implode('_', $type); - if ('' === $this->message_type) { - //The 'plain' message_type refers to the message having a single body element, not that it is plain-text - $this->message_type = 'plain'; - } - } - - /** - * Format a header line. - * - * @param string $name - * @param string|int $value - * - * @return string - */ - public function headerLine($name, $value) - { - return $name . ': ' . $value . static::$LE; - } - - /** - * Return a formatted mail line. - * - * @param string $value - * - * @return string - */ - public function textLine($value) - { - return $value . static::$LE; - } - - /** - * Add an attachment from a path on the filesystem. - * Never use a user-supplied path to a file! - * Returns false if the file could not be found or read. - * Explicitly *does not* support passing URLs; PHPMailer is not an HTTP client. - * If you need to do that, fetch the resource yourself and pass it in via a local file or string. - * - * @param string $path Path to the attachment - * @param string $name Overrides the attachment name - * @param string $encoding File encoding (see $Encoding) - * @param string $type MIME type, e.g. `image/jpeg`; determined automatically from $path if not specified - * @param string $disposition Disposition to use - * - * @throws Exception - * - * @return bool - */ - public function addAttachment( - $path, - $name = '', - $encoding = self::ENCODING_BASE64, - $type = '', - $disposition = 'attachment' - ) { - try { - if (!static::fileIsAccessible($path)) { - throw new Exception($this->lang('file_access') . $path, self::STOP_CONTINUE); - } - - // If a MIME type is not specified, try to work it out from the file name - if ('' === $type) { - $type = static::filenameToType($path); - } - - $filename = (string) static::mb_pathinfo($path, PATHINFO_BASENAME); - if ('' === $name) { - $name = $filename; - } - if (!$this->validateEncoding($encoding)) { - throw new Exception($this->lang('encoding') . $encoding); - } - - $this->attachment[] = [ - 0 => $path, - 1 => $filename, - 2 => $name, - 3 => $encoding, - 4 => $type, - 5 => false, // isStringAttachment - 6 => $disposition, - 7 => $name, - ]; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - - return true; - } - - /** - * Return the array of attachments. - * - * @return array - */ - public function getAttachments() - { - return $this->attachment; - } - - /** - * Attach all file, string, and binary attachments to the message. - * Returns an empty string on failure. - * - * @param string $disposition_type - * @param string $boundary - * - * @throws Exception - * - * @return string - */ - protected function attachAll($disposition_type, $boundary) - { - // Return text of body - $mime = []; - $cidUniq = []; - $incl = []; - - // Add all attachments - foreach ($this->attachment as $attachment) { - // Check if it is a valid disposition_filter - if ($attachment[6] === $disposition_type) { - // Check for string attachment - $string = ''; - $path = ''; - $bString = $attachment[5]; - if ($bString) { - $string = $attachment[0]; - } else { - $path = $attachment[0]; - } - - $inclhash = hash('sha256', serialize($attachment)); - if (in_array($inclhash, $incl, true)) { - continue; - } - $incl[] = $inclhash; - $name = $attachment[2]; - $encoding = $attachment[3]; - $type = $attachment[4]; - $disposition = $attachment[6]; - $cid = $attachment[7]; - if ('inline' === $disposition && array_key_exists($cid, $cidUniq)) { - continue; - } - $cidUniq[$cid] = true; - - $mime[] = sprintf('--%s%s', $boundary, static::$LE); - //Only include a filename property if we have one - if (!empty($name)) { - $mime[] = sprintf( - 'Content-Type: %s; name=%s%s', - $type, - static::quotedString($this->encodeHeader($this->secureHeader($name))), - static::$LE - ); - } else { - $mime[] = sprintf( - 'Content-Type: %s%s', - $type, - static::$LE - ); - } - // RFC1341 part 5 says 7bit is assumed if not specified - if (static::ENCODING_7BIT !== $encoding) { - $mime[] = sprintf('Content-Transfer-Encoding: %s%s', $encoding, static::$LE); - } - - //Only set Content-IDs on inline attachments - if ((string) $cid !== '' && $disposition === 'inline') { - $mime[] = 'Content-ID: <' . $this->encodeHeader($this->secureHeader($cid)) . '>' . static::$LE; - } - - // Allow for bypassing the Content-Disposition header - if (!empty($disposition)) { - $encoded_name = $this->encodeHeader($this->secureHeader($name)); - if (!empty($encoded_name)) { - $mime[] = sprintf( - 'Content-Disposition: %s; filename=%s%s', - $disposition, - static::quotedString($encoded_name), - static::$LE . static::$LE - ); - } else { - $mime[] = sprintf( - 'Content-Disposition: %s%s', - $disposition, - static::$LE . static::$LE - ); - } - } else { - $mime[] = static::$LE; - } - - // Encode as string attachment - if ($bString) { - $mime[] = $this->encodeString($string, $encoding); - } else { - $mime[] = $this->encodeFile($path, $encoding); - } - if ($this->isError()) { - return ''; - } - $mime[] = static::$LE; - } - } - - $mime[] = sprintf('--%s--%s', $boundary, static::$LE); - - return implode('', $mime); - } - - /** - * Encode a file attachment in requested format. - * Returns an empty string on failure. - * - * @param string $path The full path to the file - * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' - * - * @return string - */ - protected function encodeFile($path, $encoding = self::ENCODING_BASE64) - { - try { - if (!static::fileIsAccessible($path)) { - throw new Exception($this->lang('file_open') . $path, self::STOP_CONTINUE); - } - $file_buffer = file_get_contents($path); - if (false === $file_buffer) { - throw new Exception($this->lang('file_open') . $path, self::STOP_CONTINUE); - } - $file_buffer = $this->encodeString($file_buffer, $encoding); - - return $file_buffer; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return ''; - } - } - - /** - * Encode a string in requested format. - * Returns an empty string on failure. - * - * @param string $str The text to encode - * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' - * - * @throws Exception - * - * @return string - */ - public function encodeString($str, $encoding = self::ENCODING_BASE64) - { - $encoded = ''; - switch (strtolower($encoding)) { - case static::ENCODING_BASE64: - $encoded = chunk_split( - base64_encode($str), - static::STD_LINE_LENGTH, - static::$LE - ); - break; - case static::ENCODING_7BIT: - case static::ENCODING_8BIT: - $encoded = static::normalizeBreaks($str); - // Make sure it ends with a line break - if (substr($encoded, -(strlen(static::$LE))) !== static::$LE) { - $encoded .= static::$LE; - } - break; - case static::ENCODING_BINARY: - $encoded = $str; - break; - case static::ENCODING_QUOTED_PRINTABLE: - $encoded = $this->encodeQP($str); - break; - default: - $this->setError($this->lang('encoding') . $encoding); - if ($this->exceptions) { - throw new Exception($this->lang('encoding') . $encoding); - } - break; - } - - return $encoded; - } - - /** - * Encode a header value (not including its label) optimally. - * Picks shortest of Q, B, or none. Result includes folding if needed. - * See RFC822 definitions for phrase, comment and text positions. - * - * @param string $str The header value to encode - * @param string $position What context the string will be used in - * - * @return string - */ - public function encodeHeader($str, $position = 'text') - { - $matchcount = 0; - switch (strtolower($position)) { - case 'phrase': - if (!preg_match('/[\200-\377]/', $str)) { - // Can't use addslashes as we don't know the value of magic_quotes_sybase - $encoded = addcslashes($str, "\0..\37\177\\\""); - if (($str === $encoded) && !preg_match('/[^A-Za-z0-9!#$%&\'*+\/=?^_`{|}~ -]/', $str)) { - return $encoded; - } - - return "\"$encoded\""; - } - $matchcount = preg_match_all('/[^\040\041\043-\133\135-\176]/', $str, $matches); - break; - /* @noinspection PhpMissingBreakStatementInspection */ - case 'comment': - $matchcount = preg_match_all('/[()"]/', $str, $matches); - //fallthrough - case 'text': - default: - $matchcount += preg_match_all('/[\000-\010\013\014\016-\037\177-\377]/', $str, $matches); - break; - } - - if ($this->has8bitChars($str)) { - $charset = $this->CharSet; - } else { - $charset = static::CHARSET_ASCII; - } - - // Q/B encoding adds 8 chars and the charset ("` =??[QB]??=`"). - $overhead = 8 + strlen($charset); - - if ('mail' === $this->Mailer) { - $maxlen = static::MAIL_MAX_LINE_LENGTH - $overhead; - } else { - $maxlen = static::MAX_LINE_LENGTH - $overhead; - } - - // Select the encoding that produces the shortest output and/or prevents corruption. - if ($matchcount > strlen($str) / 3) { - // More than 1/3 of the content needs encoding, use B-encode. - $encoding = 'B'; - } elseif ($matchcount > 0) { - // Less than 1/3 of the content needs encoding, use Q-encode. - $encoding = 'Q'; - } elseif (strlen($str) > $maxlen) { - // No encoding needed, but value exceeds max line length, use Q-encode to prevent corruption. - $encoding = 'Q'; - } else { - // No reformatting needed - $encoding = false; - } - - switch ($encoding) { - case 'B': - if ($this->hasMultiBytes($str)) { - // Use a custom function which correctly encodes and wraps long - // multibyte strings without breaking lines within a character - $encoded = $this->base64EncodeWrapMB($str, "\n"); - } else { - $encoded = base64_encode($str); - $maxlen -= $maxlen % 4; - $encoded = trim(chunk_split($encoded, $maxlen, "\n")); - } - $encoded = preg_replace('/^(.*)$/m', ' =?' . $charset . "?$encoding?\\1?=", $encoded); - break; - case 'Q': - $encoded = $this->encodeQ($str, $position); - $encoded = $this->wrapText($encoded, $maxlen, true); - $encoded = str_replace('=' . static::$LE, "\n", trim($encoded)); - $encoded = preg_replace('/^(.*)$/m', ' =?' . $charset . "?$encoding?\\1?=", $encoded); - break; - default: - return $str; - } - - return trim(static::normalizeBreaks($encoded)); - } - - /** - * Check if a string contains multi-byte characters. - * - * @param string $str multi-byte text to wrap encode - * - * @return bool - */ - public function hasMultiBytes($str) - { - if (function_exists('mb_strlen')) { - return strlen($str) > mb_strlen($str, $this->CharSet); - } - - // Assume no multibytes (we can't handle without mbstring functions anyway) - return false; - } - - /** - * Does a string contain any 8-bit chars (in any charset)? - * - * @param string $text - * - * @return bool - */ - public function has8bitChars($text) - { - return (bool) preg_match('/[\x80-\xFF]/', $text); - } - - /** - * Encode and wrap long multibyte strings for mail headers - * without breaking lines within a character. - * Adapted from a function by paravoid. - * - * @see http://www.php.net/manual/en/function.mb-encode-mimeheader.php#60283 - * - * @param string $str multi-byte text to wrap encode - * @param string $linebreak string to use as linefeed/end-of-line - * - * @return string - */ - public function base64EncodeWrapMB($str, $linebreak = null) - { - $start = '=?' . $this->CharSet . '?B?'; - $end = '?='; - $encoded = ''; - if (null === $linebreak) { - $linebreak = static::$LE; - } - - $mb_length = mb_strlen($str, $this->CharSet); - // Each line must have length <= 75, including $start and $end - $length = 75 - strlen($start) - strlen($end); - // Average multi-byte ratio - $ratio = $mb_length / strlen($str); - // Base64 has a 4:3 ratio - $avgLength = floor($length * $ratio * .75); - - $offset = 0; - for ($i = 0; $i < $mb_length; $i += $offset) { - $lookBack = 0; - do { - $offset = $avgLength - $lookBack; - $chunk = mb_substr($str, $i, $offset, $this->CharSet); - $chunk = base64_encode($chunk); - ++$lookBack; - } while (strlen($chunk) > $length); - $encoded .= $chunk . $linebreak; - } - - // Chomp the last linefeed - return substr($encoded, 0, -strlen($linebreak)); - } - - /** - * Encode a string in quoted-printable format. - * According to RFC2045 section 6.7. - * - * @param string $string The text to encode - * - * @return string - */ - public function encodeQP($string) - { - return static::normalizeBreaks(quoted_printable_encode($string)); - } - - /** - * Encode a string using Q encoding. - * - * @see http://tools.ietf.org/html/rfc2047#section-4.2 - * - * @param string $str the text to encode - * @param string $position Where the text is going to be used, see the RFC for what that means - * - * @return string - */ - public function encodeQ($str, $position = 'text') - { - // There should not be any EOL in the string - $pattern = ''; - $encoded = str_replace(["\r", "\n"], '', $str); - switch (strtolower($position)) { - case 'phrase': - // RFC 2047 section 5.3 - $pattern = '^A-Za-z0-9!*+\/ -'; - break; - /* - * RFC 2047 section 5.2. - * Build $pattern without including delimiters and [] - */ - /* @noinspection PhpMissingBreakStatementInspection */ - case 'comment': - $pattern = '\(\)"'; - /* Intentional fall through */ - case 'text': - default: - // RFC 2047 section 5.1 - // Replace every high ascii, control, =, ? and _ characters - $pattern = '\000-\011\013\014\016-\037\075\077\137\177-\377' . $pattern; - break; - } - $matches = []; - if (preg_match_all("/[{$pattern}]/", $encoded, $matches)) { - // If the string contains an '=', make sure it's the first thing we replace - // so as to avoid double-encoding - $eqkey = array_search('=', $matches[0], true); - if (false !== $eqkey) { - unset($matches[0][$eqkey]); - array_unshift($matches[0], '='); - } - foreach (array_unique($matches[0]) as $char) { - $encoded = str_replace($char, '=' . sprintf('%02X', ord($char)), $encoded); - } - } - // Replace spaces with _ (more readable than =20) - // RFC 2047 section 4.2(2) - return str_replace(' ', '_', $encoded); - } - - /** - * Add a string or binary attachment (non-filesystem). - * This method can be used to attach ascii or binary data, - * such as a BLOB record from a database. - * - * @param string $string String attachment data - * @param string $filename Name of the attachment - * @param string $encoding File encoding (see $Encoding) - * @param string $type File extension (MIME) type - * @param string $disposition Disposition to use - * - * @throws Exception - * - * @return bool True on successfully adding an attachment - */ - public function addStringAttachment( - $string, - $filename, - $encoding = self::ENCODING_BASE64, - $type = '', - $disposition = 'attachment' - ) { - try { - // If a MIME type is not specified, try to work it out from the file name - if ('' === $type) { - $type = static::filenameToType($filename); - } - - if (!$this->validateEncoding($encoding)) { - throw new Exception($this->lang('encoding') . $encoding); - } - - // Append to $attachment array - $this->attachment[] = [ - 0 => $string, - 1 => $filename, - 2 => static::mb_pathinfo($filename, PATHINFO_BASENAME), - 3 => $encoding, - 4 => $type, - 5 => true, // isStringAttachment - 6 => $disposition, - 7 => 0, - ]; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - - return true; - } - - /** - * Add an embedded (inline) attachment from a file. - * This can include images, sounds, and just about any other document type. - * These differ from 'regular' attachments in that they are intended to be - * displayed inline with the message, not just attached for download. - * This is used in HTML messages that embed the images - * the HTML refers to using the $cid value. - * Never use a user-supplied path to a file! - * - * @param string $path Path to the attachment - * @param string $cid Content ID of the attachment; Use this to reference - * the content when using an embedded image in HTML - * @param string $name Overrides the attachment name - * @param string $encoding File encoding (see $Encoding) - * @param string $type File MIME type - * @param string $disposition Disposition to use - * - * @throws Exception - * - * @return bool True on successfully adding an attachment - */ - public function addEmbeddedImage( - $path, - $cid, - $name = '', - $encoding = self::ENCODING_BASE64, - $type = '', - $disposition = 'inline' - ) { - try { - if (!static::fileIsAccessible($path)) { - throw new Exception($this->lang('file_access') . $path, self::STOP_CONTINUE); - } - - // If a MIME type is not specified, try to work it out from the file name - if ('' === $type) { - $type = static::filenameToType($path); - } - - if (!$this->validateEncoding($encoding)) { - throw new Exception($this->lang('encoding') . $encoding); - } - - $filename = (string) static::mb_pathinfo($path, PATHINFO_BASENAME); - if ('' === $name) { - $name = $filename; - } - - // Append to $attachment array - $this->attachment[] = [ - 0 => $path, - 1 => $filename, - 2 => $name, - 3 => $encoding, - 4 => $type, - 5 => false, // isStringAttachment - 6 => $disposition, - 7 => $cid, - ]; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - - return true; - } - - /** - * Add an embedded stringified attachment. - * This can include images, sounds, and just about any other document type. - * If your filename doesn't contain an extension, be sure to set the $type to an appropriate MIME type. - * - * @param string $string The attachment binary data - * @param string $cid Content ID of the attachment; Use this to reference - * the content when using an embedded image in HTML - * @param string $name A filename for the attachment. If this contains an extension, - * PHPMailer will attempt to set a MIME type for the attachment. - * For example 'file.jpg' would get an 'image/jpeg' MIME type. - * @param string $encoding File encoding (see $Encoding), defaults to 'base64' - * @param string $type MIME type - will be used in preference to any automatically derived type - * @param string $disposition Disposition to use - * - * @throws Exception - * - * @return bool True on successfully adding an attachment - */ - public function addStringEmbeddedImage( - $string, - $cid, - $name = '', - $encoding = self::ENCODING_BASE64, - $type = '', - $disposition = 'inline' - ) { - try { - // If a MIME type is not specified, try to work it out from the name - if ('' === $type && !empty($name)) { - $type = static::filenameToType($name); - } - - if (!$this->validateEncoding($encoding)) { - throw new Exception($this->lang('encoding') . $encoding); - } - - // Append to $attachment array - $this->attachment[] = [ - 0 => $string, - 1 => $name, - 2 => $name, - 3 => $encoding, - 4 => $type, - 5 => true, // isStringAttachment - 6 => $disposition, - 7 => $cid, - ]; - } catch (Exception $exc) { - $this->setError($exc->getMessage()); - $this->edebug($exc->getMessage()); - if ($this->exceptions) { - throw $exc; - } - - return false; - } - - return true; - } - - /** - * Validate encodings. - * - * @param string $encoding - * - * @return bool - */ - protected function validateEncoding($encoding) - { - return in_array( - $encoding, - [ - self::ENCODING_7BIT, - self::ENCODING_QUOTED_PRINTABLE, - self::ENCODING_BASE64, - self::ENCODING_8BIT, - self::ENCODING_BINARY, - ], - true - ); - } - - /** - * Check if an embedded attachment is present with this cid. - * - * @param string $cid - * - * @return bool - */ - protected function cidExists($cid) - { - foreach ($this->attachment as $attachment) { - if ('inline' === $attachment[6] && $cid === $attachment[7]) { - return true; - } - } - - return false; - } - - /** - * Check if an inline attachment is present. - * - * @return bool - */ - public function inlineImageExists() - { - foreach ($this->attachment as $attachment) { - if ('inline' === $attachment[6]) { - return true; - } - } - - return false; - } - - /** - * Check if an attachment (non-inline) is present. - * - * @return bool - */ - public function attachmentExists() - { - foreach ($this->attachment as $attachment) { - if ('attachment' === $attachment[6]) { - return true; - } - } - - return false; - } - - /** - * Check if this message has an alternative body set. - * - * @return bool - */ - public function alternativeExists() - { - return !empty($this->AltBody); - } - - /** - * Clear queued addresses of given kind. - * - * @param string $kind 'to', 'cc', or 'bcc' - */ - public function clearQueuedAddresses($kind) - { - $this->RecipientsQueue = array_filter( - $this->RecipientsQueue, - static function ($params) use ($kind) { - return $params[0] !== $kind; - } - ); - } - - /** - * Clear all To recipients. - */ - public function clearAddresses() - { - foreach ($this->to as $to) { - unset($this->all_recipients[strtolower($to[0])]); - } - $this->to = []; - $this->clearQueuedAddresses('to'); - } - - /** - * Clear all CC recipients. - */ - public function clearCCs() - { - foreach ($this->cc as $cc) { - unset($this->all_recipients[strtolower($cc[0])]); - } - $this->cc = []; - $this->clearQueuedAddresses('cc'); - } - - /** - * Clear all BCC recipients. - */ - public function clearBCCs() - { - foreach ($this->bcc as $bcc) { - unset($this->all_recipients[strtolower($bcc[0])]); - } - $this->bcc = []; - $this->clearQueuedAddresses('bcc'); - } - - /** - * Clear all ReplyTo recipients. - */ - public function clearReplyTos() - { - $this->ReplyTo = []; - $this->ReplyToQueue = []; - } - - /** - * Clear all recipient types. - */ - public function clearAllRecipients() - { - $this->to = []; - $this->cc = []; - $this->bcc = []; - $this->all_recipients = []; - $this->RecipientsQueue = []; - } - - /** - * Clear all filesystem, string, and binary attachments. - */ - public function clearAttachments() - { - $this->attachment = []; - } - - /** - * Clear all custom headers. - */ - public function clearCustomHeaders() - { - $this->CustomHeader = []; - } - - /** - * Add an error message to the error container. - * - * @param string $msg - */ - protected function setError($msg) - { - ++$this->error_count; - if ('smtp' === $this->Mailer && null !== $this->smtp) { - $lasterror = $this->smtp->getError(); - if (!empty($lasterror['error'])) { - $msg .= $this->lang('smtp_error') . $lasterror['error']; - if (!empty($lasterror['detail'])) { - $msg .= ' Detail: ' . $lasterror['detail']; - } - if (!empty($lasterror['smtp_code'])) { - $msg .= ' SMTP code: ' . $lasterror['smtp_code']; - } - if (!empty($lasterror['smtp_code_ex'])) { - $msg .= ' Additional SMTP info: ' . $lasterror['smtp_code_ex']; - } - } - } - $this->ErrorInfo = $msg; - } - - /** - * Return an RFC 822 formatted date. - * - * @return string - */ - public static function rfcDate() - { - // Set the time zone to whatever the default is to avoid 500 errors - // Will default to UTC if it's not set properly in php.ini - date_default_timezone_set(@date_default_timezone_get()); - - return date('D, j M Y H:i:s O'); - } - - /** - * Get the server hostname. - * Returns 'localhost.localdomain' if unknown. - * - * @return string - */ - protected function serverHostname() - { - $result = ''; - if (!empty($this->Hostname)) { - $result = $this->Hostname; - } elseif (isset($_SERVER) && array_key_exists('SERVER_NAME', $_SERVER)) { - $result = $_SERVER['SERVER_NAME']; - } elseif (function_exists('gethostname') && gethostname() !== false) { - $result = gethostname(); - } elseif (php_uname('n') !== false) { - $result = php_uname('n'); - } - if (!static::isValidHost($result)) { - return 'localhost.localdomain'; - } - - return $result; - } - - /** - * Validate whether a string contains a valid value to use as a hostname or IP address. - * IPv6 addresses must include [], e.g. `[::1]`, not just `::1`. - * - * @param string $host The host name or IP address to check - * - * @return bool - */ - public static function isValidHost($host) - { - //Simple syntax limits - if (empty($host) - || !is_string($host) - || strlen($host) > 256 - || !preg_match('/^([a-zA-Z\d.-]*|\[[a-fA-F\d:]+])$/', $host) - ) { - return false; - } - //Looks like a bracketed IPv6 address - if (strlen($host) > 2 && substr($host, 0, 1) === '[' && substr($host, -1, 1) === ']') { - return filter_var(substr($host, 1, -1), FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) !== false; - } - //If removing all the dots results in a numeric string, it must be an IPv4 address. - //Need to check this first because otherwise things like `999.0.0.0` are considered valid host names - if (is_numeric(str_replace('.', '', $host))) { - //Is it a valid IPv4 address? - return filter_var($host, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) !== false; - } - if (filter_var('http://' . $host, FILTER_VALIDATE_URL) !== false) { - //Is it a syntactically valid hostname? - return true; - } - - return false; - } - - /** - * Get an error message in the current language. - * - * @param string $key - * - * @return string - */ - protected function lang($key) - { - if (count($this->language) < 1) { - $this->setLanguage(); // set the default language - } - - if (array_key_exists($key, $this->language)) { - if ('smtp_connect_failed' === $key) { - //Include a link to troubleshooting docs on SMTP connection failure - //this is by far the biggest cause of support questions - //but it's usually not PHPMailer's fault. - return $this->language[$key] . ' https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting'; - } - - return $this->language[$key]; - } - - //Return the key as a fallback - return $key; - } - - /** - * Check if an error occurred. - * - * @return bool True if an error did occur - */ - public function isError() - { - return $this->error_count > 0; - } - - /** - * Add a custom header. - * $name value can be overloaded to contain - * both header name and value (name:value). - * - * @param string $name Custom header name - * @param string|null $value Header value - * - * @throws Exception - */ - public function addCustomHeader($name, $value = null) - { - if (null === $value && strpos($name, ':') !== false) { - // Value passed in as name:value - list($name, $value) = explode(':', $name, 2); - } - $name = trim($name); - $value = trim($value); - //Ensure name is not empty, and that neither name nor value contain line breaks - if (empty($name) || strpbrk($name . $value, "\r\n") !== false) { - if ($this->exceptions) { - throw new Exception('Invalid header name or value'); - } - - return false; - } - $this->CustomHeader[] = [$name, $value]; - - return true; - } - - /** - * Returns all custom headers. - * - * @return array - */ - public function getCustomHeaders() - { - return $this->CustomHeader; - } - - /** - * Create a message body from an HTML string. - * Automatically inlines images and creates a plain-text version by converting the HTML, - * overwriting any existing values in Body and AltBody. - * Do not source $message content from user input! - * $basedir is prepended when handling relative URLs, e.g. and must not be empty - * will look for an image file in $basedir/images/a.png and convert it to inline. - * If you don't provide a $basedir, relative paths will be left untouched (and thus probably break in email) - * Converts data-uri images into embedded attachments. - * If you don't want to apply these transformations to your HTML, just set Body and AltBody directly. - * - * @param string $message HTML message string - * @param string $basedir Absolute path to a base directory to prepend to relative paths to images - * @param bool|callable $advanced Whether to use the internal HTML to text converter - * or your own custom converter - * @return string The transformed message body - * - * @throws Exception - * - * @see PHPMailer::html2text() - */ - public function msgHTML($message, $basedir = '', $advanced = false) - { - preg_match_all('/(? 1 && '/' !== substr($basedir, -1)) { - // Ensure $basedir has a trailing / - $basedir .= '/'; - } - foreach ($images[2] as $imgindex => $url) { - // Convert data URIs into embedded images - //e.g. "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" - $match = []; - if (preg_match('#^data:(image/(?:jpe?g|gif|png));?(base64)?,(.+)#', $url, $match)) { - if (count($match) === 4 && static::ENCODING_BASE64 === $match[2]) { - $data = base64_decode($match[3]); - } elseif ('' === $match[2]) { - $data = rawurldecode($match[3]); - } else { - //Not recognised so leave it alone - continue; - } - //Hash the decoded data, not the URL, so that the same data-URI image used in multiple places - //will only be embedded once, even if it used a different encoding - $cid = substr(hash('sha256', $data), 0, 32) . '@phpmailer.0'; // RFC2392 S 2 - - if (!$this->cidExists($cid)) { - $this->addStringEmbeddedImage( - $data, - $cid, - 'embed' . $imgindex, - static::ENCODING_BASE64, - $match[1] - ); - } - $message = str_replace( - $images[0][$imgindex], - $images[1][$imgindex] . '="cid:' . $cid . '"', - $message - ); - continue; - } - if (// Only process relative URLs if a basedir is provided (i.e. no absolute local paths) - !empty($basedir) - // Ignore URLs containing parent dir traversal (..) - && (strpos($url, '..') === false) - // Do not change urls that are already inline images - && 0 !== strpos($url, 'cid:') - // Do not change absolute URLs, including anonymous protocol - && !preg_match('#^[a-z][a-z0-9+.-]*:?//#i', $url) - ) { - $filename = static::mb_pathinfo($url, PATHINFO_BASENAME); - $directory = dirname($url); - if ('.' === $directory) { - $directory = ''; - } - // RFC2392 S 2 - $cid = substr(hash('sha256', $url), 0, 32) . '@phpmailer.0'; - if (strlen($basedir) > 1 && '/' !== substr($basedir, -1)) { - $basedir .= '/'; - } - if (strlen($directory) > 1 && '/' !== substr($directory, -1)) { - $directory .= '/'; - } - if ($this->addEmbeddedImage( - $basedir . $directory . $filename, - $cid, - $filename, - static::ENCODING_BASE64, - static::_mime_types((string) static::mb_pathinfo($filename, PATHINFO_EXTENSION)) - ) - ) { - $message = preg_replace( - '/' . $images[1][$imgindex] . '=["\']' . preg_quote($url, '/') . '["\']/Ui', - $images[1][$imgindex] . '="cid:' . $cid . '"', - $message - ); - } - } - } - } - $this->isHTML(); - // Convert all message body line breaks to LE, makes quoted-printable encoding work much better - $this->Body = static::normalizeBreaks($message); - $this->AltBody = static::normalizeBreaks($this->html2text($message, $advanced)); - if (!$this->alternativeExists()) { - $this->AltBody = 'This is an HTML-only message. To view it, activate HTML in your email application.' - . static::$LE; - } - - return $this->Body; - } - - /** - * Convert an HTML string into plain text. - * This is used by msgHTML(). - * Note - older versions of this function used a bundled advanced converter - * which was removed for license reasons in #232. - * Example usage: - * - * ```php - * // Use default conversion - * $plain = $mail->html2text($html); - * // Use your own custom converter - * $plain = $mail->html2text($html, function($html) { - * $converter = new MyHtml2text($html); - * return $converter->get_text(); - * }); - * ``` - * - * @param string $html The HTML text to convert - * @param bool|callable $advanced Any boolean value to use the internal converter, - * or provide your own callable for custom conversion - * - * @return string - */ - public function html2text($html, $advanced = false) - { - if (is_callable($advanced)) { - return call_user_func($advanced, $html); - } - - return html_entity_decode( - trim(strip_tags(preg_replace('/<(head|title|style|script)[^>]*>.*?<\/\\1>/si', '', $html))), - ENT_QUOTES, - $this->CharSet - ); - } - - /** - * Get the MIME type for a file extension. - * - * @param string $ext File extension - * - * @return string MIME type of file - */ - public static function _mime_types($ext = '') - { - $mimes = [ - 'xl' => 'application/excel', - 'js' => 'application/javascript', - 'hqx' => 'application/mac-binhex40', - 'cpt' => 'application/mac-compactpro', - 'bin' => 'application/macbinary', - 'doc' => 'application/msword', - 'word' => 'application/msword', - 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', - 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', - 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', - 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', - 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', - 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', - 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', - 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', - 'xlam' => 'application/vnd.ms-excel.addin.macroEnabled.12', - 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroEnabled.12', - 'class' => 'application/octet-stream', - 'dll' => 'application/octet-stream', - 'dms' => 'application/octet-stream', - 'exe' => 'application/octet-stream', - 'lha' => 'application/octet-stream', - 'lzh' => 'application/octet-stream', - 'psd' => 'application/octet-stream', - 'sea' => 'application/octet-stream', - 'so' => 'application/octet-stream', - 'oda' => 'application/oda', - 'pdf' => 'application/pdf', - 'ai' => 'application/postscript', - 'eps' => 'application/postscript', - 'ps' => 'application/postscript', - 'smi' => 'application/smil', - 'smil' => 'application/smil', - 'mif' => 'application/vnd.mif', - 'xls' => 'application/vnd.ms-excel', - 'ppt' => 'application/vnd.ms-powerpoint', - 'wbxml' => 'application/vnd.wap.wbxml', - 'wmlc' => 'application/vnd.wap.wmlc', - 'dcr' => 'application/x-director', - 'dir' => 'application/x-director', - 'dxr' => 'application/x-director', - 'dvi' => 'application/x-dvi', - 'gtar' => 'application/x-gtar', - 'php3' => 'application/x-httpd-php', - 'php4' => 'application/x-httpd-php', - 'php' => 'application/x-httpd-php', - 'phtml' => 'application/x-httpd-php', - 'phps' => 'application/x-httpd-php-source', - 'swf' => 'application/x-shockwave-flash', - 'sit' => 'application/x-stuffit', - 'tar' => 'application/x-tar', - 'tgz' => 'application/x-tar', - 'xht' => 'application/xhtml+xml', - 'xhtml' => 'application/xhtml+xml', - 'zip' => 'application/zip', - 'mid' => 'audio/midi', - 'midi' => 'audio/midi', - 'mp2' => 'audio/mpeg', - 'mp3' => 'audio/mpeg', - 'm4a' => 'audio/mp4', - 'mpga' => 'audio/mpeg', - 'aif' => 'audio/x-aiff', - 'aifc' => 'audio/x-aiff', - 'aiff' => 'audio/x-aiff', - 'ram' => 'audio/x-pn-realaudio', - 'rm' => 'audio/x-pn-realaudio', - 'rpm' => 'audio/x-pn-realaudio-plugin', - 'ra' => 'audio/x-realaudio', - 'wav' => 'audio/x-wav', - 'mka' => 'audio/x-matroska', - 'bmp' => 'image/bmp', - 'gif' => 'image/gif', - 'jpeg' => 'image/jpeg', - 'jpe' => 'image/jpeg', - 'jpg' => 'image/jpeg', - 'png' => 'image/png', - 'tiff' => 'image/tiff', - 'tif' => 'image/tiff', - 'webp' => 'image/webp', - 'avif' => 'image/avif', - 'heif' => 'image/heif', - 'heifs' => 'image/heif-sequence', - 'heic' => 'image/heic', - 'heics' => 'image/heic-sequence', - 'eml' => 'message/rfc822', - 'css' => 'text/css', - 'html' => 'text/html', - 'htm' => 'text/html', - 'shtml' => 'text/html', - 'log' => 'text/plain', - 'text' => 'text/plain', - 'txt' => 'text/plain', - 'rtx' => 'text/richtext', - 'rtf' => 'text/rtf', - 'vcf' => 'text/vcard', - 'vcard' => 'text/vcard', - 'ics' => 'text/calendar', - 'xml' => 'text/xml', - 'xsl' => 'text/xml', - 'wmv' => 'video/x-ms-wmv', - 'mpeg' => 'video/mpeg', - 'mpe' => 'video/mpeg', - 'mpg' => 'video/mpeg', - 'mp4' => 'video/mp4', - 'm4v' => 'video/mp4', - 'mov' => 'video/quicktime', - 'qt' => 'video/quicktime', - 'rv' => 'video/vnd.rn-realvideo', - 'avi' => 'video/x-msvideo', - 'movie' => 'video/x-sgi-movie', - 'webm' => 'video/webm', - 'mkv' => 'video/x-matroska', - ]; - $ext = strtolower($ext); - if (array_key_exists($ext, $mimes)) { - return $mimes[$ext]; - } - - return 'application/octet-stream'; - } - - /** - * Map a file name to a MIME type. - * Defaults to 'application/octet-stream', i.e.. arbitrary binary data. - * - * @param string $filename A file name or full path, does not need to exist as a file - * - * @return string - */ - public static function filenameToType($filename) - { - // In case the path is a URL, strip any query string before getting extension - $qpos = strpos($filename, '?'); - if (false !== $qpos) { - $filename = substr($filename, 0, $qpos); - } - $ext = static::mb_pathinfo($filename, PATHINFO_EXTENSION); - - return static::_mime_types($ext); - } - - /** - * Multi-byte-safe pathinfo replacement. - * Drop-in replacement for pathinfo(), but multibyte- and cross-platform-safe. - * - * @see http://www.php.net/manual/en/function.pathinfo.php#107461 - * - * @param string $path A filename or path, does not need to exist as a file - * @param int|string $options Either a PATHINFO_* constant, - * or a string name to return only the specified piece - * - * @return string|array - */ - public static function mb_pathinfo($path, $options = null) - { - $ret = ['dirname' => '', 'basename' => '', 'extension' => '', 'filename' => '']; - $pathinfo = []; - if (preg_match('#^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^.\\\\/]+?)|))[\\\\/.]*$#m', $path, $pathinfo)) { - if (array_key_exists(1, $pathinfo)) { - $ret['dirname'] = $pathinfo[1]; - } - if (array_key_exists(2, $pathinfo)) { - $ret['basename'] = $pathinfo[2]; - } - if (array_key_exists(5, $pathinfo)) { - $ret['extension'] = $pathinfo[5]; - } - if (array_key_exists(3, $pathinfo)) { - $ret['filename'] = $pathinfo[3]; - } - } - switch ($options) { - case PATHINFO_DIRNAME: - case 'dirname': - return $ret['dirname']; - case PATHINFO_BASENAME: - case 'basename': - return $ret['basename']; - case PATHINFO_EXTENSION: - case 'extension': - return $ret['extension']; - case PATHINFO_FILENAME: - case 'filename': - return $ret['filename']; - default: - return $ret; - } - } - - /** - * Set or reset instance properties. - * You should avoid this function - it's more verbose, less efficient, more error-prone and - * harder to debug than setting properties directly. - * Usage Example: - * `$mail->set('SMTPSecure', static::ENCRYPTION_STARTTLS);` - * is the same as: - * `$mail->SMTPSecure = static::ENCRYPTION_STARTTLS;`. - * - * @param string $name The property name to set - * @param mixed $value The value to set the property to - * - * @return bool - */ - public function set($name, $value = '') - { - if (property_exists($this, $name)) { - $this->$name = $value; - - return true; - } - $this->setError($this->lang('variable_set') . $name); - - return false; - } - - /** - * Strip newlines to prevent header injection. - * - * @param string $str - * - * @return string - */ - public function secureHeader($str) - { - return trim(str_replace(["\r", "\n"], '', $str)); - } - - /** - * Normalize line breaks in a string. - * Converts UNIX LF, Mac CR and Windows CRLF line breaks into a single line break format. - * Defaults to CRLF (for message bodies) and preserves consecutive breaks. - * - * @param string $text - * @param string $breaktype What kind of line break to use; defaults to static::$LE - * - * @return string - */ - public static function normalizeBreaks($text, $breaktype = null) - { - if (null === $breaktype) { - $breaktype = static::$LE; - } - // Normalise to \n - $text = str_replace([self::CRLF, "\r"], "\n", $text); - // Now convert LE as needed - if ("\n" !== $breaktype) { - $text = str_replace("\n", $breaktype, $text); - } - - return $text; - } - - /** - * Remove trailing breaks from a string. - * - * @param string $text - * - * @return string The text to remove breaks from - */ - public static function stripTrailingWSP($text) - { - return rtrim($text, " \r\n\t"); - } - - /** - * Return the current line break format string. - * - * @return string - */ - public static function getLE() - { - return static::$LE; - } - - /** - * Set the line break format string, e.g. "\r\n". - * - * @param string $le - */ - protected static function setLE($le) - { - static::$LE = $le; - } - - /** - * Set the public and private key files and password for S/MIME signing. - * - * @param string $cert_filename - * @param string $key_filename - * @param string $key_pass Password for private key - * @param string $extracerts_filename Optional path to chain certificate - */ - public function sign($cert_filename, $key_filename, $key_pass, $extracerts_filename = '') - { - $this->sign_cert_file = $cert_filename; - $this->sign_key_file = $key_filename; - $this->sign_key_pass = $key_pass; - $this->sign_extracerts_file = $extracerts_filename; - } - - /** - * Quoted-Printable-encode a DKIM header. - * - * @param string $txt - * - * @return string - */ - public function DKIM_QP($txt) - { - $line = ''; - $len = strlen($txt); - for ($i = 0; $i < $len; ++$i) { - $ord = ord($txt[$i]); - if (((0x21 <= $ord) && ($ord <= 0x3A)) || $ord === 0x3C || ((0x3E <= $ord) && ($ord <= 0x7E))) { - $line .= $txt[$i]; - } else { - $line .= '=' . sprintf('%02X', $ord); - } - } - - return $line; - } - - /** - * Generate a DKIM signature. - * - * @param string $signHeader - * - * @throws Exception - * - * @return string The DKIM signature value - */ - public function DKIM_Sign($signHeader) - { - if (!defined('PKCS7_TEXT')) { - if ($this->exceptions) { - throw new Exception($this->lang('extension_missing') . 'openssl'); - } - - return ''; - } - $privKeyStr = !empty($this->DKIM_private_string) ? - $this->DKIM_private_string : - file_get_contents($this->DKIM_private); - if ('' !== $this->DKIM_passphrase) { - $privKey = openssl_pkey_get_private($privKeyStr, $this->DKIM_passphrase); - } else { - $privKey = openssl_pkey_get_private($privKeyStr); - } - if (openssl_sign($signHeader, $signature, $privKey, 'sha256WithRSAEncryption')) { - openssl_pkey_free($privKey); - - return base64_encode($signature); - } - openssl_pkey_free($privKey); - - return ''; - } - - /** - * Generate a DKIM canonicalization header. - * Uses the 'relaxed' algorithm from RFC6376 section 3.4.2. - * Canonicalized headers should *always* use CRLF, regardless of mailer setting. - * - * @see https://tools.ietf.org/html/rfc6376#section-3.4.2 - * - * @param string $signHeader Header - * - * @return string - */ - public function DKIM_HeaderC($signHeader) - { - //Normalize breaks to CRLF (regardless of the mailer) - $signHeader = static::normalizeBreaks($signHeader, self::CRLF); - //Unfold header lines - //Note PCRE \s is too broad a definition of whitespace; RFC5322 defines it as `[ \t]` - //@see https://tools.ietf.org/html/rfc5322#section-2.2 - //That means this may break if you do something daft like put vertical tabs in your headers. - $signHeader = preg_replace('/\r\n[ \t]+/', ' ', $signHeader); - //Break headers out into an array - $lines = explode(self::CRLF, $signHeader); - foreach ($lines as $key => $line) { - //If the header is missing a :, skip it as it's invalid - //This is likely to happen because the explode() above will also split - //on the trailing LE, leaving an empty line - if (strpos($line, ':') === false) { - continue; - } - list($heading, $value) = explode(':', $line, 2); - //Lower-case header name - $heading = strtolower($heading); - //Collapse white space within the value, also convert WSP to space - $value = preg_replace('/[ \t]+/', ' ', $value); - //RFC6376 is slightly unclear here - it says to delete space at the *end* of each value - //But then says to delete space before and after the colon. - //Net result is the same as trimming both ends of the value. - //By elimination, the same applies to the field name - $lines[$key] = trim($heading, " \t") . ':' . trim($value, " \t"); - } - - return implode(self::CRLF, $lines); - } - - /** - * Generate a DKIM canonicalization body. - * Uses the 'simple' algorithm from RFC6376 section 3.4.3. - * Canonicalized bodies should *always* use CRLF, regardless of mailer setting. - * - * @see https://tools.ietf.org/html/rfc6376#section-3.4.3 - * - * @param string $body Message Body - * - * @return string - */ - public function DKIM_BodyC($body) - { - if (empty($body)) { - return self::CRLF; - } - // Normalize line endings to CRLF - $body = static::normalizeBreaks($body, self::CRLF); - - //Reduce multiple trailing line breaks to a single one - return static::stripTrailingWSP($body) . self::CRLF; - } - - /** - * Create the DKIM header and body in a new message header. - * - * @param string $headers_line Header lines - * @param string $subject Subject - * @param string $body Body - * - * @throws Exception - * - * @return string - */ - public function DKIM_Add($headers_line, $subject, $body) - { - $DKIMsignatureType = 'rsa-sha256'; // Signature & hash algorithms - $DKIMcanonicalization = 'relaxed/simple'; // Canonicalization methods of header & body - $DKIMquery = 'dns/txt'; // Query method - $DKIMtime = time(); - //Always sign these headers without being asked - //Recommended list from https://tools.ietf.org/html/rfc6376#section-5.4.1 - $autoSignHeaders = [ - 'from', - 'to', - 'cc', - 'date', - 'subject', - 'reply-to', - 'message-id', - 'content-type', - 'mime-version', - 'x-mailer', - ]; - if (stripos($headers_line, 'Subject') === false) { - $headers_line .= 'Subject: ' . $subject . static::$LE; - } - $headerLines = explode(static::$LE, $headers_line); - $currentHeaderLabel = ''; - $currentHeaderValue = ''; - $parsedHeaders = []; - $headerLineIndex = 0; - $headerLineCount = count($headerLines); - foreach ($headerLines as $headerLine) { - $matches = []; - if (preg_match('/^([^ \t]*?)(?::[ \t]*)(.*)$/', $headerLine, $matches)) { - if ($currentHeaderLabel !== '') { - //We were previously in another header; This is the start of a new header, so save the previous one - $parsedHeaders[] = ['label' => $currentHeaderLabel, 'value' => $currentHeaderValue]; - } - $currentHeaderLabel = $matches[1]; - $currentHeaderValue = $matches[2]; - } elseif (preg_match('/^[ \t]+(.*)$/', $headerLine, $matches)) { - //This is a folded continuation of the current header, so unfold it - $currentHeaderValue .= ' ' . $matches[1]; - } - ++$headerLineIndex; - if ($headerLineIndex >= $headerLineCount) { - //This was the last line, so finish off this header - $parsedHeaders[] = ['label' => $currentHeaderLabel, 'value' => $currentHeaderValue]; - } - } - $copiedHeaders = []; - $headersToSignKeys = []; - $headersToSign = []; - foreach ($parsedHeaders as $header) { - //Is this header one that must be included in the DKIM signature? - if (in_array(strtolower($header['label']), $autoSignHeaders, true)) { - $headersToSignKeys[] = $header['label']; - $headersToSign[] = $header['label'] . ': ' . $header['value']; - if ($this->DKIM_copyHeaderFields) { - $copiedHeaders[] = $header['label'] . ':' . //Note no space after this, as per RFC - str_replace('|', '=7C', $this->DKIM_QP($header['value'])); - } - continue; - } - //Is this an extra custom header we've been asked to sign? - if (in_array($header['label'], $this->DKIM_extraHeaders, true)) { - //Find its value in custom headers - foreach ($this->CustomHeader as $customHeader) { - if ($customHeader[0] === $header['label']) { - $headersToSignKeys[] = $header['label']; - $headersToSign[] = $header['label'] . ': ' . $header['value']; - if ($this->DKIM_copyHeaderFields) { - $copiedHeaders[] = $header['label'] . ':' . //Note no space after this, as per RFC - str_replace('|', '=7C', $this->DKIM_QP($header['value'])); - } - //Skip straight to the next header - continue 2; - } - } - } - } - $copiedHeaderFields = ''; - if ($this->DKIM_copyHeaderFields && count($copiedHeaders) > 0) { - //Assemble a DKIM 'z' tag - $copiedHeaderFields = ' z='; - $first = true; - foreach ($copiedHeaders as $copiedHeader) { - if (!$first) { - $copiedHeaderFields .= static::$LE . ' |'; - } - //Fold long values - if (strlen($copiedHeader) > self::STD_LINE_LENGTH - 3) { - $copiedHeaderFields .= substr( - chunk_split($copiedHeader, self::STD_LINE_LENGTH - 3, static::$LE . self::FWS), - 0, - -strlen(static::$LE . self::FWS) - ); - } else { - $copiedHeaderFields .= $copiedHeader; - } - $first = false; - } - $copiedHeaderFields .= ';' . static::$LE; - } - $headerKeys = ' h=' . implode(':', $headersToSignKeys) . ';' . static::$LE; - $headerValues = implode(static::$LE, $headersToSign); - $body = $this->DKIM_BodyC($body); - $DKIMb64 = base64_encode(pack('H*', hash('sha256', $body))); // Base64 of packed binary SHA-256 hash of body - $ident = ''; - if ('' !== $this->DKIM_identity) { - $ident = ' i=' . $this->DKIM_identity . ';' . static::$LE; - } - //The DKIM-Signature header is included in the signature *except for* the value of the `b` tag - //which is appended after calculating the signature - //https://tools.ietf.org/html/rfc6376#section-3.5 - $dkimSignatureHeader = 'DKIM-Signature: v=1;' . - ' d=' . $this->DKIM_domain . ';' . - ' s=' . $this->DKIM_selector . ';' . static::$LE . - ' a=' . $DKIMsignatureType . ';' . - ' q=' . $DKIMquery . ';' . - ' t=' . $DKIMtime . ';' . - ' c=' . $DKIMcanonicalization . ';' . static::$LE . - $headerKeys . - $ident . - $copiedHeaderFields . - ' bh=' . $DKIMb64 . ';' . static::$LE . - ' b='; - //Canonicalize the set of headers - $canonicalizedHeaders = $this->DKIM_HeaderC( - $headerValues . static::$LE . $dkimSignatureHeader - ); - $signature = $this->DKIM_Sign($canonicalizedHeaders); - $signature = trim(chunk_split($signature, self::STD_LINE_LENGTH - 3, static::$LE . self::FWS)); - - return static::normalizeBreaks($dkimSignatureHeader . $signature); - } - - /** - * Detect if a string contains a line longer than the maximum line length - * allowed by RFC 2822 section 2.1.1. - * - * @param string $str - * - * @return bool - */ - public static function hasLineLongerThanMax($str) - { - return (bool) preg_match('/^(.{' . (self::MAX_LINE_LENGTH + strlen(static::$LE)) . ',})/m', $str); - } - - /** - * If a string contains any "special" characters, double-quote the name, - * and escape any double quotes with a backslash. - * - * @param string $str - * - * @return string - * - * @see RFC822 3.4.1 - */ - public static function quotedString($str) - { - if (preg_match('/[ ()<>@,;:"\/\[\]?=]/', $str)) { - //If the string contains any of these chars, it must be double-quoted - //and any double quotes must be escaped with a backslash - return '"' . str_replace('"', '\\"', $str) . '"'; - } - - //Return the string untouched, it doesn't need quoting - return $str; - } - - /** - * Allows for public read access to 'to' property. - * Before the send() call, queued addresses (i.e. with IDN) are not yet included. - * - * @return array - */ - public function getToAddresses() - { - return $this->to; - } - - /** - * Allows for public read access to 'cc' property. - * Before the send() call, queued addresses (i.e. with IDN) are not yet included. - * - * @return array - */ - public function getCcAddresses() - { - return $this->cc; - } - - /** - * Allows for public read access to 'bcc' property. - * Before the send() call, queued addresses (i.e. with IDN) are not yet included. - * - * @return array - */ - public function getBccAddresses() - { - return $this->bcc; - } - - /** - * Allows for public read access to 'ReplyTo' property. - * Before the send() call, queued addresses (i.e. with IDN) are not yet included. - * - * @return array - */ - public function getReplyToAddresses() - { - return $this->ReplyTo; - } - - /** - * Allows for public read access to 'all_recipients' property. - * Before the send() call, queued addresses (i.e. with IDN) are not yet included. - * - * @return array - */ - public function getAllRecipientAddresses() - { - return $this->all_recipients; - } - - /** - * Perform a callback. - * - * @param bool $isSent - * @param array $to - * @param array $cc - * @param array $bcc - * @param string $subject - * @param string $body - * @param string $from - * @param array $extra - */ - protected function doCallback($isSent, $to, $cc, $bcc, $subject, $body, $from, $extra) - { - if (!empty($this->action_function) && is_callable($this->action_function)) { - call_user_func($this->action_function, $isSent, $to, $cc, $bcc, $subject, $body, $from, $extra); - } - } - - /** - * Get the OAuth instance. - * - * @return OAuth - */ - public function getOAuth() - { - return $this->oauth; - } - - /** - * Set an OAuth instance. - */ - public function setOAuth(OAuth $oauth) - { - $this->oauth = $oauth; - } -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/POP3.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/POP3.php deleted file mode 100644 index a6a4128..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/POP3.php +++ /dev/null @@ -1,421 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ - -namespace PHPMailer\PHPMailer; - -/** - * PHPMailer POP-Before-SMTP Authentication Class. - * Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication. - * 1) This class does not support APOP authentication. - * 2) Opening and closing lots of POP3 connections can be quite slow. If you need - * to send a batch of emails then just perform the authentication once at the start, - * and then loop through your mail sending script. Providing this process doesn't - * take longer than the verification period lasts on your POP3 server, you should be fine. - * 3) This is really ancient technology; you should only need to use it to talk to very old systems. - * 4) This POP3 class is deliberately lightweight and incomplete, implementing just - * enough to do authentication. - * If you want a more complete class there are other POP3 classes for PHP available. - * - * @author Richard Davey (original author) - * @author Marcus Bointon (Synchro/coolbru) - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - */ -class POP3 -{ - /** - * The POP3 PHPMailer Version number. - * - * @var string - */ - const VERSION = '6.1.8'; - - /** - * Default POP3 port number. - * - * @var int - */ - const DEFAULT_PORT = 110; - - /** - * Default timeout in seconds. - * - * @var int - */ - const DEFAULT_TIMEOUT = 30; - - /** - * Debug display level. - * Options: 0 = no, 1+ = yes. - * - * @var int - */ - public $do_debug = 0; - - /** - * POP3 mail server hostname. - * - * @var string - */ - public $host; - - /** - * POP3 port number. - * - * @var int - */ - public $port; - - /** - * POP3 Timeout Value in seconds. - * - * @var int - */ - public $tval; - - /** - * POP3 username. - * - * @var string - */ - public $username; - - /** - * POP3 password. - * - * @var string - */ - public $password; - - /** - * Resource handle for the POP3 connection socket. - * - * @var resource - */ - protected $pop_conn; - - /** - * Are we connected? - * - * @var bool - */ - protected $connected = false; - - /** - * Error container. - * - * @var array - */ - protected $errors = []; - - /** - * Line break constant. - */ - const LE = "\r\n"; - - /** - * Simple static wrapper for all-in-one POP before SMTP. - * - * @param string $host The hostname to connect to - * @param int|bool $port The port number to connect to - * @param int|bool $timeout The timeout value - * @param string $username - * @param string $password - * @param int $debug_level - * - * @return bool - */ - public static function popBeforeSmtp( - $host, - $port = false, - $timeout = false, - $username = '', - $password = '', - $debug_level = 0 - ) { - $pop = new self(); - - return $pop->authorise($host, $port, $timeout, $username, $password, $debug_level); - } - - /** - * Authenticate with a POP3 server. - * A connect, login, disconnect sequence - * appropriate for POP-before SMTP authorisation. - * - * @param string $host The hostname to connect to - * @param int|bool $port The port number to connect to - * @param int|bool $timeout The timeout value - * @param string $username - * @param string $password - * @param int $debug_level - * - * @return bool - */ - public function authorise($host, $port = false, $timeout = false, $username = '', $password = '', $debug_level = 0) - { - $this->host = $host; - // If no port value provided, use default - if (false === $port) { - $this->port = static::DEFAULT_PORT; - } else { - $this->port = (int) $port; - } - // If no timeout value provided, use default - if (false === $timeout) { - $this->tval = static::DEFAULT_TIMEOUT; - } else { - $this->tval = (int) $timeout; - } - $this->do_debug = $debug_level; - $this->username = $username; - $this->password = $password; - // Reset the error log - $this->errors = []; - // connect - $result = $this->connect($this->host, $this->port, $this->tval); - if ($result) { - $login_result = $this->login($this->username, $this->password); - if ($login_result) { - $this->disconnect(); - - return true; - } - } - // We need to disconnect regardless of whether the login succeeded - $this->disconnect(); - - return false; - } - - /** - * Connect to a POP3 server. - * - * @param string $host - * @param int|bool $port - * @param int $tval - * - * @return bool - */ - public function connect($host, $port = false, $tval = 30) - { - // Are we already connected? - if ($this->connected) { - return true; - } - - //On Windows this will raise a PHP Warning error if the hostname doesn't exist. - //Rather than suppress it with @fsockopen, capture it cleanly instead - set_error_handler([$this, 'catchWarning']); - - if (false === $port) { - $port = static::DEFAULT_PORT; - } - - // connect to the POP3 server - $errno = 0; - $errstr = ''; - $this->pop_conn = fsockopen( - $host, // POP3 Host - $port, // Port # - $errno, // Error Number - $errstr, // Error Message - $tval - ); // Timeout (seconds) - // Restore the error handler - restore_error_handler(); - - // Did we connect? - if (false === $this->pop_conn) { - // It would appear not... - $this->setError( - "Failed to connect to server $host on port $port. errno: $errno; errstr: $errstr" - ); - - return false; - } - - // Increase the stream time-out - stream_set_timeout($this->pop_conn, $tval, 0); - - // Get the POP3 server response - $pop3_response = $this->getResponse(); - // Check for the +OK - if ($this->checkResponse($pop3_response)) { - // The connection is established and the POP3 server is talking - $this->connected = true; - - return true; - } - - return false; - } - - /** - * Log in to the POP3 server. - * Does not support APOP (RFC 2828, 4949). - * - * @param string $username - * @param string $password - * - * @return bool - */ - public function login($username = '', $password = '') - { - if (!$this->connected) { - $this->setError('Not connected to POP3 server'); - } - if (empty($username)) { - $username = $this->username; - } - if (empty($password)) { - $password = $this->password; - } - - // Send the Username - $this->sendString("USER $username" . static::LE); - $pop3_response = $this->getResponse(); - if ($this->checkResponse($pop3_response)) { - // Send the Password - $this->sendString("PASS $password" . static::LE); - $pop3_response = $this->getResponse(); - if ($this->checkResponse($pop3_response)) { - return true; - } - } - - return false; - } - - /** - * Disconnect from the POP3 server. - */ - public function disconnect() - { - $this->sendString('QUIT'); - //The QUIT command may cause the daemon to exit, which will kill our connection - //So ignore errors here - try { - @fclose($this->pop_conn); - } catch (Exception $e) { - //Do nothing - } - } - - /** - * Get a response from the POP3 server. - * - * @param int $size The maximum number of bytes to retrieve - * - * @return string - */ - protected function getResponse($size = 128) - { - $response = fgets($this->pop_conn, $size); - if ($this->do_debug >= 1) { - echo 'Server -> Client: ', $response; - } - - return $response; - } - - /** - * Send raw data to the POP3 server. - * - * @param string $string - * - * @return int - */ - protected function sendString($string) - { - if ($this->pop_conn) { - if ($this->do_debug >= 2) { //Show client messages when debug >= 2 - echo 'Client -> Server: ', $string; - } - - return fwrite($this->pop_conn, $string, strlen($string)); - } - - return 0; - } - - /** - * Checks the POP3 server response. - * Looks for for +OK or -ERR. - * - * @param string $string - * - * @return bool - */ - protected function checkResponse($string) - { - if (strpos($string, '+OK') !== 0) { - $this->setError("Server reported an error: $string"); - - return false; - } - - return true; - } - - /** - * Add an error to the internal error store. - * Also display debug output if it's enabled. - * - * @param string $error - */ - protected function setError($error) - { - $this->errors[] = $error; - if ($this->do_debug >= 1) { - echo '
';
-            foreach ($this->errors as $e) {
-                print_r($e);
-            }
-            echo '
'; - } - } - - /** - * Get an array of error messages, if any. - * - * @return array - */ - public function getErrors() - { - return $this->errors; - } - - /** - * POP3 connection error handler. - * - * @param int $errno - * @param string $errstr - * @param string $errfile - * @param int $errline - */ - protected function catchWarning($errno, $errstr, $errfile, $errline) - { - $this->setError( - 'Connecting to the POP3 server raised a PHP warning:' . - "errno: $errno errstr: $errstr; errfile: $errfile; errline: $errline" - ); - } -} diff --git a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/SMTP.php b/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/SMTP.php deleted file mode 100644 index 9e43dce..0000000 --- a/public_html/shop.old/composer.old/vendor/phpmailer/phpmailer/src/SMTP.php +++ /dev/null @@ -1,1426 +0,0 @@ - - * @author Jim Jagielski (jimjag) - * @author Andy Prevost (codeworxtech) - * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2020 Marcus Bointon - * @copyright 2010 - 2012 Jim Jagielski - * @copyright 2004 - 2009 Andy Prevost - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @note This program is distributed in the hope that it will be useful - WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - */ - -namespace PHPMailer\PHPMailer; - -/** - * PHPMailer RFC821 SMTP email transport class. - * Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server. - * - * @author Chris Ryan - * @author Marcus Bointon - */ -class SMTP -{ - /** - * The PHPMailer SMTP version number. - * - * @var string - */ - const VERSION = '6.1.8'; - - /** - * SMTP line break constant. - * - * @var string - */ - const LE = "\r\n"; - - /** - * The SMTP port to use if one is not specified. - * - * @var int - */ - const DEFAULT_PORT = 25; - - /** - * The maximum line length allowed by RFC 5321 section 4.5.3.1.6, - * *excluding* a trailing CRLF break. - * - * @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6 - * - * @var int - */ - const MAX_LINE_LENGTH = 998; - - /** - * The maximum line length allowed for replies in RFC 5321 section 4.5.3.1.5, - * *including* a trailing CRLF line break. - * - * @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.5 - * - * @var int - */ - const MAX_REPLY_LENGTH = 512; - - /** - * Debug level for no output. - * - * @var int - */ - const DEBUG_OFF = 0; - - /** - * Debug level to show client -> server messages. - * - * @var int - */ - const DEBUG_CLIENT = 1; - - /** - * Debug level to show client -> server and server -> client messages. - * - * @var int - */ - const DEBUG_SERVER = 2; - - /** - * Debug level to show connection status, client -> server and server -> client messages. - * - * @var int - */ - const DEBUG_CONNECTION = 3; - - /** - * Debug level to show all messages. - * - * @var int - */ - const DEBUG_LOWLEVEL = 4; - - /** - * Debug output level. - * Options: - * * self::DEBUG_OFF (`0`) No debug output, default - * * self::DEBUG_CLIENT (`1`) Client commands - * * self::DEBUG_SERVER (`2`) Client commands and server responses - * * self::DEBUG_CONNECTION (`3`) As DEBUG_SERVER plus connection status - * * self::DEBUG_LOWLEVEL (`4`) Low-level data output, all messages. - * - * @var int - */ - public $do_debug = self::DEBUG_OFF; - - /** - * How to handle debug output. - * Options: - * * `echo` Output plain-text as-is, appropriate for CLI - * * `html` Output escaped, line breaks converted to `
`, appropriate for browser output - * * `error_log` Output to error log as configured in php.ini - * Alternatively, you can provide a callable expecting two params: a message string and the debug level: - * - * ```php - * $smtp->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";}; - * ``` - * - * Alternatively, you can pass in an instance of a PSR-3 compatible logger, though only `debug` - * level output is used: - * - * ```php - * $mail->Debugoutput = new myPsr3Logger; - * ``` - * - * @var string|callable|\Psr\Log\LoggerInterface - */ - public $Debugoutput = 'echo'; - - /** - * Whether to use VERP. - * - * @see http://en.wikipedia.org/wiki/Variable_envelope_return_path - * @see http://www.postfix.org/VERP_README.html Info on VERP - * - * @var bool - */ - public $do_verp = false; - - /** - * The timeout value for connection, in seconds. - * Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2. - * This needs to be quite high to function correctly with hosts using greetdelay as an anti-spam measure. - * - * @see http://tools.ietf.org/html/rfc2821#section-4.5.3.2 - * - * @var int - */ - public $Timeout = 300; - - /** - * How long to wait for commands to complete, in seconds. - * Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2. - * - * @var int - */ - public $Timelimit = 300; - - /** - * Patterns to extract an SMTP transaction id from reply to a DATA command. - * The first capture group in each regex will be used as the ID. - * MS ESMTP returns the message ID, which may not be correct for internal tracking. - * - * @var string[] - */ - protected $smtp_transaction_id_patterns = [ - 'exim' => '/[\d]{3} OK id=(.*)/', - 'sendmail' => '/[\d]{3} 2.0.0 (.*) Message/', - 'postfix' => '/[\d]{3} 2.0.0 Ok: queued as (.*)/', - 'Microsoft_ESMTP' => '/[0-9]{3} 2.[\d].0 (.*)@(?:.*) Queued mail for delivery/', - 'Amazon_SES' => '/[\d]{3} Ok (.*)/', - 'SendGrid' => '/[\d]{3} Ok: queued as (.*)/', - 'CampaignMonitor' => '/[\d]{3} 2.0.0 OK:([a-zA-Z\d]{48})/', - ]; - - /** - * The last transaction ID issued in response to a DATA command, - * if one was detected. - * - * @var string|bool|null - */ - protected $last_smtp_transaction_id; - - /** - * The socket for the server connection. - * - * @var ?resource - */ - protected $smtp_conn; - - /** - * Error information, if any, for the last SMTP command. - * - * @var array - */ - protected $error = [ - 'error' => '', - 'detail' => '', - 'smtp_code' => '', - 'smtp_code_ex' => '', - ]; - - /** - * The reply the server sent to us for HELO. - * If null, no HELO string has yet been received. - * - * @var string|null - */ - protected $helo_rply; - - /** - * The set of SMTP extensions sent in reply to EHLO command. - * Indexes of the array are extension names. - * Value at index 'HELO' or 'EHLO' (according to command that was sent) - * represents the server name. In case of HELO it is the only element of the array. - * Other values can be boolean TRUE or an array containing extension options. - * If null, no HELO/EHLO string has yet been received. - * - * @var array|null - */ - protected $server_caps; - - /** - * The most recent reply received from the server. - * - * @var string - */ - protected $last_reply = ''; - - /** - * Output debugging info via a user-selected method. - * - * @param string $str Debug string to output - * @param int $level The debug level of this message; see DEBUG_* constants - * - * @see SMTP::$Debugoutput - * @see SMTP::$do_debug - */ - protected function edebug($str, $level = 0) - { - if ($level > $this->do_debug) { - return; - } - //Is this a PSR-3 logger? - if ($this->Debugoutput instanceof \Psr\Log\LoggerInterface) { - $this->Debugoutput->debug($str); - - return; - } - //Avoid clash with built-in function names - if (is_callable($this->Debugoutput) && !in_array($this->Debugoutput, ['error_log', 'html', 'echo'])) { - call_user_func($this->Debugoutput, $str, $level); - - return; - } - switch ($this->Debugoutput) { - case 'error_log': - //Don't output, just log - error_log($str); - break; - case 'html': - //Cleans up output a bit for a better looking, HTML-safe output - echo gmdate('Y-m-d H:i:s'), ' ', htmlentities( - preg_replace('/[\r\n]+/', '', $str), - ENT_QUOTES, - 'UTF-8' - ), "
\n"; - break; - case 'echo': - default: - //Normalize line breaks - $str = preg_replace('/\r\n|\r/m', "\n", $str); - echo gmdate('Y-m-d H:i:s'), - "\t", - //Trim trailing space - trim( - //Indent for readability, except for trailing break - str_replace( - "\n", - "\n \t ", - trim($str) - ) - ), - "\n"; - } - } - - /** - * Connect to an SMTP server. - * - * @param string $host SMTP server IP or host name - * @param int $port The port number to connect to - * @param int $timeout How long to wait for the connection to open - * @param array $options An array of options for stream_context_create() - * - * @return bool - */ - public function connect($host, $port = null, $timeout = 30, $options = []) - { - // Clear errors to avoid confusion - $this->setError(''); - // Make sure we are __not__ connected - if ($this->connected()) { - // Already connected, generate error - $this->setError('Already connected to a server'); - - return false; - } - if (empty($port)) { - $port = self::DEFAULT_PORT; - } - // Connect to the SMTP server - $this->edebug( - "Connection: opening to $host:$port, timeout=$timeout, options=" . - (count($options) > 0 ? var_export($options, true) : 'array()'), - self::DEBUG_CONNECTION - ); - - $this->smtp_conn = $this->getSMTPConnection($host, $port, $timeout, $options); - - if ($this->smtp_conn === false) { - //Error info already set inside `getSMTPConnection()` - return false; - } - - $this->edebug('Connection: opened', self::DEBUG_CONNECTION); - - // Get any announcement - $this->last_reply = $this->get_lines(); - $this->edebug('SERVER -> CLIENT: ' . $this->last_reply, self::DEBUG_SERVER); - - return true; - } - - /** - * Create connection to the SMTP server. - * - * @param string $host SMTP server IP or host name - * @param int $port The port number to connect to - * @param int $timeout How long to wait for the connection to open - * @param array $options An array of options for stream_context_create() - * - * @return false|resource - */ - protected function getSMTPConnection($host, $port = null, $timeout = 30, $options = []) - { - static $streamok; - //This is enabled by default since 5.0.0 but some providers disable it - //Check this once and cache the result - if (null === $streamok) { - $streamok = function_exists('stream_socket_client'); - } - - $errno = 0; - $errstr = ''; - if ($streamok) { - $socket_context = stream_context_create($options); - set_error_handler([$this, 'errorHandler']); - $connection = stream_socket_client( - $host . ':' . $port, - $errno, - $errstr, - $timeout, - STREAM_CLIENT_CONNECT, - $socket_context - ); - restore_error_handler(); - } else { - //Fall back to fsockopen which should work in more places, but is missing some features - $this->edebug( - 'Connection: stream_socket_client not available, falling back to fsockopen', - self::DEBUG_CONNECTION - ); - set_error_handler([$this, 'errorHandler']); - $connection = fsockopen( - $host, - $port, - $errno, - $errstr, - $timeout - ); - restore_error_handler(); - } - - // Verify we connected properly - if (!is_resource($connection)) { - $this->setError( - 'Failed to connect to server', - '', - (string) $errno, - $errstr - ); - $this->edebug( - 'SMTP ERROR: ' . $this->error['error'] - . ": $errstr ($errno)", - self::DEBUG_CLIENT - ); - - return false; - } - - // SMTP server can take longer to respond, give longer timeout for first read - // Windows does not have support for this timeout function - if (strpos(PHP_OS, 'WIN') !== 0) { - $max = (int)ini_get('max_execution_time'); - // Don't bother if unlimited, or if set_time_limit is disabled - if (0 !== $max && $timeout > $max && strpos(ini_get('disable_functions'), 'set_time_limit') === false) { - @set_time_limit($timeout); - } - stream_set_timeout($connection, $timeout, 0); - } - - return $connection; - } - - /** - * Initiate a TLS (encrypted) session. - * - * @return bool - */ - public function startTLS() - { - if (!$this->sendCommand('STARTTLS', 'STARTTLS', 220)) { - return false; - } - - //Allow the best TLS version(s) we can - $crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; - - //PHP 5.6.7 dropped inclusion of TLS 1.1 and 1.2 in STREAM_CRYPTO_METHOD_TLS_CLIENT - //so add them back in manually if we can - if (defined('STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT')) { - $crypto_method |= STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT; - $crypto_method |= STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; - } - - // Begin encrypted connection - set_error_handler([$this, 'errorHandler']); - $crypto_ok = stream_socket_enable_crypto( - $this->smtp_conn, - true, - $crypto_method - ); - restore_error_handler(); - - return (bool) $crypto_ok; - } - - /** - * Perform SMTP authentication. - * Must be run after hello(). - * - * @see hello() - * - * @param string $username The user name - * @param string $password The password - * @param string $authtype The auth type (CRAM-MD5, PLAIN, LOGIN, XOAUTH2) - * @param OAuth $OAuth An optional OAuth instance for XOAUTH2 authentication - * - * @return bool True if successfully authenticated - */ - public function authenticate( - $username, - $password, - $authtype = null, - $OAuth = null - ) { - if (!$this->server_caps) { - $this->setError('Authentication is not allowed before HELO/EHLO'); - - return false; - } - - if (array_key_exists('EHLO', $this->server_caps)) { - // SMTP extensions are available; try to find a proper authentication method - if (!array_key_exists('AUTH', $this->server_caps)) { - $this->setError('Authentication is not allowed at this stage'); - // 'at this stage' means that auth may be allowed after the stage changes - // e.g. after STARTTLS - - return false; - } - - $this->edebug('Auth method requested: ' . ($authtype ?: 'UNSPECIFIED'), self::DEBUG_LOWLEVEL); - $this->edebug( - 'Auth methods available on the server: ' . implode(',', $this->server_caps['AUTH']), - self::DEBUG_LOWLEVEL - ); - - //If we have requested a specific auth type, check the server supports it before trying others - if (null !== $authtype && !in_array($authtype, $this->server_caps['AUTH'], true)) { - $this->edebug('Requested auth method not available: ' . $authtype, self::DEBUG_LOWLEVEL); - $authtype = null; - } - - if (empty($authtype)) { - //If no auth mechanism is specified, attempt to use these, in this order - //Try CRAM-MD5 first as it's more secure than the others - foreach (['CRAM-MD5', 'LOGIN', 'PLAIN', 'XOAUTH2'] as $method) { - if (in_array($method, $this->server_caps['AUTH'], true)) { - $authtype = $method; - break; - } - } - if (empty($authtype)) { - $this->setError('No supported authentication methods found'); - - return false; - } - $this->edebug('Auth method selected: ' . $authtype, self::DEBUG_LOWLEVEL); - } - - if (!in_array($authtype, $this->server_caps['AUTH'], true)) { - $this->setError("The requested authentication method \"$authtype\" is not supported by the server"); - - return false; - } - } elseif (empty($authtype)) { - $authtype = 'LOGIN'; - } - switch ($authtype) { - case 'PLAIN': - // Start authentication - if (!$this->sendCommand('AUTH', 'AUTH PLAIN', 334)) { - return false; - } - // Send encoded username and password - if (!$this->sendCommand( - 'User & Password', - base64_encode("\0" . $username . "\0" . $password), - 235 - ) - ) { - return false; - } - break; - case 'LOGIN': - // Start authentication - if (!$this->sendCommand('AUTH', 'AUTH LOGIN', 334)) { - return false; - } - if (!$this->sendCommand('Username', base64_encode($username), 334)) { - return false; - } - if (!$this->sendCommand('Password', base64_encode($password), 235)) { - return false; - } - break; - case 'CRAM-MD5': - // Start authentication - if (!$this->sendCommand('AUTH CRAM-MD5', 'AUTH CRAM-MD5', 334)) { - return false; - } - // Get the challenge - $challenge = base64_decode(substr($this->last_reply, 4)); - - // Build the response - $response = $username . ' ' . $this->hmac($challenge, $password); - - // send encoded credentials - return $this->sendCommand('Username', base64_encode($response), 235); - case 'XOAUTH2': - //The OAuth instance must be set up prior to requesting auth. - if (null === $OAuth) { - return false; - } - $oauth = $OAuth->getOauth64(); - - // Start authentication - if (!$this->sendCommand('AUTH', 'AUTH XOAUTH2 ' . $oauth, 235)) { - return false; - } - break; - default: - $this->setError("Authentication method \"$authtype\" is not supported"); - - return false; - } - - return true; - } - - /** - * Calculate an MD5 HMAC hash. - * Works like hash_hmac('md5', $data, $key) - * in case that function is not available. - * - * @param string $data The data to hash - * @param string $key The key to hash with - * - * @return string - */ - protected function hmac($data, $key) - { - if (function_exists('hash_hmac')) { - return hash_hmac('md5', $data, $key); - } - - // The following borrowed from - // http://php.net/manual/en/function.mhash.php#27225 - - // RFC 2104 HMAC implementation for php. - // Creates an md5 HMAC. - // Eliminates the need to install mhash to compute a HMAC - // by Lance Rushing - - $bytelen = 64; // byte length for md5 - if (strlen($key) > $bytelen) { - $key = pack('H*', md5($key)); - } - $key = str_pad($key, $bytelen, chr(0x00)); - $ipad = str_pad('', $bytelen, chr(0x36)); - $opad = str_pad('', $bytelen, chr(0x5c)); - $k_ipad = $key ^ $ipad; - $k_opad = $key ^ $opad; - - return md5($k_opad . pack('H*', md5($k_ipad . $data))); - } - - /** - * Check connection state. - * - * @return bool True if connected - */ - public function connected() - { - if (is_resource($this->smtp_conn)) { - $sock_status = stream_get_meta_data($this->smtp_conn); - if ($sock_status['eof']) { - // The socket is valid but we are not connected - $this->edebug( - 'SMTP NOTICE: EOF caught while checking if connected', - self::DEBUG_CLIENT - ); - $this->close(); - - return false; - } - - return true; // everything looks good - } - - return false; - } - - /** - * Close the socket and clean up the state of the class. - * Don't use this function without first trying to use QUIT. - * - * @see quit() - */ - public function close() - { - $this->setError(''); - $this->server_caps = null; - $this->helo_rply = null; - if (is_resource($this->smtp_conn)) { - // close the connection and cleanup - fclose($this->smtp_conn); - $this->smtp_conn = null; //Makes for cleaner serialization - $this->edebug('Connection: closed', self::DEBUG_CONNECTION); - } - } - - /** - * Send an SMTP DATA command. - * Issues a data command and sends the msg_data to the server, - * finializing the mail transaction. $msg_data is the message - * that is to be send with the headers. Each header needs to be - * on a single line followed by a with the message headers - * and the message body being separated by an additional . - * Implements RFC 821: DATA . - * - * @param string $msg_data Message data to send - * - * @return bool - */ - public function data($msg_data) - { - //This will use the standard timelimit - if (!$this->sendCommand('DATA', 'DATA', 354)) { - return false; - } - - /* The server is ready to accept data! - * According to rfc821 we should not send more than 1000 characters on a single line (including the LE) - * so we will break the data up into lines by \r and/or \n then if needed we will break each of those into - * smaller lines to fit within the limit. - * We will also look for lines that start with a '.' and prepend an additional '.'. - * NOTE: this does not count towards line-length limit. - */ - - // Normalize line breaks before exploding - $lines = explode("\n", str_replace(["\r\n", "\r"], "\n", $msg_data)); - - /* To distinguish between a complete RFC822 message and a plain message body, we check if the first field - * of the first line (':' separated) does not contain a space then it _should_ be a header and we will - * process all lines before a blank line as headers. - */ - - $field = substr($lines[0], 0, strpos($lines[0], ':')); - $in_headers = false; - if (!empty($field) && strpos($field, ' ') === false) { - $in_headers = true; - } - - foreach ($lines as $line) { - $lines_out = []; - if ($in_headers && $line === '') { - $in_headers = false; - } - //Break this line up into several smaller lines if it's too long - //Micro-optimisation: isset($str[$len]) is faster than (strlen($str) > $len), - while (isset($line[self::MAX_LINE_LENGTH])) { - //Working backwards, try to find a space within the last MAX_LINE_LENGTH chars of the line to break on - //so as to avoid breaking in the middle of a word - $pos = strrpos(substr($line, 0, self::MAX_LINE_LENGTH), ' '); - //Deliberately matches both false and 0 - if (!$pos) { - //No nice break found, add a hard break - $pos = self::MAX_LINE_LENGTH - 1; - $lines_out[] = substr($line, 0, $pos); - $line = substr($line, $pos); - } else { - //Break at the found point - $lines_out[] = substr($line, 0, $pos); - //Move along by the amount we dealt with - $line = substr($line, $pos + 1); - } - //If processing headers add a LWSP-char to the front of new line RFC822 section 3.1.1 - if ($in_headers) { - $line = "\t" . $line; - } - } - $lines_out[] = $line; - - //Send the lines to the server - foreach ($lines_out as $line_out) { - //RFC2821 section 4.5.2 - if (!empty($line_out) && $line_out[0] === '.') { - $line_out = '.' . $line_out; - } - $this->client_send($line_out . static::LE, 'DATA'); - } - } - - //Message data has been sent, complete the command - //Increase timelimit for end of DATA command - $savetimelimit = $this->Timelimit; - $this->Timelimit *= 2; - $result = $this->sendCommand('DATA END', '.', 250); - $this->recordLastTransactionID(); - //Restore timelimit - $this->Timelimit = $savetimelimit; - - return $result; - } - - /** - * Send an SMTP HELO or EHLO command. - * Used to identify the sending server to the receiving server. - * This makes sure that client and server are in a known state. - * Implements RFC 821: HELO - * and RFC 2821 EHLO. - * - * @param string $host The host name or IP to connect to - * - * @return bool - */ - public function hello($host = '') - { - //Try extended hello first (RFC 2821) - return $this->sendHello('EHLO', $host) or $this->sendHello('HELO', $host); - } - - /** - * Send an SMTP HELO or EHLO command. - * Low-level implementation used by hello(). - * - * @param string $hello The HELO string - * @param string $host The hostname to say we are - * - * @return bool - * - * @see hello() - */ - protected function sendHello($hello, $host) - { - $noerror = $this->sendCommand($hello, $hello . ' ' . $host, 250); - $this->helo_rply = $this->last_reply; - if ($noerror) { - $this->parseHelloFields($hello); - } else { - $this->server_caps = null; - } - - return $noerror; - } - - /** - * Parse a reply to HELO/EHLO command to discover server extensions. - * In case of HELO, the only parameter that can be discovered is a server name. - * - * @param string $type `HELO` or `EHLO` - */ - protected function parseHelloFields($type) - { - $this->server_caps = []; - $lines = explode("\n", $this->helo_rply); - - foreach ($lines as $n => $s) { - //First 4 chars contain response code followed by - or space - $s = trim(substr($s, 4)); - if (empty($s)) { - continue; - } - $fields = explode(' ', $s); - if (!empty($fields)) { - if (!$n) { - $name = $type; - $fields = $fields[0]; - } else { - $name = array_shift($fields); - switch ($name) { - case 'SIZE': - $fields = ($fields ? $fields[0] : 0); - break; - case 'AUTH': - if (!is_array($fields)) { - $fields = []; - } - break; - default: - $fields = true; - } - } - $this->server_caps[$name] = $fields; - } - } - } - - /** - * Send an SMTP MAIL command. - * Starts a mail transaction from the email address specified in - * $from. Returns true if successful or false otherwise. If True - * the mail transaction is started and then one or more recipient - * commands may be called followed by a data command. - * Implements RFC 821: MAIL FROM: . - * - * @param string $from Source address of this message - * - * @return bool - */ - public function mail($from) - { - $useVerp = ($this->do_verp ? ' XVERP' : ''); - - return $this->sendCommand( - 'MAIL FROM', - 'MAIL FROM:<' . $from . '>' . $useVerp, - 250 - ); - } - - /** - * Send an SMTP QUIT command. - * Closes the socket if there is no error or the $close_on_error argument is true. - * Implements from RFC 821: QUIT . - * - * @param bool $close_on_error Should the connection close if an error occurs? - * - * @return bool - */ - public function quit($close_on_error = true) - { - $noerror = $this->sendCommand('QUIT', 'QUIT', 221); - $err = $this->error; //Save any error - if ($noerror || $close_on_error) { - $this->close(); - $this->error = $err; //Restore any error from the quit command - } - - return $noerror; - } - - /** - * Send an SMTP RCPT command. - * Sets the TO argument to $toaddr. - * Returns true if the recipient was accepted false if it was rejected. - * Implements from RFC 821: RCPT TO: . - * - * @param string $address The address the message is being sent to - * @param string $dsn Comma separated list of DSN notifications. NEVER, SUCCESS, FAILURE - * or DELAY. If you specify NEVER all other notifications are ignored. - * - * @return bool - */ - public function recipient($address, $dsn = '') - { - if (empty($dsn)) { - $rcpt = 'RCPT TO:<' . $address . '>'; - } else { - $dsn = strtoupper($dsn); - $notify = []; - - if (strpos($dsn, 'NEVER') !== false) { - $notify[] = 'NEVER'; - } else { - foreach (['SUCCESS', 'FAILURE', 'DELAY'] as $value) { - if (strpos($dsn, $value) !== false) { - $notify[] = $value; - } - } - } - - $rcpt = 'RCPT TO:<' . $address . '> NOTIFY=' . implode(',', $notify); - } - - return $this->sendCommand( - 'RCPT TO', - $rcpt, - [250, 251] - ); - } - - /** - * Send an SMTP RSET command. - * Abort any transaction that is currently in progress. - * Implements RFC 821: RSET . - * - * @return bool True on success - */ - public function reset() - { - return $this->sendCommand('RSET', 'RSET', 250); - } - - /** - * Send a command to an SMTP server and check its return code. - * - * @param string $command The command name - not sent to the server - * @param string $commandstring The actual command to send - * @param int|array $expect One or more expected integer success codes - * - * @return bool True on success - */ - protected function sendCommand($command, $commandstring, $expect) - { - if (!$this->connected()) { - $this->setError("Called $command without being connected"); - - return false; - } - //Reject line breaks in all commands - if ((strpos($commandstring, "\n") !== false) || (strpos($commandstring, "\r") !== false)) { - $this->setError("Command '$command' contained line breaks"); - - return false; - } - $this->client_send($commandstring . static::LE, $command); - - $this->last_reply = $this->get_lines(); - // Fetch SMTP code and possible error code explanation - $matches = []; - if (preg_match('/^([\d]{3})[ -](?:([\d]\\.[\d]\\.[\d]{1,2}) )?/', $this->last_reply, $matches)) { - $code = (int) $matches[1]; - $code_ex = (count($matches) > 2 ? $matches[2] : null); - // Cut off error code from each response line - $detail = preg_replace( - "/{$code}[ -]" . - ($code_ex ? str_replace('.', '\\.', $code_ex) . ' ' : '') . '/m', - '', - $this->last_reply - ); - } else { - // Fall back to simple parsing if regex fails - $code = (int) substr($this->last_reply, 0, 3); - $code_ex = null; - $detail = substr($this->last_reply, 4); - } - - $this->edebug('SERVER -> CLIENT: ' . $this->last_reply, self::DEBUG_SERVER); - - if (!in_array($code, (array) $expect, true)) { - $this->setError( - "$command command failed", - $detail, - $code, - $code_ex - ); - $this->edebug( - 'SMTP ERROR: ' . $this->error['error'] . ': ' . $this->last_reply, - self::DEBUG_CLIENT - ); - - return false; - } - - $this->setError(''); - - return true; - } - - /** - * Send an SMTP SAML command. - * Starts a mail transaction from the email address specified in $from. - * Returns true if successful or false otherwise. If True - * the mail transaction is started and then one or more recipient - * commands may be called followed by a data command. This command - * will send the message to the users terminal if they are logged - * in and send them an email. - * Implements RFC 821: SAML FROM: . - * - * @param string $from The address the message is from - * - * @return bool - */ - public function sendAndMail($from) - { - return $this->sendCommand('SAML', "SAML FROM:$from", 250); - } - - /** - * Send an SMTP VRFY command. - * - * @param string $name The name to verify - * - * @return bool - */ - public function verify($name) - { - return $this->sendCommand('VRFY', "VRFY $name", [250, 251]); - } - - /** - * Send an SMTP NOOP command. - * Used to keep keep-alives alive, doesn't actually do anything. - * - * @return bool - */ - public function noop() - { - return $this->sendCommand('NOOP', 'NOOP', 250); - } - - /** - * Send an SMTP TURN command. - * This is an optional command for SMTP that this class does not support. - * This method is here to make the RFC821 Definition complete for this class - * and _may_ be implemented in future. - * Implements from RFC 821: TURN . - * - * @return bool - */ - public function turn() - { - $this->setError('The SMTP TURN command is not implemented'); - $this->edebug('SMTP NOTICE: ' . $this->error['error'], self::DEBUG_CLIENT); - - return false; - } - - /** - * Send raw data to the server. - * - * @param string $data The data to send - * @param string $command Optionally, the command this is part of, used only for controlling debug output - * - * @return int|bool The number of bytes sent to the server or false on error - */ - public function client_send($data, $command = '') - { - //If SMTP transcripts are left enabled, or debug output is posted online - //it can leak credentials, so hide credentials in all but lowest level - if (self::DEBUG_LOWLEVEL > $this->do_debug && - in_array($command, ['User & Password', 'Username', 'Password'], true)) { - $this->edebug('CLIENT -> SERVER: [credentials hidden]', self::DEBUG_CLIENT); - } else { - $this->edebug('CLIENT -> SERVER: ' . $data, self::DEBUG_CLIENT); - } - set_error_handler([$this, 'errorHandler']); - $result = fwrite($this->smtp_conn, $data); - restore_error_handler(); - - return $result; - } - - /** - * Get the latest error. - * - * @return array - */ - public function getError() - { - return $this->error; - } - - /** - * Get SMTP extensions available on the server. - * - * @return array|null - */ - public function getServerExtList() - { - return $this->server_caps; - } - - /** - * Get metadata about the SMTP server from its HELO/EHLO response. - * The method works in three ways, dependent on argument value and current state: - * 1. HELO/EHLO has not been sent - returns null and populates $this->error. - * 2. HELO has been sent - - * $name == 'HELO': returns server name - * $name == 'EHLO': returns boolean false - * $name == any other string: returns null and populates $this->error - * 3. EHLO has been sent - - * $name == 'HELO'|'EHLO': returns the server name - * $name == any other string: if extension $name exists, returns True - * or its options (e.g. AUTH mechanisms supported). Otherwise returns False. - * - * @param string $name Name of SMTP extension or 'HELO'|'EHLO' - * - * @return string|bool|null - */ - public function getServerExt($name) - { - if (!$this->server_caps) { - $this->setError('No HELO/EHLO was sent'); - - return; - } - - if (!array_key_exists($name, $this->server_caps)) { - if ('HELO' === $name) { - return $this->server_caps['EHLO']; - } - if ('EHLO' === $name || array_key_exists('EHLO', $this->server_caps)) { - return false; - } - $this->setError('HELO handshake was used; No information about server extensions available'); - - return; - } - - return $this->server_caps[$name]; - } - - /** - * Get the last reply from the server. - * - * @return string - */ - public function getLastReply() - { - return $this->last_reply; - } - - /** - * Read the SMTP server's response. - * Either before eof or socket timeout occurs on the operation. - * With SMTP we can tell if we have more lines to read if the - * 4th character is '-' symbol. If it is a space then we don't - * need to read anything else. - * - * @return string - */ - protected function get_lines() - { - // If the connection is bad, give up straight away - if (!is_resource($this->smtp_conn)) { - return ''; - } - $data = ''; - $endtime = 0; - stream_set_timeout($this->smtp_conn, $this->Timeout); - if ($this->Timelimit > 0) { - $endtime = time() + $this->Timelimit; - } - $selR = [$this->smtp_conn]; - $selW = null; - while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) { - //Must pass vars in here as params are by reference - //solution for signals inspired by https://github.com/symfony/symfony/pull/6540 - set_error_handler([$this, 'errorHandler']); - $n = stream_select($selR, $selW, $selW, $this->Timelimit); - restore_error_handler(); - - if ($n === false) { - $message = $this->getError()['detail']; - - $this->edebug( - 'SMTP -> get_lines(): select failed (' . $message . ')', - self::DEBUG_LOWLEVEL - ); - - //stream_select returns false when the `select` system call is interrupted by an incoming signal, try the select again - if (stripos($message, 'interrupted system call') !== false) { - $this->edebug( - 'SMTP -> get_lines(): retrying stream_select', - self::DEBUG_LOWLEVEL - ); - $this->setError(''); - continue; - } - - break; - } - - if (!$n) { - $this->edebug( - 'SMTP -> get_lines(): select timed-out in (' . $this->Timelimit . ' sec)', - self::DEBUG_LOWLEVEL - ); - break; - } - - //Deliberate noise suppression - errors are handled afterwards - $str = @fgets($this->smtp_conn, self::MAX_REPLY_LENGTH); - $this->edebug('SMTP INBOUND: "' . trim($str) . '"', self::DEBUG_LOWLEVEL); - $data .= $str; - // If response is only 3 chars (not valid, but RFC5321 S4.2 says it must be handled), - // or 4th character is a space or a line break char, we are done reading, break the loop. - // String array access is a significant micro-optimisation over strlen - if (!isset($str[3]) || $str[3] === ' ' || $str[3] === "\r" || $str[3] === "\n") { - break; - } - // Timed-out? Log and break - $info = stream_get_meta_data($this->smtp_conn); - if ($info['timed_out']) { - $this->edebug( - 'SMTP -> get_lines(): stream timed-out (' . $this->Timeout . ' sec)', - self::DEBUG_LOWLEVEL - ); - break; - } - // Now check if reads took too long - if ($endtime && time() > $endtime) { - $this->edebug( - 'SMTP -> get_lines(): timelimit reached (' . - $this->Timelimit . ' sec)', - self::DEBUG_LOWLEVEL - ); - break; - } - } - - return $data; - } - - /** - * Enable or disable VERP address generation. - * - * @param bool $enabled - */ - public function setVerp($enabled = false) - { - $this->do_verp = $enabled; - } - - /** - * Get VERP address generation mode. - * - * @return bool - */ - public function getVerp() - { - return $this->do_verp; - } - - /** - * Set error messages and codes. - * - * @param string $message The error message - * @param string $detail Further detail on the error - * @param string $smtp_code An associated SMTP error code - * @param string $smtp_code_ex Extended SMTP code - */ - protected function setError($message, $detail = '', $smtp_code = '', $smtp_code_ex = '') - { - $this->error = [ - 'error' => $message, - 'detail' => $detail, - 'smtp_code' => $smtp_code, - 'smtp_code_ex' => $smtp_code_ex, - ]; - } - - /** - * Set debug output method. - * - * @param string|callable $method The name of the mechanism to use for debugging output, or a callable to handle it - */ - public function setDebugOutput($method = 'echo') - { - $this->Debugoutput = $method; - } - - /** - * Get debug output method. - * - * @return string - */ - public function getDebugOutput() - { - return $this->Debugoutput; - } - - /** - * Set debug output level. - * - * @param int $level - */ - public function setDebugLevel($level = 0) - { - $this->do_debug = $level; - } - - /** - * Get debug output level. - * - * @return int - */ - public function getDebugLevel() - { - return $this->do_debug; - } - - /** - * Set SMTP timeout. - * - * @param int $timeout The timeout duration in seconds - */ - public function setTimeout($timeout = 0) - { - $this->Timeout = $timeout; - } - - /** - * Get SMTP timeout. - * - * @return int - */ - public function getTimeout() - { - return $this->Timeout; - } - - /** - * Reports an error number and string. - * - * @param int $errno The error number returned by PHP - * @param string $errmsg The error message returned by PHP - * @param string $errfile The file the error occurred in - * @param int $errline The line number the error occurred on - */ - protected function errorHandler($errno, $errmsg, $errfile = '', $errline = 0) - { - $notice = 'Connection failed.'; - $this->setError( - $notice, - $errmsg, - (string) $errno - ); - $this->edebug( - "$notice Error #$errno: $errmsg [$errfile line $errline]", - self::DEBUG_CONNECTION - ); - } - - /** - * Extract and return the ID of the last SMTP transaction based on - * a list of patterns provided in SMTP::$smtp_transaction_id_patterns. - * Relies on the host providing the ID in response to a DATA command. - * If no reply has been received yet, it will return null. - * If no pattern was matched, it will return false. - * - * @return bool|string|null - */ - protected function recordLastTransactionID() - { - $reply = $this->getLastReply(); - - if (empty($reply)) { - $this->last_smtp_transaction_id = null; - } else { - $this->last_smtp_transaction_id = false; - foreach ($this->smtp_transaction_id_patterns as $smtp_transaction_id_pattern) { - $matches = []; - if (preg_match($smtp_transaction_id_pattern, $reply, $matches)) { - $this->last_smtp_transaction_id = trim($matches[1]); - break; - } - } - } - - return $this->last_smtp_transaction_id; - } - - /** - * Get the queue/transaction ID of the last SMTP transaction - * If no reply has been received yet, it will return null. - * If no pattern was matched, it will return false. - * - * @return bool|string|null - * - * @see recordLastTransactionID() - */ - public function getLastTransactionID() - { - return $this->last_smtp_transaction_id; - } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/Ctype.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/Ctype.php deleted file mode 100644 index 58414dc..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/Ctype.php +++ /dev/null @@ -1,227 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Ctype; - -/** - * Ctype implementation through regex. - * - * @internal - * - * @author Gert de Pagter - */ -final class Ctype -{ - /** - * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise. - * - * @see https://php.net/ctype-alnum - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_alnum($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is a letter, FALSE otherwise. - * - * @see https://php.net/ctype-alpha - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_alpha($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); - } - - /** - * Returns TRUE if every character in text is a control character from the current locale, FALSE otherwise. - * - * @see https://php.net/ctype-cntrl - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_cntrl($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); - } - - /** - * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise. - * - * @see https://php.net/ctype-digit - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_digit($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is printable and actually creates visible output (no white space), FALSE otherwise. - * - * @see https://php.net/ctype-graph - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_graph($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); - } - - /** - * Returns TRUE if every character in text is a lowercase letter. - * - * @see https://php.net/ctype-lower - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_lower($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); - } - - /** - * Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all. - * - * @see https://php.net/ctype-print - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_print($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); - } - - /** - * Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise. - * - * @see https://php.net/ctype-punct - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_punct($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); - } - - /** - * Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters. - * - * @see https://php.net/ctype-space - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_space($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); - } - - /** - * Returns TRUE if every character in text is an uppercase letter. - * - * @see https://php.net/ctype-upper - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_upper($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); - } - - /** - * Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise. - * - * @see https://php.net/ctype-xdigit - * - * @param string|int $text - * - * @return bool - */ - public static function ctype_xdigit($text) - { - $text = self::convert_int_to_char_for_ctype($text); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Fa-f0-9]/', $text); - } - - /** - * Converts integers to their char versions according to normal ctype behaviour, if needed. - * - * If an integer between -128 and 255 inclusive is provided, - * it is interpreted as the ASCII value of a single character - * (negative values have 256 added in order to allow characters in the Extended ASCII range). - * Any other integer is interpreted as a string containing the decimal digits of the integer. - * - * @param string|int $int - * - * @return mixed - */ - private static function convert_int_to_char_for_ctype($int) - { - if (!\is_int($int)) { - return $int; - } - - if ($int < -128 || $int > 255) { - return (string) $int; - } - - if ($int < 0) { - $int += 256; - } - - return \chr($int); - } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/LICENSE b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/LICENSE deleted file mode 100644 index 3f853aa..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2018-2019 Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/README.md b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/README.md deleted file mode 100644 index 8add1ab..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Symfony Polyfill / Ctype -======================== - -This component provides `ctype_*` functions to users who run php versions without the ctype extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap.php deleted file mode 100644 index d54524b..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap.php +++ /dev/null @@ -1,50 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('ctype_alnum')) { - function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit($text) { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph($text) { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower($text) { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print($text) { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct($text) { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space($text) { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper($text) { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap80.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap80.php deleted file mode 100644 index ab2f861..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/bootstrap80.php +++ /dev/null @@ -1,46 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (!function_exists('ctype_alnum')) { - function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit($text); } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/composer.json b/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/composer.json deleted file mode 100644 index 995978c..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-ctype/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "symfony/polyfill-ctype", - "type": "library", - "description": "Symfony polyfill for ctype functions", - "keywords": ["polyfill", "compatibility", "portable", "ctype"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.1" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/LICENSE b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/LICENSE deleted file mode 100644 index 4cd8bdd..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015-2019 Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Mbstring.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Mbstring.php deleted file mode 100644 index 8b3b758..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Mbstring.php +++ /dev/null @@ -1,869 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Mbstring; - -/** - * Partial mbstring implementation in PHP, iconv based, UTF-8 centric. - * - * Implemented: - * - mb_chr - Returns a specific character from its Unicode code point - * - mb_convert_encoding - Convert character encoding - * - mb_convert_variables - Convert character code in variable(s) - * - mb_decode_mimeheader - Decode string in MIME header field - * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED - * - mb_decode_numericentity - Decode HTML numeric string reference to character - * - mb_encode_numericentity - Encode character to HTML numeric string reference - * - mb_convert_case - Perform case folding on a string - * - mb_detect_encoding - Detect character encoding - * - mb_get_info - Get internal settings of mbstring - * - mb_http_input - Detect HTTP input character encoding - * - mb_http_output - Set/Get HTTP output character encoding - * - mb_internal_encoding - Set/Get internal character encoding - * - mb_list_encodings - Returns an array of all supported encodings - * - mb_ord - Returns the Unicode code point of a character - * - mb_output_handler - Callback function converts character encoding in output buffer - * - mb_scrub - Replaces ill-formed byte sequences with substitute characters - * - mb_strlen - Get string length - * - mb_strpos - Find position of first occurrence of string in a string - * - mb_strrpos - Find position of last occurrence of a string in a string - * - mb_str_split - Convert a string to an array - * - mb_strtolower - Make a string lowercase - * - mb_strtoupper - Make a string uppercase - * - mb_substitute_character - Set/Get substitution character - * - mb_substr - Get part of string - * - mb_stripos - Finds position of first occurrence of a string within another, case insensitive - * - mb_stristr - Finds first occurrence of a string within another, case insensitive - * - mb_strrchr - Finds the last occurrence of a character in a string within another - * - mb_strrichr - Finds the last occurrence of a character in a string within another, case insensitive - * - mb_strripos - Finds position of last occurrence of a string within another, case insensitive - * - mb_strstr - Finds first occurrence of a string within another - * - mb_strwidth - Return width of string - * - mb_substr_count - Count the number of substring occurrences - * - * Not implemented: - * - mb_convert_kana - Convert "kana" one from another ("zen-kaku", "han-kaku" and more) - * - mb_ereg_* - Regular expression with multibyte support - * - mb_parse_str - Parse GET/POST/COOKIE data and set global variable - * - mb_preferred_mime_name - Get MIME charset string - * - mb_regex_encoding - Returns current encoding for multibyte regex as string - * - mb_regex_set_options - Set/Get the default options for mbregex functions - * - mb_send_mail - Send encoded mail - * - mb_split - Split multibyte string using regular expression - * - mb_strcut - Get part of string - * - mb_strimwidth - Get truncated string with specified width - * - * @author Nicolas Grekas - * - * @internal - */ -final class Mbstring -{ - public const MB_CASE_FOLD = \PHP_INT_MAX; - - private static $encodingList = ['ASCII', 'UTF-8']; - private static $language = 'neutral'; - private static $internalEncoding = 'UTF-8'; - private static $caseFold = [ - ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"], - ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'], - ]; - - public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) - { - if (\is_array($fromEncoding) || false !== strpos($fromEncoding, ',')) { - $fromEncoding = self::mb_detect_encoding($s, $fromEncoding); - } else { - $fromEncoding = self::getEncoding($fromEncoding); - } - - $toEncoding = self::getEncoding($toEncoding); - - if ('BASE64' === $fromEncoding) { - $s = base64_decode($s); - $fromEncoding = $toEncoding; - } - - if ('BASE64' === $toEncoding) { - return base64_encode($s); - } - - if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) { - if ('HTML-ENTITIES' === $fromEncoding || 'HTML' === $fromEncoding) { - $fromEncoding = 'Windows-1252'; - } - if ('UTF-8' !== $fromEncoding) { - $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s); - } - - return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s); - } - - if ('HTML-ENTITIES' === $fromEncoding) { - $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8'); - $fromEncoding = 'UTF-8'; - } - - return iconv($fromEncoding, $toEncoding.'//IGNORE', $s); - } - - public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) - { - $ok = true; - array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) { - if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) { - $ok = false; - } - }); - - return $ok ? $fromEncoding : false; - } - - public static function mb_decode_mimeheader($s) - { - return iconv_mime_decode($s, 2, self::$internalEncoding); - } - - public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) - { - trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING); - } - - public static function mb_decode_numericentity($s, $convmap, $encoding = null) - { - if (null !== $s && !is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !is_scalar($encoding)) { - trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return ''; // Instead of null (cf. mb_encode_numericentity). - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $cnt = floor(\count($convmap) / 4) * 4; - - for ($i = 0; $i < $cnt; $i += 4) { - // collector_decode_htmlnumericentity ignores $convmap[$i + 3] - $convmap[$i] += $convmap[$i + 2]; - $convmap[$i + 1] += $convmap[$i + 2]; - } - - $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) { - $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; - for ($i = 0; $i < $cnt; $i += 4) { - if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) { - return self::mb_chr($c - $convmap[$i + 2]); - } - } - - return $m[0]; - }, $s); - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) - { - if (null !== $s && !is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !is_scalar($encoding)) { - trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; // Instead of '' (cf. mb_decode_numericentity). - } - - if (null !== $is_hex && !is_scalar($is_hex)) { - trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $cnt = floor(\count($convmap) / 4) * 4; - $i = 0; - $len = \strlen($s); - $result = ''; - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - $c = self::mb_ord($uchr); - - for ($j = 0; $j < $cnt; $j += 4) { - if ($c >= $convmap[$j] && $c <= $convmap[$j + 1]) { - $cOffset = ($c + $convmap[$j + 2]) & $convmap[$j + 3]; - $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';'; - continue 2; - } - } - $result .= $uchr; - } - - if (null === $encoding) { - return $result; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $result); - } - - public static function mb_convert_case($s, $mode, $encoding = null) - { - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - if (\MB_CASE_TITLE == $mode) { - static $titleRegexp = null; - if (null === $titleRegexp) { - $titleRegexp = self::getData('titleCaseRegexp'); - } - $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s); - } else { - if (\MB_CASE_UPPER == $mode) { - static $upper = null; - if (null === $upper) { - $upper = self::getData('upperCase'); - } - $map = $upper; - } else { - if (self::MB_CASE_FOLD === $mode) { - $s = str_replace(self::$caseFold[0], self::$caseFold[1], $s); - } - - static $lower = null; - if (null === $lower) { - $lower = self::getData('lowerCase'); - } - $map = $lower; - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $i = 0; - $len = \strlen($s); - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - - if (isset($map[$uchr])) { - $uchr = $map[$uchr]; - $nlen = \strlen($uchr); - - if ($nlen == $ulen) { - $nlen = $i; - do { - $s[--$nlen] = $uchr[--$ulen]; - } while ($ulen); - } else { - $s = substr_replace($s, $uchr, $i - $ulen, $ulen); - $len += $nlen - $ulen; - $i += $nlen - $ulen; - } - } - } - } - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_internal_encoding($encoding = null) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - $normalizedEncoding = self::getEncoding($encoding); - - if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) { - self::$internalEncoding = $normalizedEncoding; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding)); - } - - public static function mb_language($lang = null) - { - if (null === $lang) { - return self::$language; - } - - switch ($normalizedLang = strtolower($lang)) { - case 'uni': - case 'neutral': - self::$language = $normalizedLang; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang)); - } - - public static function mb_list_encodings() - { - return ['UTF-8']; - } - - public static function mb_encoding_aliases($encoding) - { - switch (strtoupper($encoding)) { - case 'UTF8': - case 'UTF-8': - return ['utf8']; - } - - return false; - } - - public static function mb_check_encoding($var = null, $encoding = null) - { - if (null === $encoding) { - if (null === $var) { - return false; - } - $encoding = self::$internalEncoding; - } - - return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var); - } - - public static function mb_detect_encoding($str, $encodingList = null, $strict = false) - { - if (null === $encodingList) { - $encodingList = self::$encodingList; - } else { - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - } - - foreach ($encodingList as $enc) { - switch ($enc) { - case 'ASCII': - if (!preg_match('/[\x80-\xFF]/', $str)) { - return $enc; - } - break; - - case 'UTF8': - case 'UTF-8': - if (preg_match('//u', $str)) { - return 'UTF-8'; - } - break; - - default: - if (0 === strncmp($enc, 'ISO-8859-', 9)) { - return $enc; - } - } - } - - return false; - } - - public static function mb_detect_order($encodingList = null) - { - if (null === $encodingList) { - return self::$encodingList; - } - - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - - foreach ($encodingList as $enc) { - switch ($enc) { - default: - if (strncmp($enc, 'ISO-8859-', 9)) { - return false; - } - // no break - case 'ASCII': - case 'UTF8': - case 'UTF-8': - } - } - - self::$encodingList = $encodingList; - - return true; - } - - public static function mb_strlen($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return \strlen($s); - } - - return @iconv_strlen($s, $encoding); - } - - public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strpos($haystack, $needle, $offset); - } - - $needle = (string) $needle; - if ('' === $needle) { - if (80000 > \PHP_VERSION_ID) { - trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING); - - return false; - } - - return 0; - } - - return iconv_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strrpos($haystack, $needle, $offset); - } - - if ($offset != (int) $offset) { - $offset = 0; - } elseif ($offset = (int) $offset) { - if ($offset < 0) { - if (0 > $offset += self::mb_strlen($needle)) { - $haystack = self::mb_substr($haystack, 0, $offset, $encoding); - } - $offset = 0; - } else { - $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); - } - } - - $pos = '' !== $needle || 80000 > \PHP_VERSION_ID - ? iconv_strrpos($haystack, $needle, $encoding) - : self::mb_strlen($haystack, $encoding); - - return false !== $pos ? $offset + $pos : false; - } - - public static function mb_str_split($string, $split_length = 1, $encoding = null) - { - if (null !== $string && !is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { - trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING); - - return null; - } - - if (1 > $split_length = (int) $split_length) { - if (80000 > \PHP_VERSION_ID) { - trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING); - return false; - } - - throw new \ValueError('Argument #2 ($length) must be greater than 0'); - } - - if (null === $encoding) { - $encoding = mb_internal_encoding(); - } - - if ('UTF-8' === $encoding = self::getEncoding($encoding)) { - $rx = '/('; - while (65535 < $split_length) { - $rx .= '.{65535}'; - $split_length -= 65535; - } - $rx .= '.{'.$split_length.'})/us'; - - return preg_split($rx, $string, null, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY); - } - - $result = []; - $length = mb_strlen($string, $encoding); - - for ($i = 0; $i < $length; $i += $split_length) { - $result[] = mb_substr($string, $i, $split_length, $encoding); - } - - return $result; - } - - public static function mb_strtolower($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding); - } - - public static function mb_strtoupper($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding); - } - - public static function mb_substitute_character($c = null) - { - if (null === $c) { - return 'none'; - } - if (0 === strcasecmp($c, 'none')) { - return true; - } - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint'); - } - - public static function mb_substr($s, $start, $length = null, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return (string) substr($s, $start, null === $length ? 2147483647 : $length); - } - - if ($start < 0) { - $start = iconv_strlen($s, $encoding) + $start; - if ($start < 0) { - $start = 0; - } - } - - if (null === $length) { - $length = 2147483647; - } elseif ($length < 0) { - $length = iconv_strlen($s, $encoding) + $length - $start; - if ($length < 0) { - return ''; - } - } - - return (string) iconv_substr($s, $start, $length, $encoding); - } - - public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) - { - $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); - $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding); - - return self::mb_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) - { - $pos = self::mb_stripos($haystack, $needle, 0, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - $pos = strrpos($haystack, $needle); - } else { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = iconv_strrpos($haystack, $needle, $encoding); - } - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) - { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = self::mb_strripos($haystack, $needle, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) - { - $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); - $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding); - - return self::mb_strrpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) - { - $pos = strpos($haystack, $needle); - if (false === $pos) { - return false; - } - if ($part) { - return substr($haystack, 0, $pos); - } - - return substr($haystack, $pos); - } - - public static function mb_get_info($type = 'all') - { - $info = [ - 'internal_encoding' => self::$internalEncoding, - 'http_output' => 'pass', - 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)', - 'func_overload' => 0, - 'func_overload_list' => 'no overload', - 'mail_charset' => 'UTF-8', - 'mail_header_encoding' => 'BASE64', - 'mail_body_encoding' => 'BASE64', - 'illegal_chars' => 0, - 'encoding_translation' => 'Off', - 'language' => self::$language, - 'detect_order' => self::$encodingList, - 'substitute_character' => 'none', - 'strict_detection' => 'Off', - ]; - - if ('all' === $type) { - return $info; - } - if (isset($info[$type])) { - return $info[$type]; - } - - return false; - } - - public static function mb_http_input($type = '') - { - return false; - } - - public static function mb_http_output($encoding = null) - { - return null !== $encoding ? 'pass' === $encoding : 'pass'; - } - - public static function mb_strwidth($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - - if ('UTF-8' !== $encoding) { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide); - - return ($wide << 1) + iconv_strlen($s, 'UTF-8'); - } - - public static function mb_substr_count($haystack, $needle, $encoding = null) - { - return substr_count($haystack, $needle); - } - - public static function mb_output_handler($contents, $status) - { - return $contents; - } - - public static function mb_chr($code, $encoding = null) - { - if (0x80 > $code %= 0x200000) { - $s = \chr($code); - } elseif (0x800 > $code) { - $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F); - } elseif (0x10000 > $code) { - $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } else { - $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } - - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, $encoding, 'UTF-8'); - } - - return $s; - } - - public static function mb_ord($s, $encoding = null) - { - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, 'UTF-8', $encoding); - } - - if (1 === \strlen($s)) { - return \ord($s); - } - - $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0; - if (0xF0 <= $code) { - return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80; - } - if (0xE0 <= $code) { - return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80; - } - if (0xC0 <= $code) { - return (($code - 0xC0) << 6) + $s[2] - 0x80; - } - - return $code; - } - - private static function getSubpart($pos, $part, $haystack, $encoding) - { - if (false === $pos) { - return false; - } - if ($part) { - return self::mb_substr($haystack, 0, $pos, $encoding); - } - - return self::mb_substr($haystack, $pos, null, $encoding); - } - - private static function html_encoding_callback(array $m) - { - $i = 1; - $entities = ''; - $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); - - while (isset($m[$i])) { - if (0x80 > $m[$i]) { - $entities .= \chr($m[$i++]); - continue; - } - if (0xF0 <= $m[$i]) { - $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } elseif (0xE0 <= $m[$i]) { - $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } else { - $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80; - } - - $entities .= '&#'.$c.';'; - } - - return $entities; - } - - private static function title_case(array $s) - { - return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8'); - } - - private static function getData($file) - { - if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) { - return require $file; - } - - return false; - } - - private static function getEncoding($encoding) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - if ('UTF-8' === $encoding) { - return 'UTF-8'; - } - - $encoding = strtoupper($encoding); - - if ('8BIT' === $encoding || 'BINARY' === $encoding) { - return 'CP850'; - } - - if ('UTF8' === $encoding) { - return 'UTF-8'; - } - - return $encoding; - } -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/README.md b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/README.md deleted file mode 100644 index 4efb599..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Symfony Polyfill / Mbstring -=========================== - -This component provides a partial, native PHP implementation for the -[Mbstring](https://php.net/mbstring) extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php deleted file mode 100644 index a22eca5..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +++ /dev/null @@ -1,1397 +0,0 @@ - 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - 'À' => 'à', - 'Á' => 'á', - 'Â' => 'â', - 'Ã' => 'ã', - 'Ä' => 'ä', - 'Å' => 'å', - 'Æ' => 'æ', - 'Ç' => 'ç', - 'È' => 'è', - 'É' => 'é', - 'Ê' => 'ê', - 'Ë' => 'ë', - 'Ì' => 'ì', - 'Í' => 'í', - 'Î' => 'î', - 'Ï' => 'ï', - 'Ð' => 'ð', - 'Ñ' => 'ñ', - 'Ò' => 'ò', - 'Ó' => 'ó', - 'Ô' => 'ô', - 'Õ' => 'õ', - 'Ö' => 'ö', - 'Ø' => 'ø', - 'Ù' => 'ù', - 'Ú' => 'ú', - 'Û' => 'û', - 'Ü' => 'ü', - 'Ý' => 'ý', - 'Þ' => 'þ', - 'Ā' => 'ā', - 'Ă' => 'ă', - 'Ą' => 'ą', - 'Ć' => 'ć', - 'Ĉ' => 'ĉ', - 'Ċ' => 'ċ', - 'Č' => 'č', - 'Ď' => 'ď', - 'Đ' => 'đ', - 'Ē' => 'ē', - 'Ĕ' => 'ĕ', - 'Ė' => 'ė', - 'Ę' => 'ę', - 'Ě' => 'ě', - 'Ĝ' => 'ĝ', - 'Ğ' => 'ğ', - 'Ġ' => 'ġ', - 'Ģ' => 'ģ', - 'Ĥ' => 'ĥ', - 'Ħ' => 'ħ', - 'Ĩ' => 'ĩ', - 'Ī' => 'ī', - 'Ĭ' => 'ĭ', - 'Į' => 'į', - 'İ' => 'i', - 'IJ' => 'ij', - 'Ĵ' => 'ĵ', - 'Ķ' => 'ķ', - 'Ĺ' => 'ĺ', - 'Ļ' => 'ļ', - 'Ľ' => 'ľ', - 'Ŀ' => 'ŀ', - 'Ł' => 'ł', - 'Ń' => 'ń', - 'Ņ' => 'ņ', - 'Ň' => 'ň', - 'Ŋ' => 'ŋ', - 'Ō' => 'ō', - 'Ŏ' => 'ŏ', - 'Ő' => 'ő', - 'Œ' => 'œ', - 'Ŕ' => 'ŕ', - 'Ŗ' => 'ŗ', - 'Ř' => 'ř', - 'Ś' => 'ś', - 'Ŝ' => 'ŝ', - 'Ş' => 'ş', - 'Š' => 'š', - 'Ţ' => 'ţ', - 'Ť' => 'ť', - 'Ŧ' => 'ŧ', - 'Ũ' => 'ũ', - 'Ū' => 'ū', - 'Ŭ' => 'ŭ', - 'Ů' => 'ů', - 'Ű' => 'ű', - 'Ų' => 'ų', - 'Ŵ' => 'ŵ', - 'Ŷ' => 'ŷ', - 'Ÿ' => 'ÿ', - 'Ź' => 'ź', - 'Ż' => 'ż', - 'Ž' => 'ž', - 'Ɓ' => 'ɓ', - 'Ƃ' => 'ƃ', - 'Ƅ' => 'ƅ', - 'Ɔ' => 'ɔ', - 'Ƈ' => 'ƈ', - 'Ɖ' => 'ɖ', - 'Ɗ' => 'ɗ', - 'Ƌ' => 'ƌ', - 'Ǝ' => 'ǝ', - 'Ə' => 'ə', - 'Ɛ' => 'ɛ', - 'Ƒ' => 'ƒ', - 'Ɠ' => 'ɠ', - 'Ɣ' => 'ɣ', - 'Ɩ' => 'ɩ', - 'Ɨ' => 'ɨ', - 'Ƙ' => 'ƙ', - 'Ɯ' => 'ɯ', - 'Ɲ' => 'ɲ', - 'Ɵ' => 'ɵ', - 'Ơ' => 'ơ', - 'Ƣ' => 'ƣ', - 'Ƥ' => 'ƥ', - 'Ʀ' => 'ʀ', - 'Ƨ' => 'ƨ', - 'Ʃ' => 'ʃ', - 'Ƭ' => 'ƭ', - 'Ʈ' => 'ʈ', - 'Ư' => 'ư', - 'Ʊ' => 'ʊ', - 'Ʋ' => 'ʋ', - 'Ƴ' => 'ƴ', - 'Ƶ' => 'ƶ', - 'Ʒ' => 'ʒ', - 'Ƹ' => 'ƹ', - 'Ƽ' => 'ƽ', - 'DŽ' => 'dž', - 'Dž' => 'dž', - 'LJ' => 'lj', - 'Lj' => 'lj', - 'NJ' => 'nj', - 'Nj' => 'nj', - 'Ǎ' => 'ǎ', - 'Ǐ' => 'ǐ', - 'Ǒ' => 'ǒ', - 'Ǔ' => 'ǔ', - 'Ǖ' => 'ǖ', - 'Ǘ' => 'ǘ', - 'Ǚ' => 'ǚ', - 'Ǜ' => 'ǜ', - 'Ǟ' => 'ǟ', - 'Ǡ' => 'ǡ', - 'Ǣ' => 'ǣ', - 'Ǥ' => 'ǥ', - 'Ǧ' => 'ǧ', - 'Ǩ' => 'ǩ', - 'Ǫ' => 'ǫ', - 'Ǭ' => 'ǭ', - 'Ǯ' => 'ǯ', - 'DZ' => 'dz', - 'Dz' => 'dz', - 'Ǵ' => 'ǵ', - 'Ƕ' => 'ƕ', - 'Ƿ' => 'ƿ', - 'Ǹ' => 'ǹ', - 'Ǻ' => 'ǻ', - 'Ǽ' => 'ǽ', - 'Ǿ' => 'ǿ', - 'Ȁ' => 'ȁ', - 'Ȃ' => 'ȃ', - 'Ȅ' => 'ȅ', - 'Ȇ' => 'ȇ', - 'Ȉ' => 'ȉ', - 'Ȋ' => 'ȋ', - 'Ȍ' => 'ȍ', - 'Ȏ' => 'ȏ', - 'Ȑ' => 'ȑ', - 'Ȓ' => 'ȓ', - 'Ȕ' => 'ȕ', - 'Ȗ' => 'ȗ', - 'Ș' => 'ș', - 'Ț' => 'ț', - 'Ȝ' => 'ȝ', - 'Ȟ' => 'ȟ', - 'Ƞ' => 'ƞ', - 'Ȣ' => 'ȣ', - 'Ȥ' => 'ȥ', - 'Ȧ' => 'ȧ', - 'Ȩ' => 'ȩ', - 'Ȫ' => 'ȫ', - 'Ȭ' => 'ȭ', - 'Ȯ' => 'ȯ', - 'Ȱ' => 'ȱ', - 'Ȳ' => 'ȳ', - 'Ⱥ' => 'ⱥ', - 'Ȼ' => 'ȼ', - 'Ƚ' => 'ƚ', - 'Ⱦ' => 'ⱦ', - 'Ɂ' => 'ɂ', - 'Ƀ' => 'ƀ', - 'Ʉ' => 'ʉ', - 'Ʌ' => 'ʌ', - 'Ɇ' => 'ɇ', - 'Ɉ' => 'ɉ', - 'Ɋ' => 'ɋ', - 'Ɍ' => 'ɍ', - 'Ɏ' => 'ɏ', - 'Ͱ' => 'ͱ', - 'Ͳ' => 'ͳ', - 'Ͷ' => 'ͷ', - 'Ϳ' => 'ϳ', - 'Ά' => 'ά', - 'Έ' => 'έ', - 'Ή' => 'ή', - 'Ί' => 'ί', - 'Ό' => 'ό', - 'Ύ' => 'ύ', - 'Ώ' => 'ώ', - 'Α' => 'α', - 'Β' => 'β', - 'Γ' => 'γ', - 'Δ' => 'δ', - 'Ε' => 'ε', - 'Ζ' => 'ζ', - 'Η' => 'η', - 'Θ' => 'θ', - 'Ι' => 'ι', - 'Κ' => 'κ', - 'Λ' => 'λ', - 'Μ' => 'μ', - 'Ν' => 'ν', - 'Ξ' => 'ξ', - 'Ο' => 'ο', - 'Π' => 'π', - 'Ρ' => 'ρ', - 'Σ' => 'σ', - 'Τ' => 'τ', - 'Υ' => 'υ', - 'Φ' => 'φ', - 'Χ' => 'χ', - 'Ψ' => 'ψ', - 'Ω' => 'ω', - 'Ϊ' => 'ϊ', - 'Ϋ' => 'ϋ', - 'Ϗ' => 'ϗ', - 'Ϙ' => 'ϙ', - 'Ϛ' => 'ϛ', - 'Ϝ' => 'ϝ', - 'Ϟ' => 'ϟ', - 'Ϡ' => 'ϡ', - 'Ϣ' => 'ϣ', - 'Ϥ' => 'ϥ', - 'Ϧ' => 'ϧ', - 'Ϩ' => 'ϩ', - 'Ϫ' => 'ϫ', - 'Ϭ' => 'ϭ', - 'Ϯ' => 'ϯ', - 'ϴ' => 'θ', - 'Ϸ' => 'ϸ', - 'Ϲ' => 'ϲ', - 'Ϻ' => 'ϻ', - 'Ͻ' => 'ͻ', - 'Ͼ' => 'ͼ', - 'Ͽ' => 'ͽ', - 'Ѐ' => 'ѐ', - 'Ё' => 'ё', - 'Ђ' => 'ђ', - 'Ѓ' => 'ѓ', - 'Є' => 'є', - 'Ѕ' => 'ѕ', - 'І' => 'і', - 'Ї' => 'ї', - 'Ј' => 'ј', - 'Љ' => 'љ', - 'Њ' => 'њ', - 'Ћ' => 'ћ', - 'Ќ' => 'ќ', - 'Ѝ' => 'ѝ', - 'Ў' => 'ў', - 'Џ' => 'џ', - 'А' => 'а', - 'Б' => 'б', - 'В' => 'в', - 'Г' => 'г', - 'Д' => 'д', - 'Е' => 'е', - 'Ж' => 'ж', - 'З' => 'з', - 'И' => 'и', - 'Й' => 'й', - 'К' => 'к', - 'Л' => 'л', - 'М' => 'м', - 'Н' => 'н', - 'О' => 'о', - 'П' => 'п', - 'Р' => 'р', - 'С' => 'с', - 'Т' => 'т', - 'У' => 'у', - 'Ф' => 'ф', - 'Х' => 'х', - 'Ц' => 'ц', - 'Ч' => 'ч', - 'Ш' => 'ш', - 'Щ' => 'щ', - 'Ъ' => 'ъ', - 'Ы' => 'ы', - 'Ь' => 'ь', - 'Э' => 'э', - 'Ю' => 'ю', - 'Я' => 'я', - 'Ѡ' => 'ѡ', - 'Ѣ' => 'ѣ', - 'Ѥ' => 'ѥ', - 'Ѧ' => 'ѧ', - 'Ѩ' => 'ѩ', - 'Ѫ' => 'ѫ', - 'Ѭ' => 'ѭ', - 'Ѯ' => 'ѯ', - 'Ѱ' => 'ѱ', - 'Ѳ' => 'ѳ', - 'Ѵ' => 'ѵ', - 'Ѷ' => 'ѷ', - 'Ѹ' => 'ѹ', - 'Ѻ' => 'ѻ', - 'Ѽ' => 'ѽ', - 'Ѿ' => 'ѿ', - 'Ҁ' => 'ҁ', - 'Ҋ' => 'ҋ', - 'Ҍ' => 'ҍ', - 'Ҏ' => 'ҏ', - 'Ґ' => 'ґ', - 'Ғ' => 'ғ', - 'Ҕ' => 'ҕ', - 'Җ' => 'җ', - 'Ҙ' => 'ҙ', - 'Қ' => 'қ', - 'Ҝ' => 'ҝ', - 'Ҟ' => 'ҟ', - 'Ҡ' => 'ҡ', - 'Ң' => 'ң', - 'Ҥ' => 'ҥ', - 'Ҧ' => 'ҧ', - 'Ҩ' => 'ҩ', - 'Ҫ' => 'ҫ', - 'Ҭ' => 'ҭ', - 'Ү' => 'ү', - 'Ұ' => 'ұ', - 'Ҳ' => 'ҳ', - 'Ҵ' => 'ҵ', - 'Ҷ' => 'ҷ', - 'Ҹ' => 'ҹ', - 'Һ' => 'һ', - 'Ҽ' => 'ҽ', - 'Ҿ' => 'ҿ', - 'Ӏ' => 'ӏ', - 'Ӂ' => 'ӂ', - 'Ӄ' => 'ӄ', - 'Ӆ' => 'ӆ', - 'Ӈ' => 'ӈ', - 'Ӊ' => 'ӊ', - 'Ӌ' => 'ӌ', - 'Ӎ' => 'ӎ', - 'Ӑ' => 'ӑ', - 'Ӓ' => 'ӓ', - 'Ӕ' => 'ӕ', - 'Ӗ' => 'ӗ', - 'Ә' => 'ә', - 'Ӛ' => 'ӛ', - 'Ӝ' => 'ӝ', - 'Ӟ' => 'ӟ', - 'Ӡ' => 'ӡ', - 'Ӣ' => 'ӣ', - 'Ӥ' => 'ӥ', - 'Ӧ' => 'ӧ', - 'Ө' => 'ө', - 'Ӫ' => 'ӫ', - 'Ӭ' => 'ӭ', - 'Ӯ' => 'ӯ', - 'Ӱ' => 'ӱ', - 'Ӳ' => 'ӳ', - 'Ӵ' => 'ӵ', - 'Ӷ' => 'ӷ', - 'Ӹ' => 'ӹ', - 'Ӻ' => 'ӻ', - 'Ӽ' => 'ӽ', - 'Ӿ' => 'ӿ', - 'Ԁ' => 'ԁ', - 'Ԃ' => 'ԃ', - 'Ԅ' => 'ԅ', - 'Ԇ' => 'ԇ', - 'Ԉ' => 'ԉ', - 'Ԋ' => 'ԋ', - 'Ԍ' => 'ԍ', - 'Ԏ' => 'ԏ', - 'Ԑ' => 'ԑ', - 'Ԓ' => 'ԓ', - 'Ԕ' => 'ԕ', - 'Ԗ' => 'ԗ', - 'Ԙ' => 'ԙ', - 'Ԛ' => 'ԛ', - 'Ԝ' => 'ԝ', - 'Ԟ' => 'ԟ', - 'Ԡ' => 'ԡ', - 'Ԣ' => 'ԣ', - 'Ԥ' => 'ԥ', - 'Ԧ' => 'ԧ', - 'Ԩ' => 'ԩ', - 'Ԫ' => 'ԫ', - 'Ԭ' => 'ԭ', - 'Ԯ' => 'ԯ', - 'Ա' => 'ա', - 'Բ' => 'բ', - 'Գ' => 'գ', - 'Դ' => 'դ', - 'Ե' => 'ե', - 'Զ' => 'զ', - 'Է' => 'է', - 'Ը' => 'ը', - 'Թ' => 'թ', - 'Ժ' => 'ժ', - 'Ի' => 'ի', - 'Լ' => 'լ', - 'Խ' => 'խ', - 'Ծ' => 'ծ', - 'Կ' => 'կ', - 'Հ' => 'հ', - 'Ձ' => 'ձ', - 'Ղ' => 'ղ', - 'Ճ' => 'ճ', - 'Մ' => 'մ', - 'Յ' => 'յ', - 'Ն' => 'ն', - 'Շ' => 'շ', - 'Ո' => 'ո', - 'Չ' => 'չ', - 'Պ' => 'պ', - 'Ջ' => 'ջ', - 'Ռ' => 'ռ', - 'Ս' => 'ս', - 'Վ' => 'վ', - 'Տ' => 'տ', - 'Ր' => 'ր', - 'Ց' => 'ց', - 'Ւ' => 'ւ', - 'Փ' => 'փ', - 'Ք' => 'ք', - 'Օ' => 'օ', - 'Ֆ' => 'ֆ', - 'Ⴀ' => 'ⴀ', - 'Ⴁ' => 'ⴁ', - 'Ⴂ' => 'ⴂ', - 'Ⴃ' => 'ⴃ', - 'Ⴄ' => 'ⴄ', - 'Ⴅ' => 'ⴅ', - 'Ⴆ' => 'ⴆ', - 'Ⴇ' => 'ⴇ', - 'Ⴈ' => 'ⴈ', - 'Ⴉ' => 'ⴉ', - 'Ⴊ' => 'ⴊ', - 'Ⴋ' => 'ⴋ', - 'Ⴌ' => 'ⴌ', - 'Ⴍ' => 'ⴍ', - 'Ⴎ' => 'ⴎ', - 'Ⴏ' => 'ⴏ', - 'Ⴐ' => 'ⴐ', - 'Ⴑ' => 'ⴑ', - 'Ⴒ' => 'ⴒ', - 'Ⴓ' => 'ⴓ', - 'Ⴔ' => 'ⴔ', - 'Ⴕ' => 'ⴕ', - 'Ⴖ' => 'ⴖ', - 'Ⴗ' => 'ⴗ', - 'Ⴘ' => 'ⴘ', - 'Ⴙ' => 'ⴙ', - 'Ⴚ' => 'ⴚ', - 'Ⴛ' => 'ⴛ', - 'Ⴜ' => 'ⴜ', - 'Ⴝ' => 'ⴝ', - 'Ⴞ' => 'ⴞ', - 'Ⴟ' => 'ⴟ', - 'Ⴠ' => 'ⴠ', - 'Ⴡ' => 'ⴡ', - 'Ⴢ' => 'ⴢ', - 'Ⴣ' => 'ⴣ', - 'Ⴤ' => 'ⴤ', - 'Ⴥ' => 'ⴥ', - 'Ⴧ' => 'ⴧ', - 'Ⴭ' => 'ⴭ', - 'Ꭰ' => 'ꭰ', - 'Ꭱ' => 'ꭱ', - 'Ꭲ' => 'ꭲ', - 'Ꭳ' => 'ꭳ', - 'Ꭴ' => 'ꭴ', - 'Ꭵ' => 'ꭵ', - 'Ꭶ' => 'ꭶ', - 'Ꭷ' => 'ꭷ', - 'Ꭸ' => 'ꭸ', - 'Ꭹ' => 'ꭹ', - 'Ꭺ' => 'ꭺ', - 'Ꭻ' => 'ꭻ', - 'Ꭼ' => 'ꭼ', - 'Ꭽ' => 'ꭽ', - 'Ꭾ' => 'ꭾ', - 'Ꭿ' => 'ꭿ', - 'Ꮀ' => 'ꮀ', - 'Ꮁ' => 'ꮁ', - 'Ꮂ' => 'ꮂ', - 'Ꮃ' => 'ꮃ', - 'Ꮄ' => 'ꮄ', - 'Ꮅ' => 'ꮅ', - 'Ꮆ' => 'ꮆ', - 'Ꮇ' => 'ꮇ', - 'Ꮈ' => 'ꮈ', - 'Ꮉ' => 'ꮉ', - 'Ꮊ' => 'ꮊ', - 'Ꮋ' => 'ꮋ', - 'Ꮌ' => 'ꮌ', - 'Ꮍ' => 'ꮍ', - 'Ꮎ' => 'ꮎ', - 'Ꮏ' => 'ꮏ', - 'Ꮐ' => 'ꮐ', - 'Ꮑ' => 'ꮑ', - 'Ꮒ' => 'ꮒ', - 'Ꮓ' => 'ꮓ', - 'Ꮔ' => 'ꮔ', - 'Ꮕ' => 'ꮕ', - 'Ꮖ' => 'ꮖ', - 'Ꮗ' => 'ꮗ', - 'Ꮘ' => 'ꮘ', - 'Ꮙ' => 'ꮙ', - 'Ꮚ' => 'ꮚ', - 'Ꮛ' => 'ꮛ', - 'Ꮜ' => 'ꮜ', - 'Ꮝ' => 'ꮝ', - 'Ꮞ' => 'ꮞ', - 'Ꮟ' => 'ꮟ', - 'Ꮠ' => 'ꮠ', - 'Ꮡ' => 'ꮡ', - 'Ꮢ' => 'ꮢ', - 'Ꮣ' => 'ꮣ', - 'Ꮤ' => 'ꮤ', - 'Ꮥ' => 'ꮥ', - 'Ꮦ' => 'ꮦ', - 'Ꮧ' => 'ꮧ', - 'Ꮨ' => 'ꮨ', - 'Ꮩ' => 'ꮩ', - 'Ꮪ' => 'ꮪ', - 'Ꮫ' => 'ꮫ', - 'Ꮬ' => 'ꮬ', - 'Ꮭ' => 'ꮭ', - 'Ꮮ' => 'ꮮ', - 'Ꮯ' => 'ꮯ', - 'Ꮰ' => 'ꮰ', - 'Ꮱ' => 'ꮱ', - 'Ꮲ' => 'ꮲ', - 'Ꮳ' => 'ꮳ', - 'Ꮴ' => 'ꮴ', - 'Ꮵ' => 'ꮵ', - 'Ꮶ' => 'ꮶ', - 'Ꮷ' => 'ꮷ', - 'Ꮸ' => 'ꮸ', - 'Ꮹ' => 'ꮹ', - 'Ꮺ' => 'ꮺ', - 'Ꮻ' => 'ꮻ', - 'Ꮼ' => 'ꮼ', - 'Ꮽ' => 'ꮽ', - 'Ꮾ' => 'ꮾ', - 'Ꮿ' => 'ꮿ', - 'Ᏸ' => 'ᏸ', - 'Ᏹ' => 'ᏹ', - 'Ᏺ' => 'ᏺ', - 'Ᏻ' => 'ᏻ', - 'Ᏼ' => 'ᏼ', - 'Ᏽ' => 'ᏽ', - 'Ა' => 'ა', - 'Ბ' => 'ბ', - 'Გ' => 'გ', - 'Დ' => 'დ', - 'Ე' => 'ე', - 'Ვ' => 'ვ', - 'Ზ' => 'ზ', - 'Თ' => 'თ', - 'Ი' => 'ი', - 'Კ' => 'კ', - 'Ლ' => 'ლ', - 'Მ' => 'მ', - 'Ნ' => 'ნ', - 'Ო' => 'ო', - 'Პ' => 'პ', - 'Ჟ' => 'ჟ', - 'Რ' => 'რ', - 'Ს' => 'ს', - 'Ტ' => 'ტ', - 'Უ' => 'უ', - 'Ფ' => 'ფ', - 'Ქ' => 'ქ', - 'Ღ' => 'ღ', - 'Ყ' => 'ყ', - 'Შ' => 'შ', - 'Ჩ' => 'ჩ', - 'Ც' => 'ც', - 'Ძ' => 'ძ', - 'Წ' => 'წ', - 'Ჭ' => 'ჭ', - 'Ხ' => 'ხ', - 'Ჯ' => 'ჯ', - 'Ჰ' => 'ჰ', - 'Ჱ' => 'ჱ', - 'Ჲ' => 'ჲ', - 'Ჳ' => 'ჳ', - 'Ჴ' => 'ჴ', - 'Ჵ' => 'ჵ', - 'Ჶ' => 'ჶ', - 'Ჷ' => 'ჷ', - 'Ჸ' => 'ჸ', - 'Ჹ' => 'ჹ', - 'Ჺ' => 'ჺ', - 'Ჽ' => 'ჽ', - 'Ჾ' => 'ჾ', - 'Ჿ' => 'ჿ', - 'Ḁ' => 'ḁ', - 'Ḃ' => 'ḃ', - 'Ḅ' => 'ḅ', - 'Ḇ' => 'ḇ', - 'Ḉ' => 'ḉ', - 'Ḋ' => 'ḋ', - 'Ḍ' => 'ḍ', - 'Ḏ' => 'ḏ', - 'Ḑ' => 'ḑ', - 'Ḓ' => 'ḓ', - 'Ḕ' => 'ḕ', - 'Ḗ' => 'ḗ', - 'Ḙ' => 'ḙ', - 'Ḛ' => 'ḛ', - 'Ḝ' => 'ḝ', - 'Ḟ' => 'ḟ', - 'Ḡ' => 'ḡ', - 'Ḣ' => 'ḣ', - 'Ḥ' => 'ḥ', - 'Ḧ' => 'ḧ', - 'Ḩ' => 'ḩ', - 'Ḫ' => 'ḫ', - 'Ḭ' => 'ḭ', - 'Ḯ' => 'ḯ', - 'Ḱ' => 'ḱ', - 'Ḳ' => 'ḳ', - 'Ḵ' => 'ḵ', - 'Ḷ' => 'ḷ', - 'Ḹ' => 'ḹ', - 'Ḻ' => 'ḻ', - 'Ḽ' => 'ḽ', - 'Ḿ' => 'ḿ', - 'Ṁ' => 'ṁ', - 'Ṃ' => 'ṃ', - 'Ṅ' => 'ṅ', - 'Ṇ' => 'ṇ', - 'Ṉ' => 'ṉ', - 'Ṋ' => 'ṋ', - 'Ṍ' => 'ṍ', - 'Ṏ' => 'ṏ', - 'Ṑ' => 'ṑ', - 'Ṓ' => 'ṓ', - 'Ṕ' => 'ṕ', - 'Ṗ' => 'ṗ', - 'Ṙ' => 'ṙ', - 'Ṛ' => 'ṛ', - 'Ṝ' => 'ṝ', - 'Ṟ' => 'ṟ', - 'Ṡ' => 'ṡ', - 'Ṣ' => 'ṣ', - 'Ṥ' => 'ṥ', - 'Ṧ' => 'ṧ', - 'Ṩ' => 'ṩ', - 'Ṫ' => 'ṫ', - 'Ṭ' => 'ṭ', - 'Ṯ' => 'ṯ', - 'Ṱ' => 'ṱ', - 'Ṳ' => 'ṳ', - 'Ṵ' => 'ṵ', - 'Ṷ' => 'ṷ', - 'Ṹ' => 'ṹ', - 'Ṻ' => 'ṻ', - 'Ṽ' => 'ṽ', - 'Ṿ' => 'ṿ', - 'Ẁ' => 'ẁ', - 'Ẃ' => 'ẃ', - 'Ẅ' => 'ẅ', - 'Ẇ' => 'ẇ', - 'Ẉ' => 'ẉ', - 'Ẋ' => 'ẋ', - 'Ẍ' => 'ẍ', - 'Ẏ' => 'ẏ', - 'Ẑ' => 'ẑ', - 'Ẓ' => 'ẓ', - 'Ẕ' => 'ẕ', - 'ẞ' => 'ß', - 'Ạ' => 'ạ', - 'Ả' => 'ả', - 'Ấ' => 'ấ', - 'Ầ' => 'ầ', - 'Ẩ' => 'ẩ', - 'Ẫ' => 'ẫ', - 'Ậ' => 'ậ', - 'Ắ' => 'ắ', - 'Ằ' => 'ằ', - 'Ẳ' => 'ẳ', - 'Ẵ' => 'ẵ', - 'Ặ' => 'ặ', - 'Ẹ' => 'ẹ', - 'Ẻ' => 'ẻ', - 'Ẽ' => 'ẽ', - 'Ế' => 'ế', - 'Ề' => 'ề', - 'Ể' => 'ể', - 'Ễ' => 'ễ', - 'Ệ' => 'ệ', - 'Ỉ' => 'ỉ', - 'Ị' => 'ị', - 'Ọ' => 'ọ', - 'Ỏ' => 'ỏ', - 'Ố' => 'ố', - 'Ồ' => 'ồ', - 'Ổ' => 'ổ', - 'Ỗ' => 'ỗ', - 'Ộ' => 'ộ', - 'Ớ' => 'ớ', - 'Ờ' => 'ờ', - 'Ở' => 'ở', - 'Ỡ' => 'ỡ', - 'Ợ' => 'ợ', - 'Ụ' => 'ụ', - 'Ủ' => 'ủ', - 'Ứ' => 'ứ', - 'Ừ' => 'ừ', - 'Ử' => 'ử', - 'Ữ' => 'ữ', - 'Ự' => 'ự', - 'Ỳ' => 'ỳ', - 'Ỵ' => 'ỵ', - 'Ỷ' => 'ỷ', - 'Ỹ' => 'ỹ', - 'Ỻ' => 'ỻ', - 'Ỽ' => 'ỽ', - 'Ỿ' => 'ỿ', - 'Ἀ' => 'ἀ', - 'Ἁ' => 'ἁ', - 'Ἂ' => 'ἂ', - 'Ἃ' => 'ἃ', - 'Ἄ' => 'ἄ', - 'Ἅ' => 'ἅ', - 'Ἆ' => 'ἆ', - 'Ἇ' => 'ἇ', - 'Ἐ' => 'ἐ', - 'Ἑ' => 'ἑ', - 'Ἒ' => 'ἒ', - 'Ἓ' => 'ἓ', - 'Ἔ' => 'ἔ', - 'Ἕ' => 'ἕ', - 'Ἠ' => 'ἠ', - 'Ἡ' => 'ἡ', - 'Ἢ' => 'ἢ', - 'Ἣ' => 'ἣ', - 'Ἤ' => 'ἤ', - 'Ἥ' => 'ἥ', - 'Ἦ' => 'ἦ', - 'Ἧ' => 'ἧ', - 'Ἰ' => 'ἰ', - 'Ἱ' => 'ἱ', - 'Ἲ' => 'ἲ', - 'Ἳ' => 'ἳ', - 'Ἴ' => 'ἴ', - 'Ἵ' => 'ἵ', - 'Ἶ' => 'ἶ', - 'Ἷ' => 'ἷ', - 'Ὀ' => 'ὀ', - 'Ὁ' => 'ὁ', - 'Ὂ' => 'ὂ', - 'Ὃ' => 'ὃ', - 'Ὄ' => 'ὄ', - 'Ὅ' => 'ὅ', - 'Ὑ' => 'ὑ', - 'Ὓ' => 'ὓ', - 'Ὕ' => 'ὕ', - 'Ὗ' => 'ὗ', - 'Ὠ' => 'ὠ', - 'Ὡ' => 'ὡ', - 'Ὢ' => 'ὢ', - 'Ὣ' => 'ὣ', - 'Ὤ' => 'ὤ', - 'Ὥ' => 'ὥ', - 'Ὦ' => 'ὦ', - 'Ὧ' => 'ὧ', - 'ᾈ' => 'ᾀ', - 'ᾉ' => 'ᾁ', - 'ᾊ' => 'ᾂ', - 'ᾋ' => 'ᾃ', - 'ᾌ' => 'ᾄ', - 'ᾍ' => 'ᾅ', - 'ᾎ' => 'ᾆ', - 'ᾏ' => 'ᾇ', - 'ᾘ' => 'ᾐ', - 'ᾙ' => 'ᾑ', - 'ᾚ' => 'ᾒ', - 'ᾛ' => 'ᾓ', - 'ᾜ' => 'ᾔ', - 'ᾝ' => 'ᾕ', - 'ᾞ' => 'ᾖ', - 'ᾟ' => 'ᾗ', - 'ᾨ' => 'ᾠ', - 'ᾩ' => 'ᾡ', - 'ᾪ' => 'ᾢ', - 'ᾫ' => 'ᾣ', - 'ᾬ' => 'ᾤ', - 'ᾭ' => 'ᾥ', - 'ᾮ' => 'ᾦ', - 'ᾯ' => 'ᾧ', - 'Ᾰ' => 'ᾰ', - 'Ᾱ' => 'ᾱ', - 'Ὰ' => 'ὰ', - 'Ά' => 'ά', - 'ᾼ' => 'ᾳ', - 'Ὲ' => 'ὲ', - 'Έ' => 'έ', - 'Ὴ' => 'ὴ', - 'Ή' => 'ή', - 'ῌ' => 'ῃ', - 'Ῐ' => 'ῐ', - 'Ῑ' => 'ῑ', - 'Ὶ' => 'ὶ', - 'Ί' => 'ί', - 'Ῠ' => 'ῠ', - 'Ῡ' => 'ῡ', - 'Ὺ' => 'ὺ', - 'Ύ' => 'ύ', - 'Ῥ' => 'ῥ', - 'Ὸ' => 'ὸ', - 'Ό' => 'ό', - 'Ὼ' => 'ὼ', - 'Ώ' => 'ώ', - 'ῼ' => 'ῳ', - 'Ω' => 'ω', - 'K' => 'k', - 'Å' => 'å', - 'Ⅎ' => 'ⅎ', - 'Ⅰ' => 'ⅰ', - 'Ⅱ' => 'ⅱ', - 'Ⅲ' => 'ⅲ', - 'Ⅳ' => 'ⅳ', - 'Ⅴ' => 'ⅴ', - 'Ⅵ' => 'ⅵ', - 'Ⅶ' => 'ⅶ', - 'Ⅷ' => 'ⅷ', - 'Ⅸ' => 'ⅸ', - 'Ⅹ' => 'ⅹ', - 'Ⅺ' => 'ⅺ', - 'Ⅻ' => 'ⅻ', - 'Ⅼ' => 'ⅼ', - 'Ⅽ' => 'ⅽ', - 'Ⅾ' => 'ⅾ', - 'Ⅿ' => 'ⅿ', - 'Ↄ' => 'ↄ', - 'Ⓐ' => 'ⓐ', - 'Ⓑ' => 'ⓑ', - 'Ⓒ' => 'ⓒ', - 'Ⓓ' => 'ⓓ', - 'Ⓔ' => 'ⓔ', - 'Ⓕ' => 'ⓕ', - 'Ⓖ' => 'ⓖ', - 'Ⓗ' => 'ⓗ', - 'Ⓘ' => 'ⓘ', - 'Ⓙ' => 'ⓙ', - 'Ⓚ' => 'ⓚ', - 'Ⓛ' => 'ⓛ', - 'Ⓜ' => 'ⓜ', - 'Ⓝ' => 'ⓝ', - 'Ⓞ' => 'ⓞ', - 'Ⓟ' => 'ⓟ', - 'Ⓠ' => 'ⓠ', - 'Ⓡ' => 'ⓡ', - 'Ⓢ' => 'ⓢ', - 'Ⓣ' => 'ⓣ', - 'Ⓤ' => 'ⓤ', - 'Ⓥ' => 'ⓥ', - 'Ⓦ' => 'ⓦ', - 'Ⓧ' => 'ⓧ', - 'Ⓨ' => 'ⓨ', - 'Ⓩ' => 'ⓩ', - 'Ⰰ' => 'ⰰ', - 'Ⰱ' => 'ⰱ', - 'Ⰲ' => 'ⰲ', - 'Ⰳ' => 'ⰳ', - 'Ⰴ' => 'ⰴ', - 'Ⰵ' => 'ⰵ', - 'Ⰶ' => 'ⰶ', - 'Ⰷ' => 'ⰷ', - 'Ⰸ' => 'ⰸ', - 'Ⰹ' => 'ⰹ', - 'Ⰺ' => 'ⰺ', - 'Ⰻ' => 'ⰻ', - 'Ⰼ' => 'ⰼ', - 'Ⰽ' => 'ⰽ', - 'Ⰾ' => 'ⰾ', - 'Ⰿ' => 'ⰿ', - 'Ⱀ' => 'ⱀ', - 'Ⱁ' => 'ⱁ', - 'Ⱂ' => 'ⱂ', - 'Ⱃ' => 'ⱃ', - 'Ⱄ' => 'ⱄ', - 'Ⱅ' => 'ⱅ', - 'Ⱆ' => 'ⱆ', - 'Ⱇ' => 'ⱇ', - 'Ⱈ' => 'ⱈ', - 'Ⱉ' => 'ⱉ', - 'Ⱊ' => 'ⱊ', - 'Ⱋ' => 'ⱋ', - 'Ⱌ' => 'ⱌ', - 'Ⱍ' => 'ⱍ', - 'Ⱎ' => 'ⱎ', - 'Ⱏ' => 'ⱏ', - 'Ⱐ' => 'ⱐ', - 'Ⱑ' => 'ⱑ', - 'Ⱒ' => 'ⱒ', - 'Ⱓ' => 'ⱓ', - 'Ⱔ' => 'ⱔ', - 'Ⱕ' => 'ⱕ', - 'Ⱖ' => 'ⱖ', - 'Ⱗ' => 'ⱗ', - 'Ⱘ' => 'ⱘ', - 'Ⱙ' => 'ⱙ', - 'Ⱚ' => 'ⱚ', - 'Ⱛ' => 'ⱛ', - 'Ⱜ' => 'ⱜ', - 'Ⱝ' => 'ⱝ', - 'Ⱞ' => 'ⱞ', - 'Ⱡ' => 'ⱡ', - 'Ɫ' => 'ɫ', - 'Ᵽ' => 'ᵽ', - 'Ɽ' => 'ɽ', - 'Ⱨ' => 'ⱨ', - 'Ⱪ' => 'ⱪ', - 'Ⱬ' => 'ⱬ', - 'Ɑ' => 'ɑ', - 'Ɱ' => 'ɱ', - 'Ɐ' => 'ɐ', - 'Ɒ' => 'ɒ', - 'Ⱳ' => 'ⱳ', - 'Ⱶ' => 'ⱶ', - 'Ȿ' => 'ȿ', - 'Ɀ' => 'ɀ', - 'Ⲁ' => 'ⲁ', - 'Ⲃ' => 'ⲃ', - 'Ⲅ' => 'ⲅ', - 'Ⲇ' => 'ⲇ', - 'Ⲉ' => 'ⲉ', - 'Ⲋ' => 'ⲋ', - 'Ⲍ' => 'ⲍ', - 'Ⲏ' => 'ⲏ', - 'Ⲑ' => 'ⲑ', - 'Ⲓ' => 'ⲓ', - 'Ⲕ' => 'ⲕ', - 'Ⲗ' => 'ⲗ', - 'Ⲙ' => 'ⲙ', - 'Ⲛ' => 'ⲛ', - 'Ⲝ' => 'ⲝ', - 'Ⲟ' => 'ⲟ', - 'Ⲡ' => 'ⲡ', - 'Ⲣ' => 'ⲣ', - 'Ⲥ' => 'ⲥ', - 'Ⲧ' => 'ⲧ', - 'Ⲩ' => 'ⲩ', - 'Ⲫ' => 'ⲫ', - 'Ⲭ' => 'ⲭ', - 'Ⲯ' => 'ⲯ', - 'Ⲱ' => 'ⲱ', - 'Ⲳ' => 'ⲳ', - 'Ⲵ' => 'ⲵ', - 'Ⲷ' => 'ⲷ', - 'Ⲹ' => 'ⲹ', - 'Ⲻ' => 'ⲻ', - 'Ⲽ' => 'ⲽ', - 'Ⲿ' => 'ⲿ', - 'Ⳁ' => 'ⳁ', - 'Ⳃ' => 'ⳃ', - 'Ⳅ' => 'ⳅ', - 'Ⳇ' => 'ⳇ', - 'Ⳉ' => 'ⳉ', - 'Ⳋ' => 'ⳋ', - 'Ⳍ' => 'ⳍ', - 'Ⳏ' => 'ⳏ', - 'Ⳑ' => 'ⳑ', - 'Ⳓ' => 'ⳓ', - 'Ⳕ' => 'ⳕ', - 'Ⳗ' => 'ⳗ', - 'Ⳙ' => 'ⳙ', - 'Ⳛ' => 'ⳛ', - 'Ⳝ' => 'ⳝ', - 'Ⳟ' => 'ⳟ', - 'Ⳡ' => 'ⳡ', - 'Ⳣ' => 'ⳣ', - 'Ⳬ' => 'ⳬ', - 'Ⳮ' => 'ⳮ', - 'Ⳳ' => 'ⳳ', - 'Ꙁ' => 'ꙁ', - 'Ꙃ' => 'ꙃ', - 'Ꙅ' => 'ꙅ', - 'Ꙇ' => 'ꙇ', - 'Ꙉ' => 'ꙉ', - 'Ꙋ' => 'ꙋ', - 'Ꙍ' => 'ꙍ', - 'Ꙏ' => 'ꙏ', - 'Ꙑ' => 'ꙑ', - 'Ꙓ' => 'ꙓ', - 'Ꙕ' => 'ꙕ', - 'Ꙗ' => 'ꙗ', - 'Ꙙ' => 'ꙙ', - 'Ꙛ' => 'ꙛ', - 'Ꙝ' => 'ꙝ', - 'Ꙟ' => 'ꙟ', - 'Ꙡ' => 'ꙡ', - 'Ꙣ' => 'ꙣ', - 'Ꙥ' => 'ꙥ', - 'Ꙧ' => 'ꙧ', - 'Ꙩ' => 'ꙩ', - 'Ꙫ' => 'ꙫ', - 'Ꙭ' => 'ꙭ', - 'Ꚁ' => 'ꚁ', - 'Ꚃ' => 'ꚃ', - 'Ꚅ' => 'ꚅ', - 'Ꚇ' => 'ꚇ', - 'Ꚉ' => 'ꚉ', - 'Ꚋ' => 'ꚋ', - 'Ꚍ' => 'ꚍ', - 'Ꚏ' => 'ꚏ', - 'Ꚑ' => 'ꚑ', - 'Ꚓ' => 'ꚓ', - 'Ꚕ' => 'ꚕ', - 'Ꚗ' => 'ꚗ', - 'Ꚙ' => 'ꚙ', - 'Ꚛ' => 'ꚛ', - 'Ꜣ' => 'ꜣ', - 'Ꜥ' => 'ꜥ', - 'Ꜧ' => 'ꜧ', - 'Ꜩ' => 'ꜩ', - 'Ꜫ' => 'ꜫ', - 'Ꜭ' => 'ꜭ', - 'Ꜯ' => 'ꜯ', - 'Ꜳ' => 'ꜳ', - 'Ꜵ' => 'ꜵ', - 'Ꜷ' => 'ꜷ', - 'Ꜹ' => 'ꜹ', - 'Ꜻ' => 'ꜻ', - 'Ꜽ' => 'ꜽ', - 'Ꜿ' => 'ꜿ', - 'Ꝁ' => 'ꝁ', - 'Ꝃ' => 'ꝃ', - 'Ꝅ' => 'ꝅ', - 'Ꝇ' => 'ꝇ', - 'Ꝉ' => 'ꝉ', - 'Ꝋ' => 'ꝋ', - 'Ꝍ' => 'ꝍ', - 'Ꝏ' => 'ꝏ', - 'Ꝑ' => 'ꝑ', - 'Ꝓ' => 'ꝓ', - 'Ꝕ' => 'ꝕ', - 'Ꝗ' => 'ꝗ', - 'Ꝙ' => 'ꝙ', - 'Ꝛ' => 'ꝛ', - 'Ꝝ' => 'ꝝ', - 'Ꝟ' => 'ꝟ', - 'Ꝡ' => 'ꝡ', - 'Ꝣ' => 'ꝣ', - 'Ꝥ' => 'ꝥ', - 'Ꝧ' => 'ꝧ', - 'Ꝩ' => 'ꝩ', - 'Ꝫ' => 'ꝫ', - 'Ꝭ' => 'ꝭ', - 'Ꝯ' => 'ꝯ', - 'Ꝺ' => 'ꝺ', - 'Ꝼ' => 'ꝼ', - 'Ᵹ' => 'ᵹ', - 'Ꝿ' => 'ꝿ', - 'Ꞁ' => 'ꞁ', - 'Ꞃ' => 'ꞃ', - 'Ꞅ' => 'ꞅ', - 'Ꞇ' => 'ꞇ', - 'Ꞌ' => 'ꞌ', - 'Ɥ' => 'ɥ', - 'Ꞑ' => 'ꞑ', - 'Ꞓ' => 'ꞓ', - 'Ꞗ' => 'ꞗ', - 'Ꞙ' => 'ꞙ', - 'Ꞛ' => 'ꞛ', - 'Ꞝ' => 'ꞝ', - 'Ꞟ' => 'ꞟ', - 'Ꞡ' => 'ꞡ', - 'Ꞣ' => 'ꞣ', - 'Ꞥ' => 'ꞥ', - 'Ꞧ' => 'ꞧ', - 'Ꞩ' => 'ꞩ', - 'Ɦ' => 'ɦ', - 'Ɜ' => 'ɜ', - 'Ɡ' => 'ɡ', - 'Ɬ' => 'ɬ', - 'Ɪ' => 'ɪ', - 'Ʞ' => 'ʞ', - 'Ʇ' => 'ʇ', - 'Ʝ' => 'ʝ', - 'Ꭓ' => 'ꭓ', - 'Ꞵ' => 'ꞵ', - 'Ꞷ' => 'ꞷ', - 'Ꞹ' => 'ꞹ', - 'Ꞻ' => 'ꞻ', - 'Ꞽ' => 'ꞽ', - 'Ꞿ' => 'ꞿ', - 'Ꟃ' => 'ꟃ', - 'Ꞔ' => 'ꞔ', - 'Ʂ' => 'ʂ', - 'Ᶎ' => 'ᶎ', - 'Ꟈ' => 'ꟈ', - 'Ꟊ' => 'ꟊ', - 'Ꟶ' => 'ꟶ', - 'A' => 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - '𐐀' => '𐐨', - '𐐁' => '𐐩', - '𐐂' => '𐐪', - '𐐃' => '𐐫', - '𐐄' => '𐐬', - '𐐅' => '𐐭', - '𐐆' => '𐐮', - '𐐇' => '𐐯', - '𐐈' => '𐐰', - '𐐉' => '𐐱', - '𐐊' => '𐐲', - '𐐋' => '𐐳', - '𐐌' => '𐐴', - '𐐍' => '𐐵', - '𐐎' => '𐐶', - '𐐏' => '𐐷', - '𐐐' => '𐐸', - '𐐑' => '𐐹', - '𐐒' => '𐐺', - '𐐓' => '𐐻', - '𐐔' => '𐐼', - '𐐕' => '𐐽', - '𐐖' => '𐐾', - '𐐗' => '𐐿', - '𐐘' => '𐑀', - '𐐙' => '𐑁', - '𐐚' => '𐑂', - '𐐛' => '𐑃', - '𐐜' => '𐑄', - '𐐝' => '𐑅', - '𐐞' => '𐑆', - '𐐟' => '𐑇', - '𐐠' => '𐑈', - '𐐡' => '𐑉', - '𐐢' => '𐑊', - '𐐣' => '𐑋', - '𐐤' => '𐑌', - '𐐥' => '𐑍', - '𐐦' => '𐑎', - '𐐧' => '𐑏', - '𐒰' => '𐓘', - '𐒱' => '𐓙', - '𐒲' => '𐓚', - '𐒳' => '𐓛', - '𐒴' => '𐓜', - '𐒵' => '𐓝', - '𐒶' => '𐓞', - '𐒷' => '𐓟', - '𐒸' => '𐓠', - '𐒹' => '𐓡', - '𐒺' => '𐓢', - '𐒻' => '𐓣', - '𐒼' => '𐓤', - '𐒽' => '𐓥', - '𐒾' => '𐓦', - '𐒿' => '𐓧', - '𐓀' => '𐓨', - '𐓁' => '𐓩', - '𐓂' => '𐓪', - '𐓃' => '𐓫', - '𐓄' => '𐓬', - '𐓅' => '𐓭', - '𐓆' => '𐓮', - '𐓇' => '𐓯', - '𐓈' => '𐓰', - '𐓉' => '𐓱', - '𐓊' => '𐓲', - '𐓋' => '𐓳', - '𐓌' => '𐓴', - '𐓍' => '𐓵', - '𐓎' => '𐓶', - '𐓏' => '𐓷', - '𐓐' => '𐓸', - '𐓑' => '𐓹', - '𐓒' => '𐓺', - '𐓓' => '𐓻', - '𐲀' => '𐳀', - '𐲁' => '𐳁', - '𐲂' => '𐳂', - '𐲃' => '𐳃', - '𐲄' => '𐳄', - '𐲅' => '𐳅', - '𐲆' => '𐳆', - '𐲇' => '𐳇', - '𐲈' => '𐳈', - '𐲉' => '𐳉', - '𐲊' => '𐳊', - '𐲋' => '𐳋', - '𐲌' => '𐳌', - '𐲍' => '𐳍', - '𐲎' => '𐳎', - '𐲏' => '𐳏', - '𐲐' => '𐳐', - '𐲑' => '𐳑', - '𐲒' => '𐳒', - '𐲓' => '𐳓', - '𐲔' => '𐳔', - '𐲕' => '𐳕', - '𐲖' => '𐳖', - '𐲗' => '𐳗', - '𐲘' => '𐳘', - '𐲙' => '𐳙', - '𐲚' => '𐳚', - '𐲛' => '𐳛', - '𐲜' => '𐳜', - '𐲝' => '𐳝', - '𐲞' => '𐳞', - '𐲟' => '𐳟', - '𐲠' => '𐳠', - '𐲡' => '𐳡', - '𐲢' => '𐳢', - '𐲣' => '𐳣', - '𐲤' => '𐳤', - '𐲥' => '𐳥', - '𐲦' => '𐳦', - '𐲧' => '𐳧', - '𐲨' => '𐳨', - '𐲩' => '𐳩', - '𐲪' => '𐳪', - '𐲫' => '𐳫', - '𐲬' => '𐳬', - '𐲭' => '𐳭', - '𐲮' => '𐳮', - '𐲯' => '𐳯', - '𐲰' => '𐳰', - '𐲱' => '𐳱', - '𐲲' => '𐳲', - '𑢠' => '𑣀', - '𑢡' => '𑣁', - '𑢢' => '𑣂', - '𑢣' => '𑣃', - '𑢤' => '𑣄', - '𑢥' => '𑣅', - '𑢦' => '𑣆', - '𑢧' => '𑣇', - '𑢨' => '𑣈', - '𑢩' => '𑣉', - '𑢪' => '𑣊', - '𑢫' => '𑣋', - '𑢬' => '𑣌', - '𑢭' => '𑣍', - '𑢮' => '𑣎', - '𑢯' => '𑣏', - '𑢰' => '𑣐', - '𑢱' => '𑣑', - '𑢲' => '𑣒', - '𑢳' => '𑣓', - '𑢴' => '𑣔', - '𑢵' => '𑣕', - '𑢶' => '𑣖', - '𑢷' => '𑣗', - '𑢸' => '𑣘', - '𑢹' => '𑣙', - '𑢺' => '𑣚', - '𑢻' => '𑣛', - '𑢼' => '𑣜', - '𑢽' => '𑣝', - '𑢾' => '𑣞', - '𑢿' => '𑣟', - '𖹀' => '𖹠', - '𖹁' => '𖹡', - '𖹂' => '𖹢', - '𖹃' => '𖹣', - '𖹄' => '𖹤', - '𖹅' => '𖹥', - '𖹆' => '𖹦', - '𖹇' => '𖹧', - '𖹈' => '𖹨', - '𖹉' => '𖹩', - '𖹊' => '𖹪', - '𖹋' => '𖹫', - '𖹌' => '𖹬', - '𖹍' => '𖹭', - '𖹎' => '𖹮', - '𖹏' => '𖹯', - '𖹐' => '𖹰', - '𖹑' => '𖹱', - '𖹒' => '𖹲', - '𖹓' => '𖹳', - '𖹔' => '𖹴', - '𖹕' => '𖹵', - '𖹖' => '𖹶', - '𖹗' => '𖹷', - '𖹘' => '𖹸', - '𖹙' => '𖹹', - '𖹚' => '𖹺', - '𖹛' => '𖹻', - '𖹜' => '𖹼', - '𖹝' => '𖹽', - '𖹞' => '𖹾', - '𖹟' => '𖹿', - '𞤀' => '𞤢', - '𞤁' => '𞤣', - '𞤂' => '𞤤', - '𞤃' => '𞤥', - '𞤄' => '𞤦', - '𞤅' => '𞤧', - '𞤆' => '𞤨', - '𞤇' => '𞤩', - '𞤈' => '𞤪', - '𞤉' => '𞤫', - '𞤊' => '𞤬', - '𞤋' => '𞤭', - '𞤌' => '𞤮', - '𞤍' => '𞤯', - '𞤎' => '𞤰', - '𞤏' => '𞤱', - '𞤐' => '𞤲', - '𞤑' => '𞤳', - '𞤒' => '𞤴', - '𞤓' => '𞤵', - '𞤔' => '𞤶', - '𞤕' => '𞤷', - '𞤖' => '𞤸', - '𞤗' => '𞤹', - '𞤘' => '𞤺', - '𞤙' => '𞤻', - '𞤚' => '𞤼', - '𞤛' => '𞤽', - '𞤜' => '𞤾', - '𞤝' => '𞤿', - '𞤞' => '𞥀', - '𞤟' => '𞥁', - '𞤠' => '𞥂', - '𞤡' => '𞥃', -); diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php deleted file mode 100644 index 2a8f6e7..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +++ /dev/null @@ -1,5 +0,0 @@ - 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - 'µ' => 'Μ', - 'à' => 'À', - 'á' => 'Á', - 'â' => 'Â', - 'ã' => 'Ã', - 'ä' => 'Ä', - 'å' => 'Å', - 'æ' => 'Æ', - 'ç' => 'Ç', - 'è' => 'È', - 'é' => 'É', - 'ê' => 'Ê', - 'ë' => 'Ë', - 'ì' => 'Ì', - 'í' => 'Í', - 'î' => 'Î', - 'ï' => 'Ï', - 'ð' => 'Ð', - 'ñ' => 'Ñ', - 'ò' => 'Ò', - 'ó' => 'Ó', - 'ô' => 'Ô', - 'õ' => 'Õ', - 'ö' => 'Ö', - 'ø' => 'Ø', - 'ù' => 'Ù', - 'ú' => 'Ú', - 'û' => 'Û', - 'ü' => 'Ü', - 'ý' => 'Ý', - 'þ' => 'Þ', - 'ÿ' => 'Ÿ', - 'ā' => 'Ā', - 'ă' => 'Ă', - 'ą' => 'Ą', - 'ć' => 'Ć', - 'ĉ' => 'Ĉ', - 'ċ' => 'Ċ', - 'č' => 'Č', - 'ď' => 'Ď', - 'đ' => 'Đ', - 'ē' => 'Ē', - 'ĕ' => 'Ĕ', - 'ė' => 'Ė', - 'ę' => 'Ę', - 'ě' => 'Ě', - 'ĝ' => 'Ĝ', - 'ğ' => 'Ğ', - 'ġ' => 'Ġ', - 'ģ' => 'Ģ', - 'ĥ' => 'Ĥ', - 'ħ' => 'Ħ', - 'ĩ' => 'Ĩ', - 'ī' => 'Ī', - 'ĭ' => 'Ĭ', - 'į' => 'Į', - 'ı' => 'I', - 'ij' => 'IJ', - 'ĵ' => 'Ĵ', - 'ķ' => 'Ķ', - 'ĺ' => 'Ĺ', - 'ļ' => 'Ļ', - 'ľ' => 'Ľ', - 'ŀ' => 'Ŀ', - 'ł' => 'Ł', - 'ń' => 'Ń', - 'ņ' => 'Ņ', - 'ň' => 'Ň', - 'ŋ' => 'Ŋ', - 'ō' => 'Ō', - 'ŏ' => 'Ŏ', - 'ő' => 'Ő', - 'œ' => 'Œ', - 'ŕ' => 'Ŕ', - 'ŗ' => 'Ŗ', - 'ř' => 'Ř', - 'ś' => 'Ś', - 'ŝ' => 'Ŝ', - 'ş' => 'Ş', - 'š' => 'Š', - 'ţ' => 'Ţ', - 'ť' => 'Ť', - 'ŧ' => 'Ŧ', - 'ũ' => 'Ũ', - 'ū' => 'Ū', - 'ŭ' => 'Ŭ', - 'ů' => 'Ů', - 'ű' => 'Ű', - 'ų' => 'Ų', - 'ŵ' => 'Ŵ', - 'ŷ' => 'Ŷ', - 'ź' => 'Ź', - 'ż' => 'Ż', - 'ž' => 'Ž', - 'ſ' => 'S', - 'ƀ' => 'Ƀ', - 'ƃ' => 'Ƃ', - 'ƅ' => 'Ƅ', - 'ƈ' => 'Ƈ', - 'ƌ' => 'Ƌ', - 'ƒ' => 'Ƒ', - 'ƕ' => 'Ƕ', - 'ƙ' => 'Ƙ', - 'ƚ' => 'Ƚ', - 'ƞ' => 'Ƞ', - 'ơ' => 'Ơ', - 'ƣ' => 'Ƣ', - 'ƥ' => 'Ƥ', - 'ƨ' => 'Ƨ', - 'ƭ' => 'Ƭ', - 'ư' => 'Ư', - 'ƴ' => 'Ƴ', - 'ƶ' => 'Ƶ', - 'ƹ' => 'Ƹ', - 'ƽ' => 'Ƽ', - 'ƿ' => 'Ƿ', - 'Dž' => 'DŽ', - 'dž' => 'DŽ', - 'Lj' => 'LJ', - 'lj' => 'LJ', - 'Nj' => 'NJ', - 'nj' => 'NJ', - 'ǎ' => 'Ǎ', - 'ǐ' => 'Ǐ', - 'ǒ' => 'Ǒ', - 'ǔ' => 'Ǔ', - 'ǖ' => 'Ǖ', - 'ǘ' => 'Ǘ', - 'ǚ' => 'Ǚ', - 'ǜ' => 'Ǜ', - 'ǝ' => 'Ǝ', - 'ǟ' => 'Ǟ', - 'ǡ' => 'Ǡ', - 'ǣ' => 'Ǣ', - 'ǥ' => 'Ǥ', - 'ǧ' => 'Ǧ', - 'ǩ' => 'Ǩ', - 'ǫ' => 'Ǫ', - 'ǭ' => 'Ǭ', - 'ǯ' => 'Ǯ', - 'Dz' => 'DZ', - 'dz' => 'DZ', - 'ǵ' => 'Ǵ', - 'ǹ' => 'Ǹ', - 'ǻ' => 'Ǻ', - 'ǽ' => 'Ǽ', - 'ǿ' => 'Ǿ', - 'ȁ' => 'Ȁ', - 'ȃ' => 'Ȃ', - 'ȅ' => 'Ȅ', - 'ȇ' => 'Ȇ', - 'ȉ' => 'Ȉ', - 'ȋ' => 'Ȋ', - 'ȍ' => 'Ȍ', - 'ȏ' => 'Ȏ', - 'ȑ' => 'Ȑ', - 'ȓ' => 'Ȓ', - 'ȕ' => 'Ȕ', - 'ȗ' => 'Ȗ', - 'ș' => 'Ș', - 'ț' => 'Ț', - 'ȝ' => 'Ȝ', - 'ȟ' => 'Ȟ', - 'ȣ' => 'Ȣ', - 'ȥ' => 'Ȥ', - 'ȧ' => 'Ȧ', - 'ȩ' => 'Ȩ', - 'ȫ' => 'Ȫ', - 'ȭ' => 'Ȭ', - 'ȯ' => 'Ȯ', - 'ȱ' => 'Ȱ', - 'ȳ' => 'Ȳ', - 'ȼ' => 'Ȼ', - 'ȿ' => 'Ȿ', - 'ɀ' => 'Ɀ', - 'ɂ' => 'Ɂ', - 'ɇ' => 'Ɇ', - 'ɉ' => 'Ɉ', - 'ɋ' => 'Ɋ', - 'ɍ' => 'Ɍ', - 'ɏ' => 'Ɏ', - 'ɐ' => 'Ɐ', - 'ɑ' => 'Ɑ', - 'ɒ' => 'Ɒ', - 'ɓ' => 'Ɓ', - 'ɔ' => 'Ɔ', - 'ɖ' => 'Ɖ', - 'ɗ' => 'Ɗ', - 'ə' => 'Ə', - 'ɛ' => 'Ɛ', - 'ɜ' => 'Ɜ', - 'ɠ' => 'Ɠ', - 'ɡ' => 'Ɡ', - 'ɣ' => 'Ɣ', - 'ɥ' => 'Ɥ', - 'ɦ' => 'Ɦ', - 'ɨ' => 'Ɨ', - 'ɩ' => 'Ɩ', - 'ɪ' => 'Ɪ', - 'ɫ' => 'Ɫ', - 'ɬ' => 'Ɬ', - 'ɯ' => 'Ɯ', - 'ɱ' => 'Ɱ', - 'ɲ' => 'Ɲ', - 'ɵ' => 'Ɵ', - 'ɽ' => 'Ɽ', - 'ʀ' => 'Ʀ', - 'ʂ' => 'Ʂ', - 'ʃ' => 'Ʃ', - 'ʇ' => 'Ʇ', - 'ʈ' => 'Ʈ', - 'ʉ' => 'Ʉ', - 'ʊ' => 'Ʊ', - 'ʋ' => 'Ʋ', - 'ʌ' => 'Ʌ', - 'ʒ' => 'Ʒ', - 'ʝ' => 'Ʝ', - 'ʞ' => 'Ʞ', - 'ͅ' => 'Ι', - 'ͱ' => 'Ͱ', - 'ͳ' => 'Ͳ', - 'ͷ' => 'Ͷ', - 'ͻ' => 'Ͻ', - 'ͼ' => 'Ͼ', - 'ͽ' => 'Ͽ', - 'ά' => 'Ά', - 'έ' => 'Έ', - 'ή' => 'Ή', - 'ί' => 'Ί', - 'α' => 'Α', - 'β' => 'Β', - 'γ' => 'Γ', - 'δ' => 'Δ', - 'ε' => 'Ε', - 'ζ' => 'Ζ', - 'η' => 'Η', - 'θ' => 'Θ', - 'ι' => 'Ι', - 'κ' => 'Κ', - 'λ' => 'Λ', - 'μ' => 'Μ', - 'ν' => 'Ν', - 'ξ' => 'Ξ', - 'ο' => 'Ο', - 'π' => 'Π', - 'ρ' => 'Ρ', - 'ς' => 'Σ', - 'σ' => 'Σ', - 'τ' => 'Τ', - 'υ' => 'Υ', - 'φ' => 'Φ', - 'χ' => 'Χ', - 'ψ' => 'Ψ', - 'ω' => 'Ω', - 'ϊ' => 'Ϊ', - 'ϋ' => 'Ϋ', - 'ό' => 'Ό', - 'ύ' => 'Ύ', - 'ώ' => 'Ώ', - 'ϐ' => 'Β', - 'ϑ' => 'Θ', - 'ϕ' => 'Φ', - 'ϖ' => 'Π', - 'ϗ' => 'Ϗ', - 'ϙ' => 'Ϙ', - 'ϛ' => 'Ϛ', - 'ϝ' => 'Ϝ', - 'ϟ' => 'Ϟ', - 'ϡ' => 'Ϡ', - 'ϣ' => 'Ϣ', - 'ϥ' => 'Ϥ', - 'ϧ' => 'Ϧ', - 'ϩ' => 'Ϩ', - 'ϫ' => 'Ϫ', - 'ϭ' => 'Ϭ', - 'ϯ' => 'Ϯ', - 'ϰ' => 'Κ', - 'ϱ' => 'Ρ', - 'ϲ' => 'Ϲ', - 'ϳ' => 'Ϳ', - 'ϵ' => 'Ε', - 'ϸ' => 'Ϸ', - 'ϻ' => 'Ϻ', - 'а' => 'А', - 'б' => 'Б', - 'в' => 'В', - 'г' => 'Г', - 'д' => 'Д', - 'е' => 'Е', - 'ж' => 'Ж', - 'з' => 'З', - 'и' => 'И', - 'й' => 'Й', - 'к' => 'К', - 'л' => 'Л', - 'м' => 'М', - 'н' => 'Н', - 'о' => 'О', - 'п' => 'П', - 'р' => 'Р', - 'с' => 'С', - 'т' => 'Т', - 'у' => 'У', - 'ф' => 'Ф', - 'х' => 'Х', - 'ц' => 'Ц', - 'ч' => 'Ч', - 'ш' => 'Ш', - 'щ' => 'Щ', - 'ъ' => 'Ъ', - 'ы' => 'Ы', - 'ь' => 'Ь', - 'э' => 'Э', - 'ю' => 'Ю', - 'я' => 'Я', - 'ѐ' => 'Ѐ', - 'ё' => 'Ё', - 'ђ' => 'Ђ', - 'ѓ' => 'Ѓ', - 'є' => 'Є', - 'ѕ' => 'Ѕ', - 'і' => 'І', - 'ї' => 'Ї', - 'ј' => 'Ј', - 'љ' => 'Љ', - 'њ' => 'Њ', - 'ћ' => 'Ћ', - 'ќ' => 'Ќ', - 'ѝ' => 'Ѝ', - 'ў' => 'Ў', - 'џ' => 'Џ', - 'ѡ' => 'Ѡ', - 'ѣ' => 'Ѣ', - 'ѥ' => 'Ѥ', - 'ѧ' => 'Ѧ', - 'ѩ' => 'Ѩ', - 'ѫ' => 'Ѫ', - 'ѭ' => 'Ѭ', - 'ѯ' => 'Ѯ', - 'ѱ' => 'Ѱ', - 'ѳ' => 'Ѳ', - 'ѵ' => 'Ѵ', - 'ѷ' => 'Ѷ', - 'ѹ' => 'Ѹ', - 'ѻ' => 'Ѻ', - 'ѽ' => 'Ѽ', - 'ѿ' => 'Ѿ', - 'ҁ' => 'Ҁ', - 'ҋ' => 'Ҋ', - 'ҍ' => 'Ҍ', - 'ҏ' => 'Ҏ', - 'ґ' => 'Ґ', - 'ғ' => 'Ғ', - 'ҕ' => 'Ҕ', - 'җ' => 'Җ', - 'ҙ' => 'Ҙ', - 'қ' => 'Қ', - 'ҝ' => 'Ҝ', - 'ҟ' => 'Ҟ', - 'ҡ' => 'Ҡ', - 'ң' => 'Ң', - 'ҥ' => 'Ҥ', - 'ҧ' => 'Ҧ', - 'ҩ' => 'Ҩ', - 'ҫ' => 'Ҫ', - 'ҭ' => 'Ҭ', - 'ү' => 'Ү', - 'ұ' => 'Ұ', - 'ҳ' => 'Ҳ', - 'ҵ' => 'Ҵ', - 'ҷ' => 'Ҷ', - 'ҹ' => 'Ҹ', - 'һ' => 'Һ', - 'ҽ' => 'Ҽ', - 'ҿ' => 'Ҿ', - 'ӂ' => 'Ӂ', - 'ӄ' => 'Ӄ', - 'ӆ' => 'Ӆ', - 'ӈ' => 'Ӈ', - 'ӊ' => 'Ӊ', - 'ӌ' => 'Ӌ', - 'ӎ' => 'Ӎ', - 'ӏ' => 'Ӏ', - 'ӑ' => 'Ӑ', - 'ӓ' => 'Ӓ', - 'ӕ' => 'Ӕ', - 'ӗ' => 'Ӗ', - 'ә' => 'Ә', - 'ӛ' => 'Ӛ', - 'ӝ' => 'Ӝ', - 'ӟ' => 'Ӟ', - 'ӡ' => 'Ӡ', - 'ӣ' => 'Ӣ', - 'ӥ' => 'Ӥ', - 'ӧ' => 'Ӧ', - 'ө' => 'Ө', - 'ӫ' => 'Ӫ', - 'ӭ' => 'Ӭ', - 'ӯ' => 'Ӯ', - 'ӱ' => 'Ӱ', - 'ӳ' => 'Ӳ', - 'ӵ' => 'Ӵ', - 'ӷ' => 'Ӷ', - 'ӹ' => 'Ӹ', - 'ӻ' => 'Ӻ', - 'ӽ' => 'Ӽ', - 'ӿ' => 'Ӿ', - 'ԁ' => 'Ԁ', - 'ԃ' => 'Ԃ', - 'ԅ' => 'Ԅ', - 'ԇ' => 'Ԇ', - 'ԉ' => 'Ԉ', - 'ԋ' => 'Ԋ', - 'ԍ' => 'Ԍ', - 'ԏ' => 'Ԏ', - 'ԑ' => 'Ԑ', - 'ԓ' => 'Ԓ', - 'ԕ' => 'Ԕ', - 'ԗ' => 'Ԗ', - 'ԙ' => 'Ԙ', - 'ԛ' => 'Ԛ', - 'ԝ' => 'Ԝ', - 'ԟ' => 'Ԟ', - 'ԡ' => 'Ԡ', - 'ԣ' => 'Ԣ', - 'ԥ' => 'Ԥ', - 'ԧ' => 'Ԧ', - 'ԩ' => 'Ԩ', - 'ԫ' => 'Ԫ', - 'ԭ' => 'Ԭ', - 'ԯ' => 'Ԯ', - 'ա' => 'Ա', - 'բ' => 'Բ', - 'գ' => 'Գ', - 'դ' => 'Դ', - 'ե' => 'Ե', - 'զ' => 'Զ', - 'է' => 'Է', - 'ը' => 'Ը', - 'թ' => 'Թ', - 'ժ' => 'Ժ', - 'ի' => 'Ի', - 'լ' => 'Լ', - 'խ' => 'Խ', - 'ծ' => 'Ծ', - 'կ' => 'Կ', - 'հ' => 'Հ', - 'ձ' => 'Ձ', - 'ղ' => 'Ղ', - 'ճ' => 'Ճ', - 'մ' => 'Մ', - 'յ' => 'Յ', - 'ն' => 'Ն', - 'շ' => 'Շ', - 'ո' => 'Ո', - 'չ' => 'Չ', - 'պ' => 'Պ', - 'ջ' => 'Ջ', - 'ռ' => 'Ռ', - 'ս' => 'Ս', - 'վ' => 'Վ', - 'տ' => 'Տ', - 'ր' => 'Ր', - 'ց' => 'Ց', - 'ւ' => 'Ւ', - 'փ' => 'Փ', - 'ք' => 'Ք', - 'օ' => 'Օ', - 'ֆ' => 'Ֆ', - 'ა' => 'Ა', - 'ბ' => 'Ბ', - 'გ' => 'Გ', - 'დ' => 'Დ', - 'ე' => 'Ე', - 'ვ' => 'Ვ', - 'ზ' => 'Ზ', - 'თ' => 'Თ', - 'ი' => 'Ი', - 'კ' => 'Კ', - 'ლ' => 'Ლ', - 'მ' => 'Მ', - 'ნ' => 'Ნ', - 'ო' => 'Ო', - 'პ' => 'Პ', - 'ჟ' => 'Ჟ', - 'რ' => 'Რ', - 'ს' => 'Ს', - 'ტ' => 'Ტ', - 'უ' => 'Უ', - 'ფ' => 'Ფ', - 'ქ' => 'Ქ', - 'ღ' => 'Ღ', - 'ყ' => 'Ყ', - 'შ' => 'Შ', - 'ჩ' => 'Ჩ', - 'ც' => 'Ც', - 'ძ' => 'Ძ', - 'წ' => 'Წ', - 'ჭ' => 'Ჭ', - 'ხ' => 'Ხ', - 'ჯ' => 'Ჯ', - 'ჰ' => 'Ჰ', - 'ჱ' => 'Ჱ', - 'ჲ' => 'Ჲ', - 'ჳ' => 'Ჳ', - 'ჴ' => 'Ჴ', - 'ჵ' => 'Ჵ', - 'ჶ' => 'Ჶ', - 'ჷ' => 'Ჷ', - 'ჸ' => 'Ჸ', - 'ჹ' => 'Ჹ', - 'ჺ' => 'Ჺ', - 'ჽ' => 'Ჽ', - 'ჾ' => 'Ჾ', - 'ჿ' => 'Ჿ', - 'ᏸ' => 'Ᏸ', - 'ᏹ' => 'Ᏹ', - 'ᏺ' => 'Ᏺ', - 'ᏻ' => 'Ᏻ', - 'ᏼ' => 'Ᏼ', - 'ᏽ' => 'Ᏽ', - 'ᲀ' => 'В', - 'ᲁ' => 'Д', - 'ᲂ' => 'О', - 'ᲃ' => 'С', - 'ᲄ' => 'Т', - 'ᲅ' => 'Т', - 'ᲆ' => 'Ъ', - 'ᲇ' => 'Ѣ', - 'ᲈ' => 'Ꙋ', - 'ᵹ' => 'Ᵹ', - 'ᵽ' => 'Ᵽ', - 'ᶎ' => 'Ᶎ', - 'ḁ' => 'Ḁ', - 'ḃ' => 'Ḃ', - 'ḅ' => 'Ḅ', - 'ḇ' => 'Ḇ', - 'ḉ' => 'Ḉ', - 'ḋ' => 'Ḋ', - 'ḍ' => 'Ḍ', - 'ḏ' => 'Ḏ', - 'ḑ' => 'Ḑ', - 'ḓ' => 'Ḓ', - 'ḕ' => 'Ḕ', - 'ḗ' => 'Ḗ', - 'ḙ' => 'Ḙ', - 'ḛ' => 'Ḛ', - 'ḝ' => 'Ḝ', - 'ḟ' => 'Ḟ', - 'ḡ' => 'Ḡ', - 'ḣ' => 'Ḣ', - 'ḥ' => 'Ḥ', - 'ḧ' => 'Ḧ', - 'ḩ' => 'Ḩ', - 'ḫ' => 'Ḫ', - 'ḭ' => 'Ḭ', - 'ḯ' => 'Ḯ', - 'ḱ' => 'Ḱ', - 'ḳ' => 'Ḳ', - 'ḵ' => 'Ḵ', - 'ḷ' => 'Ḷ', - 'ḹ' => 'Ḹ', - 'ḻ' => 'Ḻ', - 'ḽ' => 'Ḽ', - 'ḿ' => 'Ḿ', - 'ṁ' => 'Ṁ', - 'ṃ' => 'Ṃ', - 'ṅ' => 'Ṅ', - 'ṇ' => 'Ṇ', - 'ṉ' => 'Ṉ', - 'ṋ' => 'Ṋ', - 'ṍ' => 'Ṍ', - 'ṏ' => 'Ṏ', - 'ṑ' => 'Ṑ', - 'ṓ' => 'Ṓ', - 'ṕ' => 'Ṕ', - 'ṗ' => 'Ṗ', - 'ṙ' => 'Ṙ', - 'ṛ' => 'Ṛ', - 'ṝ' => 'Ṝ', - 'ṟ' => 'Ṟ', - 'ṡ' => 'Ṡ', - 'ṣ' => 'Ṣ', - 'ṥ' => 'Ṥ', - 'ṧ' => 'Ṧ', - 'ṩ' => 'Ṩ', - 'ṫ' => 'Ṫ', - 'ṭ' => 'Ṭ', - 'ṯ' => 'Ṯ', - 'ṱ' => 'Ṱ', - 'ṳ' => 'Ṳ', - 'ṵ' => 'Ṵ', - 'ṷ' => 'Ṷ', - 'ṹ' => 'Ṹ', - 'ṻ' => 'Ṻ', - 'ṽ' => 'Ṽ', - 'ṿ' => 'Ṿ', - 'ẁ' => 'Ẁ', - 'ẃ' => 'Ẃ', - 'ẅ' => 'Ẅ', - 'ẇ' => 'Ẇ', - 'ẉ' => 'Ẉ', - 'ẋ' => 'Ẋ', - 'ẍ' => 'Ẍ', - 'ẏ' => 'Ẏ', - 'ẑ' => 'Ẑ', - 'ẓ' => 'Ẓ', - 'ẕ' => 'Ẕ', - 'ẛ' => 'Ṡ', - 'ạ' => 'Ạ', - 'ả' => 'Ả', - 'ấ' => 'Ấ', - 'ầ' => 'Ầ', - 'ẩ' => 'Ẩ', - 'ẫ' => 'Ẫ', - 'ậ' => 'Ậ', - 'ắ' => 'Ắ', - 'ằ' => 'Ằ', - 'ẳ' => 'Ẳ', - 'ẵ' => 'Ẵ', - 'ặ' => 'Ặ', - 'ẹ' => 'Ẹ', - 'ẻ' => 'Ẻ', - 'ẽ' => 'Ẽ', - 'ế' => 'Ế', - 'ề' => 'Ề', - 'ể' => 'Ể', - 'ễ' => 'Ễ', - 'ệ' => 'Ệ', - 'ỉ' => 'Ỉ', - 'ị' => 'Ị', - 'ọ' => 'Ọ', - 'ỏ' => 'Ỏ', - 'ố' => 'Ố', - 'ồ' => 'Ồ', - 'ổ' => 'Ổ', - 'ỗ' => 'Ỗ', - 'ộ' => 'Ộ', - 'ớ' => 'Ớ', - 'ờ' => 'Ờ', - 'ở' => 'Ở', - 'ỡ' => 'Ỡ', - 'ợ' => 'Ợ', - 'ụ' => 'Ụ', - 'ủ' => 'Ủ', - 'ứ' => 'Ứ', - 'ừ' => 'Ừ', - 'ử' => 'Ử', - 'ữ' => 'Ữ', - 'ự' => 'Ự', - 'ỳ' => 'Ỳ', - 'ỵ' => 'Ỵ', - 'ỷ' => 'Ỷ', - 'ỹ' => 'Ỹ', - 'ỻ' => 'Ỻ', - 'ỽ' => 'Ỽ', - 'ỿ' => 'Ỿ', - 'ἀ' => 'Ἀ', - 'ἁ' => 'Ἁ', - 'ἂ' => 'Ἂ', - 'ἃ' => 'Ἃ', - 'ἄ' => 'Ἄ', - 'ἅ' => 'Ἅ', - 'ἆ' => 'Ἆ', - 'ἇ' => 'Ἇ', - 'ἐ' => 'Ἐ', - 'ἑ' => 'Ἑ', - 'ἒ' => 'Ἒ', - 'ἓ' => 'Ἓ', - 'ἔ' => 'Ἔ', - 'ἕ' => 'Ἕ', - 'ἠ' => 'Ἠ', - 'ἡ' => 'Ἡ', - 'ἢ' => 'Ἢ', - 'ἣ' => 'Ἣ', - 'ἤ' => 'Ἤ', - 'ἥ' => 'Ἥ', - 'ἦ' => 'Ἦ', - 'ἧ' => 'Ἧ', - 'ἰ' => 'Ἰ', - 'ἱ' => 'Ἱ', - 'ἲ' => 'Ἲ', - 'ἳ' => 'Ἳ', - 'ἴ' => 'Ἴ', - 'ἵ' => 'Ἵ', - 'ἶ' => 'Ἶ', - 'ἷ' => 'Ἷ', - 'ὀ' => 'Ὀ', - 'ὁ' => 'Ὁ', - 'ὂ' => 'Ὂ', - 'ὃ' => 'Ὃ', - 'ὄ' => 'Ὄ', - 'ὅ' => 'Ὅ', - 'ὑ' => 'Ὑ', - 'ὓ' => 'Ὓ', - 'ὕ' => 'Ὕ', - 'ὗ' => 'Ὗ', - 'ὠ' => 'Ὠ', - 'ὡ' => 'Ὡ', - 'ὢ' => 'Ὢ', - 'ὣ' => 'Ὣ', - 'ὤ' => 'Ὤ', - 'ὥ' => 'Ὥ', - 'ὦ' => 'Ὦ', - 'ὧ' => 'Ὧ', - 'ὰ' => 'Ὰ', - 'ά' => 'Ά', - 'ὲ' => 'Ὲ', - 'έ' => 'Έ', - 'ὴ' => 'Ὴ', - 'ή' => 'Ή', - 'ὶ' => 'Ὶ', - 'ί' => 'Ί', - 'ὸ' => 'Ὸ', - 'ό' => 'Ό', - 'ὺ' => 'Ὺ', - 'ύ' => 'Ύ', - 'ὼ' => 'Ὼ', - 'ώ' => 'Ώ', - 'ᾀ' => 'ᾈ', - 'ᾁ' => 'ᾉ', - 'ᾂ' => 'ᾊ', - 'ᾃ' => 'ᾋ', - 'ᾄ' => 'ᾌ', - 'ᾅ' => 'ᾍ', - 'ᾆ' => 'ᾎ', - 'ᾇ' => 'ᾏ', - 'ᾐ' => 'ᾘ', - 'ᾑ' => 'ᾙ', - 'ᾒ' => 'ᾚ', - 'ᾓ' => 'ᾛ', - 'ᾔ' => 'ᾜ', - 'ᾕ' => 'ᾝ', - 'ᾖ' => 'ᾞ', - 'ᾗ' => 'ᾟ', - 'ᾠ' => 'ᾨ', - 'ᾡ' => 'ᾩ', - 'ᾢ' => 'ᾪ', - 'ᾣ' => 'ᾫ', - 'ᾤ' => 'ᾬ', - 'ᾥ' => 'ᾭ', - 'ᾦ' => 'ᾮ', - 'ᾧ' => 'ᾯ', - 'ᾰ' => 'Ᾰ', - 'ᾱ' => 'Ᾱ', - 'ᾳ' => 'ᾼ', - 'ι' => 'Ι', - 'ῃ' => 'ῌ', - 'ῐ' => 'Ῐ', - 'ῑ' => 'Ῑ', - 'ῠ' => 'Ῠ', - 'ῡ' => 'Ῡ', - 'ῥ' => 'Ῥ', - 'ῳ' => 'ῼ', - 'ⅎ' => 'Ⅎ', - 'ⅰ' => 'Ⅰ', - 'ⅱ' => 'Ⅱ', - 'ⅲ' => 'Ⅲ', - 'ⅳ' => 'Ⅳ', - 'ⅴ' => 'Ⅴ', - 'ⅵ' => 'Ⅵ', - 'ⅶ' => 'Ⅶ', - 'ⅷ' => 'Ⅷ', - 'ⅸ' => 'Ⅸ', - 'ⅹ' => 'Ⅹ', - 'ⅺ' => 'Ⅺ', - 'ⅻ' => 'Ⅻ', - 'ⅼ' => 'Ⅼ', - 'ⅽ' => 'Ⅽ', - 'ⅾ' => 'Ⅾ', - 'ⅿ' => 'Ⅿ', - 'ↄ' => 'Ↄ', - 'ⓐ' => 'Ⓐ', - 'ⓑ' => 'Ⓑ', - 'ⓒ' => 'Ⓒ', - 'ⓓ' => 'Ⓓ', - 'ⓔ' => 'Ⓔ', - 'ⓕ' => 'Ⓕ', - 'ⓖ' => 'Ⓖ', - 'ⓗ' => 'Ⓗ', - 'ⓘ' => 'Ⓘ', - 'ⓙ' => 'Ⓙ', - 'ⓚ' => 'Ⓚ', - 'ⓛ' => 'Ⓛ', - 'ⓜ' => 'Ⓜ', - 'ⓝ' => 'Ⓝ', - 'ⓞ' => 'Ⓞ', - 'ⓟ' => 'Ⓟ', - 'ⓠ' => 'Ⓠ', - 'ⓡ' => 'Ⓡ', - 'ⓢ' => 'Ⓢ', - 'ⓣ' => 'Ⓣ', - 'ⓤ' => 'Ⓤ', - 'ⓥ' => 'Ⓥ', - 'ⓦ' => 'Ⓦ', - 'ⓧ' => 'Ⓧ', - 'ⓨ' => 'Ⓨ', - 'ⓩ' => 'Ⓩ', - 'ⰰ' => 'Ⰰ', - 'ⰱ' => 'Ⰱ', - 'ⰲ' => 'Ⰲ', - 'ⰳ' => 'Ⰳ', - 'ⰴ' => 'Ⰴ', - 'ⰵ' => 'Ⰵ', - 'ⰶ' => 'Ⰶ', - 'ⰷ' => 'Ⰷ', - 'ⰸ' => 'Ⰸ', - 'ⰹ' => 'Ⰹ', - 'ⰺ' => 'Ⰺ', - 'ⰻ' => 'Ⰻ', - 'ⰼ' => 'Ⰼ', - 'ⰽ' => 'Ⰽ', - 'ⰾ' => 'Ⰾ', - 'ⰿ' => 'Ⰿ', - 'ⱀ' => 'Ⱀ', - 'ⱁ' => 'Ⱁ', - 'ⱂ' => 'Ⱂ', - 'ⱃ' => 'Ⱃ', - 'ⱄ' => 'Ⱄ', - 'ⱅ' => 'Ⱅ', - 'ⱆ' => 'Ⱆ', - 'ⱇ' => 'Ⱇ', - 'ⱈ' => 'Ⱈ', - 'ⱉ' => 'Ⱉ', - 'ⱊ' => 'Ⱊ', - 'ⱋ' => 'Ⱋ', - 'ⱌ' => 'Ⱌ', - 'ⱍ' => 'Ⱍ', - 'ⱎ' => 'Ⱎ', - 'ⱏ' => 'Ⱏ', - 'ⱐ' => 'Ⱐ', - 'ⱑ' => 'Ⱑ', - 'ⱒ' => 'Ⱒ', - 'ⱓ' => 'Ⱓ', - 'ⱔ' => 'Ⱔ', - 'ⱕ' => 'Ⱕ', - 'ⱖ' => 'Ⱖ', - 'ⱗ' => 'Ⱗ', - 'ⱘ' => 'Ⱘ', - 'ⱙ' => 'Ⱙ', - 'ⱚ' => 'Ⱚ', - 'ⱛ' => 'Ⱛ', - 'ⱜ' => 'Ⱜ', - 'ⱝ' => 'Ⱝ', - 'ⱞ' => 'Ⱞ', - 'ⱡ' => 'Ⱡ', - 'ⱥ' => 'Ⱥ', - 'ⱦ' => 'Ⱦ', - 'ⱨ' => 'Ⱨ', - 'ⱪ' => 'Ⱪ', - 'ⱬ' => 'Ⱬ', - 'ⱳ' => 'Ⱳ', - 'ⱶ' => 'Ⱶ', - 'ⲁ' => 'Ⲁ', - 'ⲃ' => 'Ⲃ', - 'ⲅ' => 'Ⲅ', - 'ⲇ' => 'Ⲇ', - 'ⲉ' => 'Ⲉ', - 'ⲋ' => 'Ⲋ', - 'ⲍ' => 'Ⲍ', - 'ⲏ' => 'Ⲏ', - 'ⲑ' => 'Ⲑ', - 'ⲓ' => 'Ⲓ', - 'ⲕ' => 'Ⲕ', - 'ⲗ' => 'Ⲗ', - 'ⲙ' => 'Ⲙ', - 'ⲛ' => 'Ⲛ', - 'ⲝ' => 'Ⲝ', - 'ⲟ' => 'Ⲟ', - 'ⲡ' => 'Ⲡ', - 'ⲣ' => 'Ⲣ', - 'ⲥ' => 'Ⲥ', - 'ⲧ' => 'Ⲧ', - 'ⲩ' => 'Ⲩ', - 'ⲫ' => 'Ⲫ', - 'ⲭ' => 'Ⲭ', - 'ⲯ' => 'Ⲯ', - 'ⲱ' => 'Ⲱ', - 'ⲳ' => 'Ⲳ', - 'ⲵ' => 'Ⲵ', - 'ⲷ' => 'Ⲷ', - 'ⲹ' => 'Ⲹ', - 'ⲻ' => 'Ⲻ', - 'ⲽ' => 'Ⲽ', - 'ⲿ' => 'Ⲿ', - 'ⳁ' => 'Ⳁ', - 'ⳃ' => 'Ⳃ', - 'ⳅ' => 'Ⳅ', - 'ⳇ' => 'Ⳇ', - 'ⳉ' => 'Ⳉ', - 'ⳋ' => 'Ⳋ', - 'ⳍ' => 'Ⳍ', - 'ⳏ' => 'Ⳏ', - 'ⳑ' => 'Ⳑ', - 'ⳓ' => 'Ⳓ', - 'ⳕ' => 'Ⳕ', - 'ⳗ' => 'Ⳗ', - 'ⳙ' => 'Ⳙ', - 'ⳛ' => 'Ⳛ', - 'ⳝ' => 'Ⳝ', - 'ⳟ' => 'Ⳟ', - 'ⳡ' => 'Ⳡ', - 'ⳣ' => 'Ⳣ', - 'ⳬ' => 'Ⳬ', - 'ⳮ' => 'Ⳮ', - 'ⳳ' => 'Ⳳ', - 'ⴀ' => 'Ⴀ', - 'ⴁ' => 'Ⴁ', - 'ⴂ' => 'Ⴂ', - 'ⴃ' => 'Ⴃ', - 'ⴄ' => 'Ⴄ', - 'ⴅ' => 'Ⴅ', - 'ⴆ' => 'Ⴆ', - 'ⴇ' => 'Ⴇ', - 'ⴈ' => 'Ⴈ', - 'ⴉ' => 'Ⴉ', - 'ⴊ' => 'Ⴊ', - 'ⴋ' => 'Ⴋ', - 'ⴌ' => 'Ⴌ', - 'ⴍ' => 'Ⴍ', - 'ⴎ' => 'Ⴎ', - 'ⴏ' => 'Ⴏ', - 'ⴐ' => 'Ⴐ', - 'ⴑ' => 'Ⴑ', - 'ⴒ' => 'Ⴒ', - 'ⴓ' => 'Ⴓ', - 'ⴔ' => 'Ⴔ', - 'ⴕ' => 'Ⴕ', - 'ⴖ' => 'Ⴖ', - 'ⴗ' => 'Ⴗ', - 'ⴘ' => 'Ⴘ', - 'ⴙ' => 'Ⴙ', - 'ⴚ' => 'Ⴚ', - 'ⴛ' => 'Ⴛ', - 'ⴜ' => 'Ⴜ', - 'ⴝ' => 'Ⴝ', - 'ⴞ' => 'Ⴞ', - 'ⴟ' => 'Ⴟ', - 'ⴠ' => 'Ⴠ', - 'ⴡ' => 'Ⴡ', - 'ⴢ' => 'Ⴢ', - 'ⴣ' => 'Ⴣ', - 'ⴤ' => 'Ⴤ', - 'ⴥ' => 'Ⴥ', - 'ⴧ' => 'Ⴧ', - 'ⴭ' => 'Ⴭ', - 'ꙁ' => 'Ꙁ', - 'ꙃ' => 'Ꙃ', - 'ꙅ' => 'Ꙅ', - 'ꙇ' => 'Ꙇ', - 'ꙉ' => 'Ꙉ', - 'ꙋ' => 'Ꙋ', - 'ꙍ' => 'Ꙍ', - 'ꙏ' => 'Ꙏ', - 'ꙑ' => 'Ꙑ', - 'ꙓ' => 'Ꙓ', - 'ꙕ' => 'Ꙕ', - 'ꙗ' => 'Ꙗ', - 'ꙙ' => 'Ꙙ', - 'ꙛ' => 'Ꙛ', - 'ꙝ' => 'Ꙝ', - 'ꙟ' => 'Ꙟ', - 'ꙡ' => 'Ꙡ', - 'ꙣ' => 'Ꙣ', - 'ꙥ' => 'Ꙥ', - 'ꙧ' => 'Ꙧ', - 'ꙩ' => 'Ꙩ', - 'ꙫ' => 'Ꙫ', - 'ꙭ' => 'Ꙭ', - 'ꚁ' => 'Ꚁ', - 'ꚃ' => 'Ꚃ', - 'ꚅ' => 'Ꚅ', - 'ꚇ' => 'Ꚇ', - 'ꚉ' => 'Ꚉ', - 'ꚋ' => 'Ꚋ', - 'ꚍ' => 'Ꚍ', - 'ꚏ' => 'Ꚏ', - 'ꚑ' => 'Ꚑ', - 'ꚓ' => 'Ꚓ', - 'ꚕ' => 'Ꚕ', - 'ꚗ' => 'Ꚗ', - 'ꚙ' => 'Ꚙ', - 'ꚛ' => 'Ꚛ', - 'ꜣ' => 'Ꜣ', - 'ꜥ' => 'Ꜥ', - 'ꜧ' => 'Ꜧ', - 'ꜩ' => 'Ꜩ', - 'ꜫ' => 'Ꜫ', - 'ꜭ' => 'Ꜭ', - 'ꜯ' => 'Ꜯ', - 'ꜳ' => 'Ꜳ', - 'ꜵ' => 'Ꜵ', - 'ꜷ' => 'Ꜷ', - 'ꜹ' => 'Ꜹ', - 'ꜻ' => 'Ꜻ', - 'ꜽ' => 'Ꜽ', - 'ꜿ' => 'Ꜿ', - 'ꝁ' => 'Ꝁ', - 'ꝃ' => 'Ꝃ', - 'ꝅ' => 'Ꝅ', - 'ꝇ' => 'Ꝇ', - 'ꝉ' => 'Ꝉ', - 'ꝋ' => 'Ꝋ', - 'ꝍ' => 'Ꝍ', - 'ꝏ' => 'Ꝏ', - 'ꝑ' => 'Ꝑ', - 'ꝓ' => 'Ꝓ', - 'ꝕ' => 'Ꝕ', - 'ꝗ' => 'Ꝗ', - 'ꝙ' => 'Ꝙ', - 'ꝛ' => 'Ꝛ', - 'ꝝ' => 'Ꝝ', - 'ꝟ' => 'Ꝟ', - 'ꝡ' => 'Ꝡ', - 'ꝣ' => 'Ꝣ', - 'ꝥ' => 'Ꝥ', - 'ꝧ' => 'Ꝧ', - 'ꝩ' => 'Ꝩ', - 'ꝫ' => 'Ꝫ', - 'ꝭ' => 'Ꝭ', - 'ꝯ' => 'Ꝯ', - 'ꝺ' => 'Ꝺ', - 'ꝼ' => 'Ꝼ', - 'ꝿ' => 'Ꝿ', - 'ꞁ' => 'Ꞁ', - 'ꞃ' => 'Ꞃ', - 'ꞅ' => 'Ꞅ', - 'ꞇ' => 'Ꞇ', - 'ꞌ' => 'Ꞌ', - 'ꞑ' => 'Ꞑ', - 'ꞓ' => 'Ꞓ', - 'ꞔ' => 'Ꞔ', - 'ꞗ' => 'Ꞗ', - 'ꞙ' => 'Ꞙ', - 'ꞛ' => 'Ꞛ', - 'ꞝ' => 'Ꞝ', - 'ꞟ' => 'Ꞟ', - 'ꞡ' => 'Ꞡ', - 'ꞣ' => 'Ꞣ', - 'ꞥ' => 'Ꞥ', - 'ꞧ' => 'Ꞧ', - 'ꞩ' => 'Ꞩ', - 'ꞵ' => 'Ꞵ', - 'ꞷ' => 'Ꞷ', - 'ꞹ' => 'Ꞹ', - 'ꞻ' => 'Ꞻ', - 'ꞽ' => 'Ꞽ', - 'ꞿ' => 'Ꞿ', - 'ꟃ' => 'Ꟃ', - 'ꟈ' => 'Ꟈ', - 'ꟊ' => 'Ꟊ', - 'ꟶ' => 'Ꟶ', - 'ꭓ' => 'Ꭓ', - 'ꭰ' => 'Ꭰ', - 'ꭱ' => 'Ꭱ', - 'ꭲ' => 'Ꭲ', - 'ꭳ' => 'Ꭳ', - 'ꭴ' => 'Ꭴ', - 'ꭵ' => 'Ꭵ', - 'ꭶ' => 'Ꭶ', - 'ꭷ' => 'Ꭷ', - 'ꭸ' => 'Ꭸ', - 'ꭹ' => 'Ꭹ', - 'ꭺ' => 'Ꭺ', - 'ꭻ' => 'Ꭻ', - 'ꭼ' => 'Ꭼ', - 'ꭽ' => 'Ꭽ', - 'ꭾ' => 'Ꭾ', - 'ꭿ' => 'Ꭿ', - 'ꮀ' => 'Ꮀ', - 'ꮁ' => 'Ꮁ', - 'ꮂ' => 'Ꮂ', - 'ꮃ' => 'Ꮃ', - 'ꮄ' => 'Ꮄ', - 'ꮅ' => 'Ꮅ', - 'ꮆ' => 'Ꮆ', - 'ꮇ' => 'Ꮇ', - 'ꮈ' => 'Ꮈ', - 'ꮉ' => 'Ꮉ', - 'ꮊ' => 'Ꮊ', - 'ꮋ' => 'Ꮋ', - 'ꮌ' => 'Ꮌ', - 'ꮍ' => 'Ꮍ', - 'ꮎ' => 'Ꮎ', - 'ꮏ' => 'Ꮏ', - 'ꮐ' => 'Ꮐ', - 'ꮑ' => 'Ꮑ', - 'ꮒ' => 'Ꮒ', - 'ꮓ' => 'Ꮓ', - 'ꮔ' => 'Ꮔ', - 'ꮕ' => 'Ꮕ', - 'ꮖ' => 'Ꮖ', - 'ꮗ' => 'Ꮗ', - 'ꮘ' => 'Ꮘ', - 'ꮙ' => 'Ꮙ', - 'ꮚ' => 'Ꮚ', - 'ꮛ' => 'Ꮛ', - 'ꮜ' => 'Ꮜ', - 'ꮝ' => 'Ꮝ', - 'ꮞ' => 'Ꮞ', - 'ꮟ' => 'Ꮟ', - 'ꮠ' => 'Ꮠ', - 'ꮡ' => 'Ꮡ', - 'ꮢ' => 'Ꮢ', - 'ꮣ' => 'Ꮣ', - 'ꮤ' => 'Ꮤ', - 'ꮥ' => 'Ꮥ', - 'ꮦ' => 'Ꮦ', - 'ꮧ' => 'Ꮧ', - 'ꮨ' => 'Ꮨ', - 'ꮩ' => 'Ꮩ', - 'ꮪ' => 'Ꮪ', - 'ꮫ' => 'Ꮫ', - 'ꮬ' => 'Ꮬ', - 'ꮭ' => 'Ꮭ', - 'ꮮ' => 'Ꮮ', - 'ꮯ' => 'Ꮯ', - 'ꮰ' => 'Ꮰ', - 'ꮱ' => 'Ꮱ', - 'ꮲ' => 'Ꮲ', - 'ꮳ' => 'Ꮳ', - 'ꮴ' => 'Ꮴ', - 'ꮵ' => 'Ꮵ', - 'ꮶ' => 'Ꮶ', - 'ꮷ' => 'Ꮷ', - 'ꮸ' => 'Ꮸ', - 'ꮹ' => 'Ꮹ', - 'ꮺ' => 'Ꮺ', - 'ꮻ' => 'Ꮻ', - 'ꮼ' => 'Ꮼ', - 'ꮽ' => 'Ꮽ', - 'ꮾ' => 'Ꮾ', - 'ꮿ' => 'Ꮿ', - 'a' => 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - '𐐨' => '𐐀', - '𐐩' => '𐐁', - '𐐪' => '𐐂', - '𐐫' => '𐐃', - '𐐬' => '𐐄', - '𐐭' => '𐐅', - '𐐮' => '𐐆', - '𐐯' => '𐐇', - '𐐰' => '𐐈', - '𐐱' => '𐐉', - '𐐲' => '𐐊', - '𐐳' => '𐐋', - '𐐴' => '𐐌', - '𐐵' => '𐐍', - '𐐶' => '𐐎', - '𐐷' => '𐐏', - '𐐸' => '𐐐', - '𐐹' => '𐐑', - '𐐺' => '𐐒', - '𐐻' => '𐐓', - '𐐼' => '𐐔', - '𐐽' => '𐐕', - '𐐾' => '𐐖', - '𐐿' => '𐐗', - '𐑀' => '𐐘', - '𐑁' => '𐐙', - '𐑂' => '𐐚', - '𐑃' => '𐐛', - '𐑄' => '𐐜', - '𐑅' => '𐐝', - '𐑆' => '𐐞', - '𐑇' => '𐐟', - '𐑈' => '𐐠', - '𐑉' => '𐐡', - '𐑊' => '𐐢', - '𐑋' => '𐐣', - '𐑌' => '𐐤', - '𐑍' => '𐐥', - '𐑎' => '𐐦', - '𐑏' => '𐐧', - '𐓘' => '𐒰', - '𐓙' => '𐒱', - '𐓚' => '𐒲', - '𐓛' => '𐒳', - '𐓜' => '𐒴', - '𐓝' => '𐒵', - '𐓞' => '𐒶', - '𐓟' => '𐒷', - '𐓠' => '𐒸', - '𐓡' => '𐒹', - '𐓢' => '𐒺', - '𐓣' => '𐒻', - '𐓤' => '𐒼', - '𐓥' => '𐒽', - '𐓦' => '𐒾', - '𐓧' => '𐒿', - '𐓨' => '𐓀', - '𐓩' => '𐓁', - '𐓪' => '𐓂', - '𐓫' => '𐓃', - '𐓬' => '𐓄', - '𐓭' => '𐓅', - '𐓮' => '𐓆', - '𐓯' => '𐓇', - '𐓰' => '𐓈', - '𐓱' => '𐓉', - '𐓲' => '𐓊', - '𐓳' => '𐓋', - '𐓴' => '𐓌', - '𐓵' => '𐓍', - '𐓶' => '𐓎', - '𐓷' => '𐓏', - '𐓸' => '𐓐', - '𐓹' => '𐓑', - '𐓺' => '𐓒', - '𐓻' => '𐓓', - '𐳀' => '𐲀', - '𐳁' => '𐲁', - '𐳂' => '𐲂', - '𐳃' => '𐲃', - '𐳄' => '𐲄', - '𐳅' => '𐲅', - '𐳆' => '𐲆', - '𐳇' => '𐲇', - '𐳈' => '𐲈', - '𐳉' => '𐲉', - '𐳊' => '𐲊', - '𐳋' => '𐲋', - '𐳌' => '𐲌', - '𐳍' => '𐲍', - '𐳎' => '𐲎', - '𐳏' => '𐲏', - '𐳐' => '𐲐', - '𐳑' => '𐲑', - '𐳒' => '𐲒', - '𐳓' => '𐲓', - '𐳔' => '𐲔', - '𐳕' => '𐲕', - '𐳖' => '𐲖', - '𐳗' => '𐲗', - '𐳘' => '𐲘', - '𐳙' => '𐲙', - '𐳚' => '𐲚', - '𐳛' => '𐲛', - '𐳜' => '𐲜', - '𐳝' => '𐲝', - '𐳞' => '𐲞', - '𐳟' => '𐲟', - '𐳠' => '𐲠', - '𐳡' => '𐲡', - '𐳢' => '𐲢', - '𐳣' => '𐲣', - '𐳤' => '𐲤', - '𐳥' => '𐲥', - '𐳦' => '𐲦', - '𐳧' => '𐲧', - '𐳨' => '𐲨', - '𐳩' => '𐲩', - '𐳪' => '𐲪', - '𐳫' => '𐲫', - '𐳬' => '𐲬', - '𐳭' => '𐲭', - '𐳮' => '𐲮', - '𐳯' => '𐲯', - '𐳰' => '𐲰', - '𐳱' => '𐲱', - '𐳲' => '𐲲', - '𑣀' => '𑢠', - '𑣁' => '𑢡', - '𑣂' => '𑢢', - '𑣃' => '𑢣', - '𑣄' => '𑢤', - '𑣅' => '𑢥', - '𑣆' => '𑢦', - '𑣇' => '𑢧', - '𑣈' => '𑢨', - '𑣉' => '𑢩', - '𑣊' => '𑢪', - '𑣋' => '𑢫', - '𑣌' => '𑢬', - '𑣍' => '𑢭', - '𑣎' => '𑢮', - '𑣏' => '𑢯', - '𑣐' => '𑢰', - '𑣑' => '𑢱', - '𑣒' => '𑢲', - '𑣓' => '𑢳', - '𑣔' => '𑢴', - '𑣕' => '𑢵', - '𑣖' => '𑢶', - '𑣗' => '𑢷', - '𑣘' => '𑢸', - '𑣙' => '𑢹', - '𑣚' => '𑢺', - '𑣛' => '𑢻', - '𑣜' => '𑢼', - '𑣝' => '𑢽', - '𑣞' => '𑢾', - '𑣟' => '𑢿', - '𖹠' => '𖹀', - '𖹡' => '𖹁', - '𖹢' => '𖹂', - '𖹣' => '𖹃', - '𖹤' => '𖹄', - '𖹥' => '𖹅', - '𖹦' => '𖹆', - '𖹧' => '𖹇', - '𖹨' => '𖹈', - '𖹩' => '𖹉', - '𖹪' => '𖹊', - '𖹫' => '𖹋', - '𖹬' => '𖹌', - '𖹭' => '𖹍', - '𖹮' => '𖹎', - '𖹯' => '𖹏', - '𖹰' => '𖹐', - '𖹱' => '𖹑', - '𖹲' => '𖹒', - '𖹳' => '𖹓', - '𖹴' => '𖹔', - '𖹵' => '𖹕', - '𖹶' => '𖹖', - '𖹷' => '𖹗', - '𖹸' => '𖹘', - '𖹹' => '𖹙', - '𖹺' => '𖹚', - '𖹻' => '𖹛', - '𖹼' => '𖹜', - '𖹽' => '𖹝', - '𖹾' => '𖹞', - '𖹿' => '𖹟', - '𞤢' => '𞤀', - '𞤣' => '𞤁', - '𞤤' => '𞤂', - '𞤥' => '𞤃', - '𞤦' => '𞤄', - '𞤧' => '𞤅', - '𞤨' => '𞤆', - '𞤩' => '𞤇', - '𞤪' => '𞤈', - '𞤫' => '𞤉', - '𞤬' => '𞤊', - '𞤭' => '𞤋', - '𞤮' => '𞤌', - '𞤯' => '𞤍', - '𞤰' => '𞤎', - '𞤱' => '𞤏', - '𞤲' => '𞤐', - '𞤳' => '𞤑', - '𞤴' => '𞤒', - '𞤵' => '𞤓', - '𞤶' => '𞤔', - '𞤷' => '𞤕', - '𞤸' => '𞤖', - '𞤹' => '𞤗', - '𞤺' => '𞤘', - '𞤻' => '𞤙', - '𞤼' => '𞤚', - '𞤽' => '𞤛', - '𞤾' => '𞤜', - '𞤿' => '𞤝', - '𞥀' => '𞤞', - '𞥁' => '𞤟', - '𞥂' => '𞤠', - '𞥃' => '𞤡', -); diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap.php deleted file mode 100644 index c45624c..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap.php +++ /dev/null @@ -1,147 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language($language = null) { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str($string, &$result = []) { parse_str($string, $result); } -} -if (!function_exists('mb_strlen')) { - function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); } -} - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap80.php b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap80.php deleted file mode 100644 index f404f5f..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/bootstrap80.php +++ /dev/null @@ -1,143 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((string) $string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((string) $encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order((string) $encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); } -} -if (!function_exists('mb_strlen')) { - function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen((string) $string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtolower((string) $string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtoupper((string) $string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, $before_needle, (bool) $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_info((string) $type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub(?string $string, ?string $encoding = null): string { $encoding ??= mb_internal_encoding(); return mb_convert_encoding((string) $string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return p\Mbstring::mb_str_split((string) $string, (int) $length, $encoding); } -} - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/composer.json b/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/composer.json deleted file mode 100644 index ca82638..0000000 --- a/public_html/shop.old/composer.old/vendor/symfony/polyfill-mbstring/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "symfony/polyfill-mbstring", - "type": "library", - "description": "Symfony polyfill for the Mbstring extension", - "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.1" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.editorconfig b/public_html/shop.old/composer.old/vendor/twig/twig/.editorconfig deleted file mode 100644 index 270f1d1..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -; top-most EditorConfig file -root = true - -; Unix-style newlines -[*] -end_of_line = LF - -[*.php] -indent_style = space -indent_size = 4 - -[*.test] -indent_style = space -indent_size = 4 - -[*.rst] -indent_style = space -indent_size = 4 diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.gitattributes b/public_html/shop.old/composer.old/vendor/twig/twig/.gitattributes deleted file mode 100644 index 75e18f8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -/extra/** export-ignore -/tests export-ignore -/phpunit.xml.dist export-ignore diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/ci.yml b/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/ci.yml deleted file mode 100644 index 62b4b34..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/ci.yml +++ /dev/null @@ -1,169 +0,0 @@ -name: "CI" - -on: - pull_request: - push: - branches: - - '3.x' - -env: - SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE: 1 - -jobs: - tests: - name: "PHP ${{ matrix.php-version }}" - - runs-on: 'ubuntu-latest' - - continue-on-error: true - - strategy: - matrix: - php-version: - - '7.2.5' - - '7.3' - - '7.4' - - '8.0' - - steps: - - name: "Checkout code" - uses: actions/checkout@v2.3.3 - - - name: "Install PHP with extensions" - uses: shivammathur/setup-php@2.7.0 - with: - coverage: "none" - php-version: ${{ matrix.php-version }} - ini-values: memory_limit=-1 - tools: composer:v2 - - - name: "Add PHPUnit matcher" - run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - - name: "Set composer cache directory" - id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: "Cache composer" - uses: actions/cache@v2.1.2 - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }} - restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer- - - - run: composer install - - - name: "Install PHPUnit" - run: vendor/bin/simple-phpunit install - - - name: "PHPUnit version" - run: vendor/bin/simple-phpunit --version - - - name: "Run tests" - run: vendor/bin/simple-phpunit - - extension-tests: - needs: - - 'tests' - - name: "${{ matrix.extension }} with PHP ${{ matrix.php-version }}" - - runs-on: 'ubuntu-latest' - - continue-on-error: true - - strategy: - matrix: - php-version: - - '7.2.5' - - '7.3' - - '7.4' - - '8.0' - extension: - - 'extra/cache-extra' - - 'extra/cssinliner-extra' - - 'extra/html-extra' - - 'extra/inky-extra' - - 'extra/intl-extra' - - 'extra/markdown-extra' - - 'extra/string-extra' - - 'extra/twig-extra-bundle' - - steps: - - name: "Checkout code" - uses: actions/checkout@v2.3.3 - - - name: "Install PHP with extensions" - uses: shivammathur/setup-php@2.7.0 - with: - coverage: "none" - php-version: ${{ matrix.php-version }} - ini-values: memory_limit=-1 - tools: composer:v2 - - - name: "Add PHPUnit matcher" - run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - - name: "Set composer cache directory" - id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: "Cache composer" - uses: actions/cache@v2.1.2 - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-${{ matrix.php-version }}-${{ matrix.extension }}-${{ hashFiles('composer.json') }} - restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-${{ matrix.extension }}- - - - run: composer install - - - name: "Install PHPUnit" - run: vendor/bin/simple-phpunit install - - - name: "PHPUnit version" - run: vendor/bin/simple-phpunit --version - - - if: matrix.extension == 'extra/markdown-extra' && matrix.php-version == '8.0' - working-directory: ${{ matrix.extension}} - run: composer config platform.php 7.4.99 - - - name: "Composer install" - working-directory: ${{ matrix.extension}} - run: composer install - - - name: "Run tests" - working-directory: ${{ matrix.extension}} - run: ../../vendor/bin/simple-phpunit -# -# Drupal does not support Twig 3 now! -# -# integration-tests: -# needs: -# - 'tests' -# -# name: "Integration tests with PHP ${{ matrix.php-version }}" -# -# runs-on: 'ubuntu-20.04' -# -# continue-on-error: true -# -# strategy: -# matrix: -# php-version: -# - '7.3' -# -# steps: -# - name: "Checkout code" -# uses: actions/checkout@v2.3.3 -# -# - name: "Install PHP with extensions" -# uses: shivammathur/setup-php@2.7.0 -# with: -# coverage: "none" -# extensions: "gd, pdo_sqlite" -# php-version: ${{ matrix.php-version }} -# ini-values: memory_limit=-1 -# tools: composer:v2 -# -# - run: ./drupal_test.sh -# shell: "bash" diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/documentation.yml b/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/documentation.yml deleted file mode 100644 index 0b3ca71..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.github/workflows/documentation.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: "Documentation" - -on: - pull_request: - push: - branches: - - '3.x' - -jobs: - build: - name: "Build" - - runs-on: ubuntu-latest - - steps: - - name: "Checkout code" - uses: actions/checkout@v2 - - - name: "Set up Python 3.7" - uses: actions/setup-python@v1 - with: - python-version: '3.7' # Semantic version range syntax or exact version of a Python version - - - name: "Display Python version" - run: python -c "import sys; print(sys.version)" - - - name: "Install Sphinx dependencies" - run: sudo apt-get install python-dev build-essential - - - name: "Cache pip" - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - - - name: "Install Sphinx + requirements via pip" - working-directory: "doc" - run: pip install -r _build/.requirements.txt - - - name: "Build documentation" - working-directory: "doc" - run: make -C _build SPHINXOPTS="-nqW -j auto" html - - doctor-rst: - name: "DOCtor-RST" - - runs-on: ubuntu-latest - - steps: - - name: "Checkout code" - uses: actions/checkout@v2 - - - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst - with: - args: --short - env: - DOCS_DIR: 'doc/' diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.gitignore b/public_html/shop.old/composer.old/vendor/twig/twig/.gitignore deleted file mode 100644 index cd52aea..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/composer.lock -/phpunit.xml -/vendor -.phpunit.result.cache diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/.php_cs.dist b/public_html/shop.old/composer.old/vendor/twig/twig/.php_cs.dist deleted file mode 100644 index b81882f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/.php_cs.dist +++ /dev/null @@ -1,20 +0,0 @@ -setRules([ - '@Symfony' => true, - '@Symfony:risky' => true, - '@PHPUnit75Migration:risky' => true, - 'php_unit_dedicate_assert' => ['target' => '5.6'], - 'array_syntax' => ['syntax' => 'short'], - 'php_unit_fqcn_annotation' => true, - 'no_unreachable_default_argument_value' => false, - 'braces' => ['allow_single_line_closure' => true], - 'heredoc_to_nowdoc' => false, - 'ordered_imports' => true, - 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], - 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'all'], - ]) - ->setRiskyAllowed(true) - ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) -; diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/CHANGELOG b/public_html/shop.old/composer.old/vendor/twig/twig/CHANGELOG deleted file mode 100644 index 6215efb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/CHANGELOG +++ /dev/null @@ -1,1598 +0,0 @@ -# 3.3.0 (2021-02-08) - - * Fix macro calls in a "cache" tag - * Add the slug filter - * Allow extra bundle to be compatible with Twig 2 - -# 3.2.1 (2021-01-05) - - * Fix extra bundle compat with older versions of Symfony - -# 3.2.0 (2021-01-05) - - * Add the Cache extension in the "extra" repositories: "cache" tag - * Add "registerUndefinedTokenParserCallback" - * Mark built-in node visitors as @internal - * Fix "odd" not working for negative numbers - -# 3.1.1 (2020-10-27) - - * Fix "include(template_from_string())" - -# 3.1.0 (2020-10-21) - - * Fix sandbox support when using "include(template_from_string())" - * Make round brackets optional for one argument tests like "same as" or "divisible by" - * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } - -# 3.0.5 (2020-08-05) - - * Fix twig_compare w.r.t. whitespace trimming - * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag - * Fix a regression when not using a space before an operator - * Restrict callables to closures in filters - * Allow trailing commas in argument lists (in calls as well as definitions) - -# 3.0.4 (2020-07-05) - - * Fix comparison operators - * Fix options not taken into account when using "Michelf\MarkdownExtra" - * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument - * Throw exception in case non-Traversable data is passed to "filter" - * Fix context optimization on PHP 7.4 - * Fix PHP 8 compatibility - * Fix ambiguous syntax parsing - -# 3.0.3 (2020-02-11) - - * Add a check to ensure that iconv() is defined - -# 3.0.2 (2020-02-11) - - * Avoid exceptions when an intl resource is not found - * Fix implementation of case-insensitivity for method names - -# 3.0.1 (2019-12-28) - - * fixed Symfony 5.0 support for the HTML extra extension - -# 3.0.0 (2019-11-15) - - * fixed number formatter in Intl extra extension when using a formatter prototype - -# 3.0.0-BETA1 (2019-11-11) - - * removed the "if" condition support on the "for" tag - * made the in, <, >, <=, >=, ==, and != operators more strict when comparing strings and integers/floats - * removed the "filter" tag - * added type hints everywhere - * changed Environment::resolveTemplate() to always return a TemplateWrapper instance - * removed Template::__toString() - * removed Parser::isReservedMacroName() - * removed SanboxedPrintNode - * removed Node::setTemplateName() - * made classes maked as "@final" final - * removed InitRuntimeInterface, ExistsLoaderInterface, and SourceContextLoaderInterface - * removed the "spaceless" tag - * removed Twig\Environment::getBaseTemplateClass() and Twig\Environment::setBaseTemplateClass() - * removed the "base_template_class" option on Twig\Environment - * bumped minimum PHP version to 7.2 - * removed PSR-0 classes - -# 2.14.4 (2021-XX-XX) - - * Add the slug filter - -# 2.14.3 (2021-01-05) - - * Fix extra bundle compat with older versions of Symfony - -# 2.14.2 (2021-01-05) - - * Fix "odd" not working for negative numbers - -# 2.14.1 (2020-10-27) - -* Fix "include(template_from_string())" - -# 2.14.0 (2020-10-21) - - * Fix sandbox support when using "include(template_from_string())" - * Make round brackets optional for one argument tests like "same as" or "divisible by" - * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } - * Drop PHP 7.1 support - -# 2.13.1 (2020-08-05) - - * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag - * Fix a regression when not using a space before an operator - * Restrict callables to closures in filters - * Allow trailing commas in argument lists (in calls as well as definitions) - -# 2.13.0 (2020-07-05) - - * Fix options not taken into account when using "Michelf\MarkdownExtra" - * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument - * Drop support for PHP 7.0 - * Throw exception in case non-Traversable data is passed to "filter" - * Fix context optimization on PHP 7.4 - * Fix PHP 8 compatibility - * Fix ambiguous syntax parsing - -# 2.12.5 (2020-02-11) - - * Add a check to ensure that iconv() is defined - -# 2.12.4 (2020-02-11) - - * Avoid exceptions when an intl resource is not found - * Fix implementation of case-insensitivity for method names - -# 2.12.3 (2019-12-28) - - * fixed Symfony 5.0 support for the HTML extra extension - * fixed number formatter in Intl extra extension when using a formatter prototype - -# 2.12.2 (2019-11-11) - - * added supported for exponential numbers - -# 2.12.1 (2019-10-17) - - * added the String extension in the "extra" repositories: "u" filter - -# 2.12.0 (2019-10-05) - - * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter - * added support for an "arrow" function on the "sort" filter - * added the CssInliner extension in the "extra" repositories: "inline_css" - filter - * added the Inky extension in the "extra" repositories: "inky_to_html" filter - * added Intl extension in the "extra" repositories: "country_name", - "currency_name", "currency_symbol", "language_name", "locale_name", - "timezone_name", "format_currency", "format_number", - "format_*_number", "format_datetime", "format_date", and "format_time" - filters, and the "country_timezones" function - * added the Markdown extension in the "extra" repositories: "markdown_to_html", - and "html_to_markdown" filters - * added the HtmlExtension extension in the "extra" repositories: "date_uri" - filter, and "html_classes" function - * optimized "block('foo') ?? 'bar'" - * fixed the empty test on Traversable instances - * fixed array_key_exists() on objects - * fixed cache when opcache is installed but disabled - * fixed using macros in arrow functions - * fixed split filter on edge case - -# 2.11.3 (2019-06-18) - - * display partial output (PHP buffer) when an error occurs in debug mode - * fixed the filter filter (allow the result to be used several times) - * fixed macro auto-import when a template contains only macros - -# 2.11.2 (2019-06-05) - - * fixed macro auto-import - -# 2.11.1 (2019-06-04) - - * added support for "Twig\Markup" instances in the "in" test (again) - * allowed string operators as variables names in assignments - * fixed support for macros defined in parent templates - -# 2.11.0 (2019-05-31) - - * added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExtension::addSafeClass()") - * deprecated CoreExtension::setEscaper() and CoreExtension::getEscapers() in favor of the same methods on EscaperExtension - * macros are now auto-imported in the template they are defined (under the ``_self`` variable) - * added support for macros on "is defined" tests - * fixed macros "import" when using the same name in the parent and child templates - * fixed recursive macros - * macros imported "globally" in a template are now available in macros without re-importing them - * fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance) - * fixed a PHP fatal error when calling a macro imported in a block in a nested block - * fixed a PHP fatal error when calling a macro imported in the template in another macro - * fixed wrong error message on "import" and "from" - -# 2.10.0 (2019-05-14) - - * deprecated "if" conditions on "for" tags - * added "filter", "map", and "reduce" filters (and support for arrow functions) - * fixed partial output leak when a PHP fatal error occurs - * optimized context access on PHP 7.4 - -# 2.9.0 (2019-04-28) - - * deprecated returning "false" to remove a Node from NodeVisitorInterface::leaveNode() - * allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning) - * deprecated the "filter" tag (use the "apply" tag instead) - * added the "apply" tag as a replacement for the "filter" tag - * allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning) - * added support for "Twig\Markup" instances in the "in" test - * fixed "import" when macros are stored in a template string - * fixed Lexer when using custom options containing the # char - * added template line number to twig_get_attribute() - -# 2.8.1 (2019-04-16) - - * fixed EscaperNodeVisitor - * deprecated passing a 3rd, 4th, and 5th arguments to the Sandbox exception classes - * deprecated Node::setTemplateName() in favor of Node::setSourceContext() - -# 2.8.0 (2019-04-16) - - * added Traversable support for the length filter - * fixed some wrong location in error messages - * made exception creation faster - * made escaping on ternary expressions (?: and ??) more fine-grained - * added the possibility to give a nice name to string templates (template_from_string function) - * fixed the "with" behavior to always include the globals (for consistency with the "include" and "embed" tags) - * fixed "include" with "ignore missing" when an error loading occurs in the included template - * added support for a new whitespace trimming option ({%~ ~%}, {{~ ~}}, {#~ ~#}) - * added the "column" filter - -# 2.7.4 (2019-03-23) - - * fixed variadic support - * fixed CheckToStringNode implementation (broken when a function/filter is variadic) - -# 2.7.3 (2019-03-21) - - * fixed the spaceless filter so that it behaves like the spaceless tag - * fixed BC break on Environment::resolveTemplate() - * allowed Traversable objects to be used in the "with" tag - * allowed Traversable objects to be used in the "with" tag - * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags - -# 2.7.2 (2019-03-12) - - * added TemplateWrapper::getTemplateName() - -# 2.7.1 (2019-03-12) - - * fixed class aliases - -# 2.7.0 (2019-03-12) - - * fixed sandbox security issue (under some circumstances, calling the - __toString() method on an object was possible even if not allowed by the - security policy) - * fixed batch filter clobbers array keys when fill parameter is used - * added preserveKeys support for the batch filter - * fixed "embed" support when used from "template_from_string" - * deprecated passing a Twig\Template to Twig\Environment::load()/Twig\Environment::resolveTemplate() - * added the possibility to pass a TemplateWrapper to Twig\Environment::load() - * marked Twig\Environment::getTemplateClass() as internal (implementation detail) - * improved the performance of the sandbox - * deprecated the spaceless tag - * added a spaceless filter - * added max value to the "random" function - * deprecated Twig\Extension\InitRuntimeInterface - * deprecated Twig\Loader\ExistsLoaderInterface - * deprecated PSR-0 classes in favor of namespaced ones - * made namespace classes the default classes (PSR-0 ones are aliases now) - * added Twig\Loader\ChainLoader::getLoaders() - * removed duplicated directory separator in FilesystemLoader - * deprecated the "base_template_class" option on Twig\Environment - * deprecated the Twig\Environment::getBaseTemplateClass() and - Twig\Environment::setBaseTemplateClass() methods - * changed internal code to use the namespaced classes as much as possible - * deprecated Twig_Parser::isReservedMacroName() - -# 2.6.2 (2019-01-14) - - * fixed regression (key exists check for non ArrayObject objects) - -# 2.6.1 (2019-01-14) - - * fixed ArrayObject access with a null value - * fixed embedded templates starting with a BOM - * fixed using a Twig_TemplateWrapper instance as an argument to extends - * fixed error location when calling an undefined block - * deprecated passing a string as a source on Twig_Error - * switched generated code to use the PHP short array notation - * fixed float representation in compiled templates - * added a second argument to the join filter (last separator configuration) - -# 2.6.0 (2018-12-16) - - * made sure twig_include returns a string - * fixed multi-byte UFT-8 in escape('html_attr') - * added the "deprecated" tag - * added support for dynamically named tests - * fixed GlobalsInterface extended class - * fixed filesystem loader throwing an exception instead of returning false - -# 2.5.0 (2018-07-13) - - * deprecated using the spaceless tag at the root level of a child template (noop anyway) - * deprecated the possibility to define a block in a non-capturing block in a child template - * added the Symfony ctype polyfill as a dependency - * fixed reporting the proper location for errors compiled in templates - * fixed the error handling for the optimized extension-based function calls - * ensured that syntax errors are triggered with the right line - * "js" filter now produces valid JSON - -# 2.4.8 (2018-04-02) - - * fixed a regression when using the "default" filter or the "defined" test on non-existing arrays - -# 2.4.7 (2018-03-20) - - * optimized runtime performance - * optimized parser performance by inlining the constant values - * fixed block names unicity - * fixed counting children of SimpleXMLElement objects - * added missing else clause to avoid infinite loops - * fixed .. (range operator) in sandbox policy - -# 2.4.6 (2018-03-03) - - * fixed a regression in the way the profiler is registered in templates - -# 2.4.5 (2018-03-02) - - * optimized the performance of calling an extension method at runtime - * optimized the performance of the dot operator for array and method calls - * added an exception when using "===" instead of "same as" - * fixed possible array to string conversion concealing actual error - * made variable names deterministic in compiled templates - * fixed length filter when passing an instance of IteratorAggregate - * fixed Environment::resolveTemplate to accept instances of TemplateWrapper - -# 2.4.4 (2017-09-27) - - * added Twig_Profiler_Profile::reset() - * fixed use TokenParser to return an empty Node - * added RuntimeExtensionInterface - * added circular reference detection when loading templates - * added support for runtime loaders in IntegrationTestCase - * fixed deprecation when using Twig_Profiler_Dumper_Html - * removed @final from Twig_Profiler_Dumper_Text - -# 2.4.3 (2017-06-07) - - * fixed namespaces introduction - -# 2.4.2 (2017-06-05) - - * fixed namespaces introduction - -# 2.4.1 (2017-06-05) - - * fixed namespaces introduction - -# 2.4.0 (2017-06-05) - - * added support for PHPUnit 6 when testing extensions - * fixed PHP 7.2 compatibility - * fixed template name generation in Twig_Environment::createTemplate() - * removed final tag on Twig_TokenParser_Include - * dropped HHVM support - * added namespaced aliases for all (non-deprecated) classes and interfaces - * marked Twig_Filter, Twig_Function, Twig_Test, Twig_Node_Module and Twig_Profiler_Profile as final via the @final annotation - -# 2.3.2 (2017-04-20) - - * fixed edge case in the method cache for Twig attributes - -# 2.3.1 (2017-04-18) - - * fixed the empty() test - -# 2.3.0 (2017-03-22) - - * fixed a race condition handling when writing cache files - * "length" filter now returns string length when applied to an object that does - not implement \Countable but provides __toString() - * "empty" test will now consider the return value of the __toString() method for - objects implement __toString() but not \Countable - * fixed JS escaping for unicode characters with higher code points - * added error message when calling `parent()` in a block that doesn't exist in the parent template - -# 2.2.0 (2017-02-26) - - * added a PSR-11 compatible runtime loader - * added `side` argument to `trim` to allow left or right trimming only. - -# 2.1.0 (2017-01-11) - - * fixed twig_get_attribute() - * added Twig_NodeCaptureInterface for nodes that capture all output - -# 2.0.0 (2017-01-05) - - * removed the C extension - * moved Twig_Environment::getAttribute() to twig_get_attribute() - * removed Twig_Environment::getLexer(), Twig_Environment::getParser(), Twig_Environment::getCompiler() - * removed Twig_Compiler::getFilename() - * added hasser support in Twig_Template::getAttribute() - * sped up the json_encode filter - * removed reserved macro names; all names can be used as macro - * removed Twig_Template::getEnvironment() - * changed _self variable to return the current template name - * made the loader a required argument of Twig_Environment constructor - * removed Twig_Environment::clearTemplateCache() - * removed Twig_Autoloader (use Composer instead) - * removed `true` as an equivalent to `html` for the auto-escaping strategy - * removed pre-1.8 autoescape tag syntax - * dropped support for PHP 5.x - * removed the ability to register a global variable after the runtime or the extensions have been initialized - * improved the performance of the filesystem loader - * removed features that were deprecated in 1.x - -# 1.44.3 (2021-XX-XX) - - * n/a - -# 1.44.2 (2021-01-05) - - * Fix "odd" not working for negative numbers - -# 1.44.1 (2020-10-27) - - * Fix "include(template_from_string())" - -# 1.44.0 (2020-10-21) - - * Remove implicit dependency on ext/iconv in JS escaper - * Fix sandbox support when using "include(template_from_string())" - * Make round brackets optional for one argument tests like "same as" or "divisible by" - * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } - * Fix filter(), map(), and reduce() to throw a RuntimeError instead of a PHP TypeError - * Drop PHP 7.1 support - -# 1.43.1 (2020-08-05) - - * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag - * Fix a regression when not using a space before an operator - * Restrict callables to closures in filters - * Allow trailing commas in argument lists (in calls as well as definitions) - -# 1.43.0 (2020-07-05) - - * Throw exception in case non-Traversable data is passed to "filter" - * Fix context optimization on PHP 7.4 - * Fix PHP 8 compatibility - * Drop PHP 5.5 5.6, and 7.0 support - * Fix ambiguous syntax parsing - * In sandbox, the `filter`, `map` and `reduce` filters require Closures in `arrow` parameter - -# 1.42.5 (2020-02-11) - - * Fix implementation of case-insensitivity for method names - -# 1.42.4 (2019-11-11) - - * optimized "block('foo') ?? 'bar" - * added supported for exponential numbers - -# 1.42.3 (2019-08-24) - - * fixed the "split" filter when the delimiter is "0" - * fixed the "empty" test on Traversable instances - * fixed cache when opcache is installed but disabled - * fixed PHP 7.4 compatibility - * bumped the minimal PHP version to 5.5 - -# 1.42.2 (2019-06-18) - - * Display partial output (PHP buffer) when an error occurs in debug mode - -# 1.42.1 (2019-06-04) - - * added support for "Twig\Markup" instances in the "in" test (again) - * allowed string operators as variables names in assignments - -# 1.42.0 (2019-05-31) - - * fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance) - * fixed a PHP fatal error when calling a macro imported in a block in a nested block - * fixed a PHP fatal error when calling a macro imported in the template in another macro - * fixed wrong error message on "import" and "from" - -# 1.41.0 (2019-05-14) - - * fixed support for PHP 7.4 - * added "filter", "map", and "reduce" filters (and support for arrow functions) - * fixed partial output leak when a PHP fatal error occurs - * optimized context access on PHP 7.4 - -# 1.40.1 (2019-04-29) - -# fixed regression in NodeTraverser - -# 1.40.0 (2019-04-28) - - * allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning) - * added the "apply" tag as a replacement for the "filter" tag - * allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning) - * added support for "Twig\Markup" instances in the "in" test - * fixed Lexer when using custom options containing the # char - * fixed "import" when macros are stored in a template string - -# 1.39.1 (2019-04-16) - - * fixed EscaperNodeVisitor - -# 1.39.0 (2019-04-16) - - * added Traversable support for the length filter - * fixed some wrong location in error messages - * made exception creation faster - * made escaping on ternary expressions (?: and ??) more fine-grained - * added the possibility to give a nice name to string templates (template_from_string function) - * fixed the "with" behavior to always include the globals (for consistency with the "include" and "embed" tags) - * fixed "include" with "ignore missing" when an error loading occurs in the included template - * added support for a new whitespace trimming option ({%~ ~%}, {{~ ~}}, {#~ ~#}) - -# 1.38.4 (2019-03-23) - - * fixed CheckToStringNode implementation (broken when a function/filter is variadic) - -# 1.38.3 (2019-03-21) - - * fixed the spaceless filter so that it behaves like the spaceless tag - * fixed BC break on Environment::resolveTemplate() - * fixed the bundled Autoloader to also load namespaced classes - * allowed Traversable objects to be used in the "with" tag - * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags - -# 1.38.2 (2019-03-12) - - * added TemplateWrapper::getTemplateName() - -# 1.38.1 (2019-03-12) - - * fixed class aliases - -# 1.38.0 (2019-03-12) - - * fixed sandbox security issue (under some circumstances, calling the - __toString() method on an object was possible even if not allowed by the - security policy) - * fixed batch filter clobbers array keys when fill parameter is used - * added preserveKeys support for the batch filter - * fixed "embed" support when used from "template_from_string" - * added the possibility to pass a TemplateWrapper to Twig\Environment::load() - * improved the performance of the sandbox - * added a spaceless filter - * added max value to the "random" function - * made namespace classes the default classes (PSR-0 ones are aliases now) - * removed duplicated directory separator in FilesystemLoader - * added Twig\Loader\ChainLoader::getLoaders() - * changed internal code to use the namespaced classes as much as possible - -# 1.37.1 (2019-01-14) - - * fixed regression (key exists check for non ArrayObject objects) - * fixed logic in TemplateWrapper - -# 1.37.0 (2019-01-14) - - * fixed ArrayObject access with a null value - * fixed embedded templates starting with a BOM - * fixed using a Twig_TemplateWrapper instance as an argument to extends - * switched generated code to use the PHP short array notation - * dropped PHP 5.3 support - * fixed float representation in compiled templates - * added a second argument to the join filter (last separator configuration) - -# 1.36.0 (2018-12-16) - - * made sure twig_include returns a string - * fixed multi-byte UFT-8 in escape('html_attr') - * added the "deprecated" tag - * added support for dynamically named tests - * fixed GlobalsInterface extended class - * fixed filesystem loader throwing an exception instead of returning false - -# 1.35.4 (2018-07-13) - - * ensured that syntax errors are triggered with the right line - * added the Symfony ctype polyfill as a dependency - * "js" filter now produces valid JSON - -# 1.35.3 (2018-03-20) - - * fixed block names unicity - * fixed counting children of SimpleXMLElement objects - * added missing else clause to avoid infinite loops - * fixed .. (range operator) in sandbox policy - -# 1.35.2 (2018-03-03) - - * fixed a regression in the way the profiler is registered in templates - -# 1.35.1 (2018-03-02) - - * added an exception when using "===" instead of "same as" - * fixed possible array to string conversion concealing actual error - * made variable names deterministic in compiled templates - * fixed length filter when passing an instance of IteratorAggregate - * fixed Environment::resolveTemplate to accept instances of TemplateWrapper - -# 1.35.0 (2017-09-27) - - * added Twig_Profiler_Profile::reset() - * fixed use TokenParser to return an empty Node - * added RuntimeExtensionInterface - * added circular reference detection when loading templates - -# 1.34.4 (2017-07-04) - - * added support for runtime loaders in IntegrationTestCase - * fixed deprecation when using Twig_Profiler_Dumper_Html - -# 1.34.3 (2017-06-07) - - * fixed namespaces introduction - -# 1.34.2 (2017-06-05) - - * fixed namespaces introduction - -# 1.34.1 (2017-06-05) - - * fixed namespaces introduction - -# 1.34.0 (2017-06-05) - - * added support for PHPUnit 6 when testing extensions - * fixed PHP 7.2 compatibility - * fixed template name generation in Twig_Environment::createTemplate() - * removed final tag on Twig_TokenParser_Include - * added namespaced aliases for all (non-deprecated) classes and interfaces - * dropped HHVM support - * dropped PHP 5.2 support - -# 1.33.2 (2017-04-20) - - * fixed edge case in the method cache for Twig attributes - -# 1.33.1 (2017-04-18) - - * fixed the empty() test - -# 1.33.0 (2017-03-22) - - * fixed a race condition handling when writing cache files - * "length" filter now returns string length when applied to an object that does - not implement \Countable but provides __toString() - * "empty" test will now consider the return value of the __toString() method for - objects implement __toString() but not \Countable - * fixed JS escaping for unicode characters with higher code points - -# 1.32.0 (2017-02-26) - - * fixed deprecation notice in Twig_Util_DeprecationCollector - * added a PSR-11 compatible runtime loader - * added `side` argument to `trim` to allow left or right trimming only. - -# 1.31.0 (2017-01-11) - - * added Twig_NodeCaptureInterface for nodes that capture all output - * fixed marking the environment as initialized too early - * fixed C89 compat for the C extension - * turned fatal error into exception when a previously generated cache is corrupted - * fixed offline cache warm-ups for embedded templates - -# 1.30.0 (2016-12-23) - - * added Twig_FactoryRuntimeLoader - * deprecated function/test/filter/tag overriding - * deprecated the "disable_c_ext" attribute on Twig_Node_Expression_GetAttr - -# 1.29.0 (2016-12-13) - - * fixed sandbox being left enabled if an exception is thrown while rendering - * marked some classes as being final (via @final) - * made Twig_Error report real source path when possible - * added support for {{ _self }} to provide an upgrade path from 1.x to 2.0 (replaces {{ _self.templateName }}) - * deprecated silent display of undefined blocks - * deprecated support for mbstring.func_overload != 0 - -# 1.28.2 (2016-11-23) - - * fixed precedence between getFoo() and isFoo() in Twig_Template::getAttribute() - * improved a deprecation message - -# 1.28.1 (2016-11-18) - - * fixed block() function when used with a template argument - -# 1.28.0 (2016-11-17) - - * added support for the PHP 7 null coalescing operator for the ?? Twig implementation - * exposed a way to access template data and methods in a portable way - * changed context access to use the PHP 7 null coalescing operator when available - * added the "with" tag - * added support for a custom template on the block() function - * added "is defined" support for block() and constant() - * optimized the way attributes are fetched - -# 1.27.0 (2016-10-25) - - * deprecated Twig_Parser::getEnvironment() - * deprecated Twig_Parser::addHandler() and Twig_Parser::addNodeVisitor() - * deprecated Twig_Compiler::addIndentation() - * fixed regression when registering two extensions having the same class name - * deprecated Twig_LoaderInterface::getSource() (implement Twig_SourceContextLoaderInterface instead) - * fixed the filesystem loader with relative paths - * deprecated Twig_Node::getLine() in favor of Twig_Node::getTemplateLine() - * deprecated Twig_Template::getSource() in favor of Twig_Template::getSourceContext() - * deprecated Twig_Node::getFilename() in favor of Twig_Node::getTemplateName() - * deprecated the "filename" escaping strategy (use "name" instead) - * added Twig_Source to hold information about the original template - * deprecated Twig_Error::getTemplateFile() and Twig_Error::setTemplateFile() in favor of Twig_Error::getTemplateName() and Twig_Error::setTemplateName() - * deprecated Parser::getFilename() - * fixed template paths when a template name contains a protocol like vfs:// - * improved debugging with Twig_Sandbox_SecurityError exceptions for disallowed methods and properties - -# 1.26.1 (2016-10-05) - - * removed template source code from generated template classes when debug is disabled - * fixed default implementation of Twig_Template::getDebugInfo() for better BC - * fixed regression on static calls for functions/filters/tests - -# 1.26.0 (2016-10-02) - - * added template cache invalidation based on more environment options - * added a missing deprecation notice - * fixed template paths when a template is stored in a PHAR file - * allowed filters/functions/tests implementation to use a different class than the extension they belong to - * deprecated Twig_ExtensionInterface::getName() - -# 1.25.0 (2016-09-21) - - * changed the way we store template source in template classes - * removed usage of realpath in cache keys - * fixed Twig cache sharing when used with different versions of PHP - * removed embed parent workaround for simple use cases - * deprecated the ability to store non Node instances in Node::$nodes - * deprecated Twig_Environment::getLexer(), Twig_Environment::getParser(), Twig_Environment::getCompiler() - * deprecated Twig_Compiler::getFilename() - -# 1.24.2 (2016-09-01) - - * fixed static callables - * fixed a potential PHP warning when loading the cache - * fixed a case where the autoescaping does not work as expected - -# 1.24.1 (2016-05-30) - - * fixed reserved keywords (forbids true, false, null and none keywords for variables names) - * fixed support for PHP7 (Throwable support) - * marked the following methods as being internals on Twig_Environment: - getFunctions(), getFilters(), getTests(), getFunction(), getFilter(), getTest(), - getTokenParsers(), getTags(), getNodeVisitors(), getUnaryOperators(), getBinaryOperators(), - getFunctions(), getFilters(), getGlobals(), initGlobals(), initExtensions(), and initExtension() - -# 1.24.0 (2016-01-25) - - * adding support for the ?? operator - * fixed the defined test when used on a constant, a map, or a sequence - * undeprecated _self (should only be used to get the template name, not the template instance) - * fixed parsing on PHP7 - -# 1.23.3 (2016-01-11) - - * fixed typo - -# 1.23.2 (2015-01-11) - - * added versions in deprecated messages - * made file cache tolerant for trailing (back)slashes on directory configuration - * deprecated unused Twig_Node_Expression_ExtensionReference class - -# 1.23.1 (2015-11-05) - - * fixed some exception messages which triggered PHP warnings - * fixed BC on Twig_Test_NodeTestCase - -# 1.23.0 (2015-10-29) - - * deprecated the possibility to override an extension by registering another one with the same name - * deprecated Twig_ExtensionInterface::getGlobals() (added Twig_Extension_GlobalsInterface for BC) - * deprecated Twig_ExtensionInterface::initRuntime() (added Twig_Extension_InitRuntimeInterface for BC) - * deprecated Twig_Environment::computeAlternatives() - -# 1.22.3 (2015-10-13) - - * fixed regression when using null as a cache strategy - * improved performance when checking template freshness - * fixed warnings when loaded templates do not exist - * fixed template class name generation to prevent possible collisions - * fixed logic for custom escapers to call them even on integers and null values - * changed template cache names to take into account the Twig C extension - -# 1.22.2 (2015-09-22) - - * fixed a race condition in template loading - -# 1.22.1 (2015-09-15) - - * fixed regression in template_from_string - -# 1.22.0 (2015-09-13) - - * made Twig_Test_IntegrationTestCase more flexible - * added an option to force PHP bytecode invalidation when writing a compiled template into the cache - * fixed the profiler duration for the root node - * changed template cache names to take into account enabled extensions - * deprecated Twig_Environment::clearCacheFiles(), Twig_Environment::getCacheFilename(), - Twig_Environment::writeCacheFile(), and Twig_Environment::getTemplateClassPrefix() - * added a way to override the filesystem template cache system - * added a way to get the original template source from Twig_Template - -# 1.21.2 (2015-09-09) - - * fixed variable names for the deprecation triggering code - * fixed escaping strategy detection based on filename - * added Traversable support for replace, merge, and sort - * deprecated support for character by character replacement for the "replace" filter - -# 1.21.1 (2015-08-26) - - * fixed regression when using the deprecated Twig_Test_* classes - -# 1.21.0 (2015-08-24) - - * added deprecation notices for deprecated features - * added a deprecation "framework" for filters/functions/tests and test fixtures - -# 1.20.0 (2015-08-12) - - * forbid access to the Twig environment from templates and internal parts of Twig_Template - * fixed limited RCEs when in sandbox mode - * deprecated Twig_Template::getEnvironment() - * deprecated the _self variable for usage outside of the from and import tags - * added Twig_BaseNodeVisitor to ease the compatibility of node visitors - between 1.x and 2.x - -# 1.19.0 (2015-07-31) - - * fixed wrong error message when including an undefined template in a child template - * added support for variadic filters, functions, and tests - * added support for extra positional arguments in macros - * added ignore_missing flag to the source function - * fixed batch filter with zero items - * deprecated Twig_Environment::clearTemplateCache() - * fixed sandbox disabling when using the include function - -# 1.18.2 (2015-06-06) - - * fixed template/line guessing in exceptions for nested templates - * optimized the number of inodes and the size of realpath cache when using the cache - -# 1.18.1 (2015-04-19) - - * fixed memory leaks in the C extension - * deprecated Twig_Loader_String - * fixed the slice filter when used with a SimpleXMLElement object - * fixed filesystem loader when trying to load non-files (like directories) - -# 1.18.0 (2015-01-25) - - * fixed some error messages where the line was wrong (unknown variables or argument names) - * added a new way to customize the main Module node (via empty nodes) - * added Twig_Environment::createTemplate() to create a template from a string - * added a profiler - * fixed filesystem loader cache when different file paths are used for the same template - -# 1.17.0 (2015-01-14) - - * added a 'filename' autoescaping strategy, which dynamically chooses the - autoescaping strategy for a template based on template file extension. - -# 1.16.3 (2014-12-25) - - * fixed regression for dynamic parent templates - * fixed cache management with statcache - * fixed a regression in the slice filter - -# 1.16.2 (2014-10-17) - - * fixed timezone on dates as strings - * fixed 2-words test names when a custom node class is not used - * fixed macros when using an argument named like a PHP super global (like GET or POST) - * fixed date_modify when working with DateTimeImmutable - * optimized for loops - * fixed multi-byte characters handling in the split filter - * fixed a regression in the in operator - * fixed a regression in the slice filter - -# 1.16.1 (2014-10-10) - - * improved error reporting in a sandboxed template - * fixed missing error file/line information under certain circumstances - * fixed wrong error line number in some error messages - * fixed the in operator to use strict comparisons - * sped up the slice filter - * fixed for mb function overload mb_substr acting different - * fixed the attribute() function when passing a variable for the arguments - -# 1.16.0 (2014-07-05) - - * changed url_encode to always encode according to RFC 3986 - * fixed inheritance in a 'use'-hierarchy - * removed the __toString policy check when the sandbox is disabled - * fixed recursively calling blocks in templates with inheritance - -# 1.15.1 (2014-02-13) - - * fixed the conversion of the special '0000-00-00 00:00' date - * added an error message when trying to import an undefined block from a trait - * fixed a C extension crash when accessing defined but uninitialized property. - -# 1.15.0 (2013-12-06) - - * made ignoreStrictCheck in Template::getAttribute() works with __call() methods throwing BadMethodCallException - * added min and max functions - * added the round filter - * fixed a bug that prevented the optimizers to be enabled/disabled selectively - * fixed first and last filters for UTF-8 strings - * added a source function to include the content of a template without rendering it - * fixed the C extension sandbox behavior when get or set is prepend to method name - -# 1.14.2 (2013-10-30) - - * fixed error filename/line when an error occurs in an included file - * allowed operators that contain whitespaces to have more than one whitespace - * allowed tests to be made of 1 or 2 words (like "same as" or "divisible by") - -# 1.14.1 (2013-10-15) - - * made it possible to use named operators as variables - * fixed the possibility to have a variable named 'matches' - * added support for PHP 5.5 DateTimeInterface - -# 1.14.0 (2013-10-03) - - * fixed usage of the html_attr escaping strategy to avoid double-escaping with the html strategy - * added new operators: ends with, starts with, and matches - * fixed some compatibility issues with HHVM - * added a way to add custom escaping strategies - * fixed the C extension compilation on Windows - * fixed the batch filter when using a fill argument with an exact match of elements to batch - * fixed the filesystem loader cache when a template name exists in several namespaces - * fixed template_from_string when the template includes or extends other ones - * fixed a crash of the C extension on an edge case - -# 1.13.2 (2013-08-03) - - * fixed the error line number for an error occurs in and embedded template - * fixed crashes of the C extension on some edge cases - -# 1.13.1 (2013-06-06) - - * added the possibility to ignore the filesystem constructor argument in Twig_Loader_Filesystem - * fixed Twig_Loader_Chain::exists() for a loader which implements Twig_ExistsLoaderInterface - * adjusted backtrace call to reduce memory usage when an error occurs - * added support for object instances as the second argument of the constant test - * fixed the include function when used in an assignment - -# 1.13.0 (2013-05-10) - - * fixed getting a numeric-like item on a variable ('09' for instance) - * fixed getting a boolean or float key on an array, so it is consistent with PHP's array access: - `{{ array[false] }}` behaves the same as `echo $array[false];` (equals `$array[0]`) - * made the escape filter 20% faster for happy path (escaping string for html with UTF-8) - * changed ☃ to § in tests - * enforced usage of named arguments after positional ones - -# 1.12.3 (2013-04-08) - - * fixed a security issue in the filesystem loader where it was possible to include a template one - level above the configured path - * fixed fatal error that should be an exception when adding a filter/function/test too late - * added a batch filter - * added support for encoding an array as query string in the url_encode filter - -# 1.12.2 (2013-02-09) - - * fixed the timezone used by the date filter and function when the given date contains a timezone (like 2010-01-28T15:00:00+02:00) - * fixed globals when getGlobals is called early on - * added the first and last filter - -# 1.12.1 (2013-01-15) - - * added support for object instances as the second argument of the constant function - * relaxed globals management to avoid a BC break - * added support for {{ some_string[:2] }} - -# 1.12.0 (2013-01-08) - - * added verbatim as an alias for the raw tag to avoid confusion with the raw filter - * fixed registration of tests and functions as anonymous functions - * fixed globals management - -# 1.12.0-RC1 (2012-12-29) - - * added an include function (does the same as the include tag but in a more flexible way) - * added the ability to use any PHP callable to define filters, functions, and tests - * added a syntax error when using a loop variable that is not defined - * added the ability to set default values for macro arguments - * added support for named arguments for filters, tests, and functions - * moved filters/functions/tests syntax errors to the parser - * added support for extended ternary operator syntaxes - -# 1.11.1 (2012-11-11) - - * fixed debug info line numbering (was off by 2) - * fixed escaping when calling a macro inside another one (regression introduced in 1.9.1) - * optimized variable access on PHP 5.4 - * fixed a crash of the C extension when an exception was thrown from a macro called without being imported (using _self.XXX) - -# 1.11.0 (2012-11-07) - - * fixed macro compilation when a variable name is a PHP reserved keyword - * changed the date filter behavior to always apply the default timezone, except if false is passed as the timezone - * fixed bitwise operator precedences - * added the template_from_string function - * fixed default timezone usage for the date function - * optimized the way Twig exceptions are managed (to make them faster) - * added Twig_ExistsLoaderInterface (implementing this interface in your loader make the chain loader much faster) - -# 1.10.3 (2012-10-19) - - * fixed wrong template location in some error messages - * reverted a BC break introduced in 1.10.2 - * added a split filter - -# 1.10.2 (2012-10-15) - - * fixed macro calls on PHP 5.4 - -# 1.10.1 (2012-10-15) - - * made a speed optimization to macro calls when imported via the "import" tag - * fixed C extension compilation on Windows - * fixed a segfault in the C extension when using DateTime objects - -# 1.10.0 (2012-09-28) - - * extracted functional tests framework to make it reusable for third-party extensions - * added namespaced templates support in Twig_Loader_Filesystem - * added Twig_Loader_Filesystem::prependPath() - * fixed an error when a token parser pass a closure as a test to the subparse() method - -# 1.9.2 (2012-08-25) - - * fixed the in operator for objects that contain circular references - * fixed the C extension when accessing a public property of an object implementing the \ArrayAccess interface - -# 1.9.1 (2012-07-22) - - * optimized macro calls when auto-escaping is on - * fixed wrong parent class for Twig_Function_Node - * made Twig_Loader_Chain more explicit about problems - -# 1.9.0 (2012-07-13) - - * made the parsing independent of the template loaders - * fixed exception trace when an error occurs when rendering a child template - * added escaping strategies for CSS, URL, and HTML attributes - * fixed nested embed tag calls - * added the date_modify filter - -# 1.8.3 (2012-06-17) - - * fixed paths in the filesystem loader when passing a path that ends with a slash or a backslash - * fixed escaping when a project defines a function named html or js - * fixed chmod mode to apply the umask correctly - -# 1.8.2 (2012-05-30) - - * added the abs filter - * fixed a regression when using a number in template attributes - * fixed compiler when mbstring.func_overload is set to 2 - * fixed DateTimeZone support in date filter - -# 1.8.1 (2012-05-17) - - * fixed a regression when dealing with SimpleXMLElement instances in templates - * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini - * switched to use mbstring whenever possible instead of iconv (you might need to update your encoding as mbstring and iconv encoding names sometimes differ) - -# 1.8.0 (2012-05-08) - - * enforced interface when adding tests, filters, functions, and node visitors from extensions - * fixed a side-effect of the date filter where the timezone might be changed - * simplified usage of the autoescape tag; the only (optional) argument is now the escaping strategy or false (with a BC layer) - * added a way to dynamically change the auto-escaping strategy according to the template "filename" - * changed the autoescape option to also accept a supported escaping strategy (for BC, true is equivalent to html) - * added an embed tag - -# 1.7.0 (2012-04-24) - - * fixed a PHP warning when using CIFS - * fixed template line number in some exceptions - * added an iterable test - * added an error when defining two blocks with the same name in a template - * added the preserves_safety option for filters - * fixed a PHP notice when trying to access a key on a non-object/array variable - * enhanced error reporting when the template file is an instance of SplFileInfo - * added Twig_Environment::mergeGlobals() - * added compilation checks to avoid misuses of the sandbox tag - * fixed filesystem loader freshness logic for high traffic websites - * fixed random function when charset is null - -# 1.6.5 (2012-04-11) - - * fixed a regression when a template only extends another one without defining any blocks - -# 1.6.4 (2012-04-02) - - * fixed PHP notice in Twig_Error::guessTemplateLine() introduced in 1.6.3 - * fixed performance when compiling large files - * optimized parent template creation when the template does not use dynamic inheritance - -# 1.6.3 (2012-03-22) - - * fixed usage of Z_ADDREF_P for PHP 5.2 in the C extension - * fixed compilation of numeric values used in templates when using a locale where the decimal separator is not a dot - * made the strategy used to guess the real template file name and line number in exception messages much faster and more accurate - -# 1.6.2 (2012-03-18) - - * fixed sandbox mode when used with inheritance - * added preserveKeys support for the slice filter - * fixed the date filter when a DateTime instance is passed with a specific timezone - * added a trim filter - -# 1.6.1 (2012-02-29) - - * fixed Twig C extension - * removed the creation of Twig_Markup instances when not needed - * added a way to set the default global timezone for dates - * fixed the slice filter on strings when the length is not specified - * fixed the creation of the cache directory in case of a race condition - -# 1.6.0 (2012-02-04) - - * fixed raw blocks when used with the whitespace trim option - * made a speed optimization to macro calls when imported via the "from" tag - * fixed globals, parsers, visitors, filters, tests, and functions management in Twig_Environment when a new one or new extension is added - * fixed the attribute function when passing arguments - * added slice notation support for the [] operator (syntactic sugar for the slice operator) - * added a slice filter - * added string support for the reverse filter - * fixed the empty test and the length filter for Twig_Markup instances - * added a date function to ease date comparison - * fixed unary operators precedence - * added recursive parsing support in the parser - * added string and integer handling for the random function - -# 1.5.1 (2012-01-05) - - * fixed a regression when parsing strings - -# 1.5.0 (2012-01-04) - - * added Traversable objects support for the join filter - -# 1.5.0-RC2 (2011-12-30) - - * added a way to set the default global date interval format - * fixed the date filter for DateInterval instances (setTimezone() does not exist for them) - * refactored Twig_Template::display() to ease its extension - * added a number_format filter - -# 1.5.0-RC1 (2011-12-26) - - * removed the need to quote hash keys - * allowed hash keys to be any expression - * added a do tag - * added a flush tag - * added support for dynamically named filters and functions - * added a dump function to help debugging templates - * added a nl2br filter - * added a random function - * added a way to change the default format for the date filter - * fixed the lexer when an operator ending with a letter ends a line - * added string interpolation support - * enhanced exceptions for unknown filters, functions, tests, and tags - -# 1.4.0 (2011-12-07) - - * fixed lexer when using big numbers (> PHP_INT_MAX) - * added missing preserveKeys argument to the reverse filter - * fixed macros containing filter tag calls - -# 1.4.0-RC2 (2011-11-27) - - * removed usage of Reflection in Twig_Template::getAttribute() - * added a C extension that can optionally replace Twig_Template::getAttribute() - * added negative timestamp support to the date filter - -# 1.4.0-RC1 (2011-11-20) - - * optimized variable access when using PHP 5.4 - * changed the precedence of the .. operator to be more consistent with languages that implements such a feature like Ruby - * added an Exception to Twig_Loader_Array::isFresh() method when the template does not exist to be consistent with other loaders - * added Twig_Function_Node to allow more complex functions to have their own Node class - * added Twig_Filter_Node to allow more complex filters to have their own Node class - * added Twig_Test_Node to allow more complex tests to have their own Node class - * added a better error message when a template is empty but contain a BOM - * fixed "in" operator for empty strings - * fixed the "defined" test and the "default" filter (now works with more than one call (foo.bar.foo) and for both values of the strict_variables option) - * changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/addTokenParser/addExtension can now be called in any order) - * added Twig_Environment::display() - * made the escape filter smarter when the encoding is not supported by PHP - * added a convert_encoding filter - * moved all node manipulations outside the compile() Node method - * made several speed optimizations - -# 1.3.0 (2011-10-08) - -no changes - -# 1.3.0-RC1 (2011-10-04) - - * added an optimization for the parent() function - * added cache reloading when auto_reload is true and an extension has been modified - * added the possibility to force the escaping of a string already marked as safe (instance of Twig_Markup) - * allowed empty templates to be used as traits - * added traits support for the "parent" function - -# 1.2.0 (2011-09-13) - -no changes - -# 1.2.0-RC1 (2011-09-10) - - * enhanced the exception when a tag remains unclosed - * added support for empty Countable objects for the "empty" test - * fixed algorithm that determines if a template using inheritance is valid (no output between block definitions) - * added better support for encoding problems when escaping a string (available as of PHP 5.4) - * added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore missing %}) - * added support for an array of templates to the "include" and "extends" tags ({% include ['foo', 'bar'] %}) - * added support for bitwise operators in expressions - * added the "attribute" function to allow getting dynamic attributes on variables - * added Twig_Loader_Chain - * added Twig_Loader_Array::setTemplate() - * added an optimization for the set tag when used to capture a large chunk of static text - * changed name regex to match PHP one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks, tags, functions, filters, and macros) - * removed the possibility to use the "extends" tag from a block - * added "if" modifier support to "for" loops - -# 1.1.2 (2011-07-30) - - * fixed json_encode filter on PHP 5.2 - * fixed regression introduced in 1.1.1 ({{ block(foo|lower) }}) - * fixed inheritance when using conditional parents - * fixed compilation of templates when the body of a child template is not empty - * fixed output when a macro throws an exception - * fixed a parsing problem when a large chunk of text is enclosed in a comment tag - * added PHPDoc for all Token parsers and Core extension functions - -# 1.1.1 (2011-07-17) - - * added a performance optimization in the Optimizer (also helps to lower the number of nested level calls) - * made some performance improvement for some edge cases - -# 1.1.0 (2011-06-28) - - * fixed json_encode filter - -# 1.1.0-RC3 (2011-06-24) - - * fixed method case-sensitivity when using the sandbox mode - * added timezone support for the date filter - * fixed possible security problems with NUL bytes - -# 1.1.0-RC2 (2011-06-16) - - * added an exception when the template passed to "use" is not a string - * made 'a.b is defined' not throw an exception if a is not defined (in strict mode) - * added {% line \d+ %} directive - -# 1.1.0-RC1 (2011-05-28) - -Flush your cache after upgrading. - - * fixed date filter when using a timestamp - * fixed the defined test for some cases - * fixed a parsing problem when a large chunk of text is enclosed in a raw tag - * added support for horizontal reuse of template blocks (see docs for more information) - * added whitespace control modifier to all tags (see docs for more information) - * added null as an alias for none (the null test is also an alias for the none test now) - * made TRUE, FALSE, NONE equivalent to their lowercase counterparts - * wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess the template name and line - * moved display() method to Twig_Template (generated templates should now use doDisplay() instead) - -# 1.0.0 (2011-03-27) - - * fixed output when using mbstring - * fixed duplicate call of methods when using the sandbox - * made the charset configurable for the escape filter - -# 1.0.0-RC2 (2011-02-21) - - * changed the way {% set %} works when capturing (the content is now marked as safe) - * added support for macro name in the endmacro tag - * make Twig_Error compatible with PHP 5.3.0 > - * fixed an infinite loop on some Windows configurations - * fixed the "length" filter for numbers - * fixed Template::getAttribute() as properties in PHP are case sensitive - * removed coupling between Twig_Node and Twig_Template - * fixed the ternary operator precedence rule - -# 1.0.0-RC1 (2011-01-09) - -Backward incompatibilities: - - * the "items" filter, which has been deprecated for quite a long time now, has been removed - * the "range" filter has been converted to a function: 0|range(10) -> range(0, 10) - * the "constant" filter has been converted to a function: {{ some_date|date('DATE_W3C'|constant) }} -> {{ some_date|date(constant('DATE_W3C')) }} - * the "cycle" filter has been converted to a function: {{ ['odd', 'even']|cycle(i) }} -> {{ cycle(['odd', 'even'], i) }} - * the "for" tag does not support "joined by" anymore - * the "autoescape" first argument is now "true"/"false" (instead of "on"/"off") - * the "parent" tag has been replaced by a "parent" function ({{ parent() }} instead of {% parent %}) - * the "display" tag has been replaced by a "block" function ({{ block('title') }} instead of {% display title %}) - * removed the grammar and simple token parser (moved to the Twig Extensions repository) - -Changes: - - * added "needs_context" option for filters and functions (the context is then passed as a first argument) - * added global variables support - * made macros return their value instead of echoing directly (fixes calling a macro in sandbox mode) - * added the "from" tag to import macros as functions - * added support for functions (a function is just syntactic sugar for a getAttribute() call) - * made macros callable when sandbox mode is enabled - * added an exception when a macro uses a reserved name - * the "default" filter now uses the "empty" test instead of just checking for null - * added the "empty" test - -# 0.9.10 (2010-12-16) - -Backward incompatibilities: - - * The Escaper extension is enabled by default, which means that all displayed - variables are now automatically escaped. You can revert to the previous - behavior by removing the extension via $env->removeExtension('escaper') - or just set the 'autoescape' option to 'false'. - * removed the "without loop" attribute for the "for" tag (not needed anymore - as the Optimizer take care of that for most cases) - * arrays and hashes have now a different syntax - * arrays keep the same syntax with square brackets: [1, 2] - * hashes now use curly braces (["a": "b"] should now be written as {"a": "b"}) - * support for "arrays with keys" and "hashes without keys" is not supported anymore ([1, "foo": "bar"] or {"foo": "bar", 1}) - * the i18n extension is now part of the Twig Extensions repository - -Changes: - - * added the merge filter - * removed 'is_escaper' option for filters (a left over from the previous version) -- you must use 'is_safe' now instead - * fixed usage of operators as method names (like is, in, and not) - * changed the order of execution for node visitors - * fixed default() filter behavior when used with strict_variables set to on - * fixed filesystem loader compatibility with PHAR files - * enhanced error messages when an unexpected token is parsed in an expression - * fixed filename not being added to syntax error messages - * added the autoescape option to enable/disable autoescaping - * removed the newline after a comment (mimics PHP behavior) - * added a syntax error exception when parent block is used on a template that does not extend another one - * made the Escaper extension enabled by default - * fixed sandbox extension when used with auto output escaping - * fixed escaper when wrapping a Twig_Node_Print (the original class must be preserved) - * added an Optimizer extension (enabled by default; optimizes "for" loops and "raw" filters) - * added priority to node visitors - -# 0.9.9 (2010-11-28) - -Backward incompatibilities: - * the self special variable has been renamed to _self - * the odd and even filters are now tests: - {{ foo|odd }} must now be written {{ foo is odd }} - * the "safe" filter has been renamed to "raw" - * in Node classes, - sub-nodes are now accessed via getNode() (instead of property access) - attributes via getAttribute() (instead of array access) - * the urlencode filter had been renamed to url_encode - * the include tag now merges the passed variables with the current context by default - (the old behavior is still possible by adding the "only" keyword) - * moved Exceptions to Twig_Error_* (Twig_SyntaxError/Twig_RuntimeError are now Twig_Error_Syntax/Twig_Error_Runtime) - * removed support for {{ 1 < i < 3 }} (use {{ i > 1 and i < 3 }} instead) - * the "in" filter has been removed ({{ a|in(b) }} should now be written {{ a in b }}) - -Changes: - * added file and line to Twig_Error_Runtime exceptions thrown from Twig_Template - * changed trans tag to accept any variable for the plural count - * fixed sandbox mode (__toString() method check was not enforced if called implicitly from complex statements) - * added the ** (power) operator - * changed the algorithm used for parsing expressions - * added the spaceless tag - * removed trim_blocks option - * added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBar()) - * changed all exceptions to extend Twig_Error - * fixed unary expressions ({{ not(1 or 0) }}) - * fixed child templates (with an extend tag) that uses one or more imports - * added support for {{ 1 not in [2, 3] }} (more readable than the current {{ not (1 in [2, 3]) }}) - * escaping has been rewritten - * the implementation of template inheritance has been rewritten - (blocks can now be called individually and still work with inheritance) - * fixed error handling for if tag when a syntax error occurs within a subparse process - * added a way to implement custom logic for resolving token parsers given a tag name - * fixed js escaper to be stricter (now uses a whilelist-based js escaper) - * added the following filers: "constant", "trans", "replace", "json_encode" - * added a "constant" test - * fixed objects with __toString() not being autoescaped - * fixed subscript expressions when calling __call() (methods now keep the case) - * added "test" feature (accessible via the "is" operator) - * removed the debug tag (should be done in an extension) - * fixed trans tag when no vars are used in plural form - * fixed race condition when writing template cache - * added the special _charset variable to reference the current charset - * added the special _context variable to reference the current context - * renamed self to _self (to avoid conflict) - * fixed Twig_Template::getAttribute() for protected properties - -# 0.9.8 (2010-06-28) - -Backward incompatibilities: - * the trans tag plural count is now attached to the plural tag: - old: `{% trans count %}...{% plural %}...{% endtrans %}` - new: `{% trans %}...{% plural count %}...{% endtrans %}` - - * added a way to translate strings coming from a variable ({% trans var %}) - * fixed trans tag when used with the Escaper extension - * fixed default cache umask - * removed Twig_Template instances from the debug tag output - * fixed objects with __isset() defined - * fixed set tag when used with a capture - * fixed type hinting for Twig_Environment::addFilter() method - -# 0.9.7 (2010-06-12) - -Backward incompatibilities: - * changed 'as' to '=' for the set tag ({% set title as "Title" %} must now be {% set title = "Title" %}) - * removed the sandboxed attribute of the include tag (use the new sandbox tag instead) - * refactored the Node system (if you have custom nodes, you will have to update them to use the new API) - - * added self as a special variable that refers to the current template (useful for importing macros from the current template) - * added Twig_Template instance support to the include tag - * added support for dynamic and conditional inheritance ({% extends some_var %} and {% extends standalone ? "minimum" : "base" %}) - * added a grammar sub-framework to ease the creation of custom tags - * fixed the for tag for large arrays (some loop variables are now only available for arrays and objects that implement the Countable interface) - * removed the Twig_Resource::resolveMissingFilter() method - * fixed the filter tag which did not apply filtering to included files - * added a bunch of unit tests - * added a bunch of phpdoc - * added a sandbox tag in the sandbox extension - * changed the date filter to support any date format supported by DateTime - * added strict_variable setting to throw an exception when an invalid variable is used in a template (disabled by default) - * added the lexer, parser, and compiler as arguments to the Twig_Environment constructor - * changed the cache option to only accepts an explicit path to a cache directory or false - * added a way to add token parsers, filters, and visitors without creating an extension - * added three interfaces: Twig_NodeInterface, Twig_TokenParserInterface, and Twig_FilterInterface - * changed the generated code to match the new coding standards - * fixed sandbox mode (__toString() method check was not enforced if called implicitly from a simple statement like {{ article }}) - * added an exception when a child template has a non-empty body (as it is always ignored when rendering) - -# 0.9.6 (2010-05-12) - - * fixed variables defined outside a loop and for which the value changes in a for loop - * fixed the test suite for PHP 5.2 and older versions of PHPUnit - * added support for __call() in expression resolution - * fixed node visiting for macros (macros are now visited by visitors as any other node) - * fixed nested block definitions with a parent call (rarely useful but nonetheless supported now) - * added the cycle filter - * fixed the Lexer when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII - * added a long-syntax for the set tag ({% set foo %}...{% endset %}) - * unit tests are now powered by PHPUnit - * added support for gettext via the `i18n` extension - * fixed twig_capitalize_string_filter() and fixed twig_length_filter() when used with UTF-8 values - * added a more useful exception if an if tag is not closed properly - * added support for escaping strategy in the autoescape tag - * fixed lexer when a template has a big chunk of text between/in a block - -# 0.9.5 (2010-01-20) - -As for any new release, don't forget to remove all cached templates after -upgrading. - -If you have defined custom filters, you MUST upgrade them for this release. To -upgrade, replace "array" with "new Twig_Filter_Function", and replace the -environment constant by the "needs_environment" option: - - // before - 'even' => array('twig_is_even_filter', false), - 'escape' => array('twig_escape_filter', true), - - // after - 'even' => new Twig_Filter_Function('twig_is_even_filter'), - 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)), - -If you have created NodeTransformer classes, you will need to upgrade them to -the new interface (please note that the interface is not yet considered -stable). - - * fixed list nodes that did not extend the Twig_NodeListInterface - * added the "without loop" option to the for tag (it disables the generation of the loop variable) - * refactored node transformers to node visitors - * fixed automatic-escaping for blocks - * added a way to specify variables to pass to an included template - * changed the automatic-escaping rules to be more sensible and more configurable in custom filters (the documentation lists all the rules) - * improved the filter system to allow object methods to be used as filters - * changed the Array and String loaders to actually make use of the cache mechanism - * included the default filter function definitions in the extension class files directly (Core, Escaper) - * added the // operator (like the floor() PHP function) - * added the .. operator (as a syntactic sugar for the range filter when the step is 1) - * added the in operator (as a syntactic sugar for the in filter) - * added the following filters in the Core extension: in, range - * added support for arrays (same behavior as in PHP, a mix between lists and dictionaries, arrays and hashes) - * enhanced some error messages to provide better feedback in case of parsing errors - -# 0.9.4 (2009-12-02) - -If you have custom loaders, you MUST upgrade them for this release: The -Twig_Loader base class has been removed, and the Twig_LoaderInterface has also -been changed (see the source code for more information or the documentation). - - * added support for DateTime instances for the date filter - * fixed loop.last when the array only has one item - * made it possible to insert newlines in tag and variable blocks - * fixed a bug when a literal '\n' were present in a template text - * fixed bug when the filename of a template contains */ - * refactored loaders - -# 0.9.3 (2009-11-11) - -This release is NOT backward compatible with the previous releases. - - The loaders do not take the cache and autoReload arguments anymore. Instead, - the Twig_Environment class has two new options: cache and auto_reload. - Upgrading your code means changing this kind of code: - - $loader = new Twig_Loader_Filesystem('/path/to/templates', '/path/to/compilation_cache', true); - $twig = new Twig_Environment($loader); - - to something like this: - - $loader = new Twig_Loader_Filesystem('/path/to/templates'); - $twig = new Twig_Environment($loader, array( - 'cache' => '/path/to/compilation_cache', - 'auto_reload' => true, - )); - - * deprecated the "items" filter as it is not needed anymore - * made cache and auto_reload options of Twig_Environment instead of arguments of Twig_Loader - * optimized template loading speed - * removed output when an error occurs in a template and render() is used - * made major speed improvements for loops (up to 300% on even the smallest loops) - * added properties as part of the sandbox mode - * added public properties support (obj.item can now be the item property on the obj object) - * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} ) - * fixed bug when \ was used in HTML - -# 0.9.2 (2009-10-29) - - * made some speed optimizations - * changed the cache extension to .php - * added a js escaping strategy - * added support for short block tag - * changed the filter tag to allow chained filters - * made lexer more flexible as you can now change the default delimiters - * added set tag - * changed default directory permission when cache dir does not exist (more secure) - * added macro support - * changed filters first optional argument to be a Twig_Environment instance instead of a Twig_Template instance - * made Twig_Autoloader::autoload() a static method - * avoid writing template file if an error occurs - * added $ escaping when outputting raw strings - * enhanced some error messages to ease debugging - * fixed empty cache files when the template contains an error - -# 0.9.1 (2009-10-14) - - * fixed a bug in PHP 5.2.6 - * fixed numbers with one than one decimal - * added support for method calls with arguments ({{ foo.bar('a', 43) }}) - * made small speed optimizations - * made minor tweaks to allow better extensibility and flexibility - -# 0.9.0 (2009-10-12) - - * Initial release diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/LICENSE b/public_html/shop.old/composer.old/vendor/twig/twig/LICENSE deleted file mode 100644 index 4371e42..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2009-2021 by the Twig Team. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the name of Twig nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/README.rst b/public_html/shop.old/composer.old/vendor/twig/twig/README.rst deleted file mode 100644 index d896ff5..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/README.rst +++ /dev/null @@ -1,24 +0,0 @@ -Twig, the flexible, fast, and secure template language for PHP -============================================================== - -Twig is a template language for PHP, released under the new BSD license (code -and documentation). - -Twig uses a syntax similar to the Django and Jinja template languages which -inspired the Twig runtime environment. - -Sponsors --------- - -.. raw:: html - - - Blackfire.io - - -More Information ----------------- - -Read the `documentation`_ for more information. - -.. _documentation: https://twig.symfony.com/documentation diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/composer.json b/public_html/shop.old/composer.old/vendor/twig/twig/composer.json deleted file mode 100644 index c344849..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/composer.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "twig/twig", - "type": "library", - "description": "Twig, the flexible, fast, and secure template language for PHP", - "keywords": ["templating"], - "homepage": "https://twig.symfony.com", - "license": "BSD-3-Clause", - "minimum-stability": "dev", - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9", - "psr/container": "^1.0" - }, - "autoload": { - "psr-4" : { - "Twig\\" : "src/" - } - }, - "autoload-dev": { - "psr-4" : { - "Twig\\Tests\\" : "tests/" - } - }, - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/.doctor-rst.yaml b/public_html/shop.old/composer.old/vendor/twig/twig/doc/.doctor-rst.yaml deleted file mode 100644 index bfb4042..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/.doctor-rst.yaml +++ /dev/null @@ -1,54 +0,0 @@ -rules: - american_english: ~ - avoid_repetetive_words: ~ - blank_line_after_directive: ~ - blank_line_before_directive: ~ - composer_dev_option_not_at_the_end: ~ - correct_code_block_directive_based_on_the_content: ~ - deprecated_directive_should_have_version: ~ - ensure_order_of_code_blocks_in_configuration_block: ~ - extension_xlf_instead_of_xliff: ~ - indention: ~ - lowercase_as_in_use_statements: ~ - max_blank_lines: - max: 2 - no_blank_line_after_filepath_in_php_code_block: ~ - no_blank_line_after_filepath_in_twig_code_block: ~ - no_blank_line_after_filepath_in_xml_code_block: ~ - no_blank_line_after_filepath_in_yaml_code_block: ~ - no_composer_req: ~ - no_explicit_use_of_code_block_php: ~ - no_inheritdoc: ~ - no_namespace_after_use_statements: ~ - no_php_open_tag_in_code_block_php_directive: ~ - no_space_before_self_xml_closing_tag: ~ - ordered_use_statements: ~ - php_prefix_before_bin_console: ~ - replace_code_block_types: ~ - replacement: ~ - short_array_syntax: ~ - typo: ~ - unused_links: ~ - use_deprecated_directive_instead_of_versionadded: ~ - use_https_xsd_urls: ~ - valid_inline_highlighted_namespaces: ~ - valid_use_statements: ~ - versionadded_directive_should_have_version: ~ - yaml_instead_of_yml_suffix: ~ - yarn_dev_option_at_the_end: ~ - - versionadded_directive_major_version: - major_version: 3 - - versionadded_directive_min_version: - min_version: '3.0' - - deprecated_directive_major_version: - major_version: 3 - - deprecated_directive_min_version: - min_version: '3.0' - -whitelist: - lines: - - 'I like Twig.
' diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/.requirements.txt b/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/.requirements.txt deleted file mode 100644 index 47f076e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/.requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -docutils==0.13.1 -Pygments==2.2.0 -sphinx==1.8.5 -git+https://github.com/fabpot/sphinx-php.git@v2.0.0#egg_name=sphinx-php -jsx-lexer===0.0.8 -sphinx_rtd_theme==0.5.0 diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/Makefile b/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/Makefile deleted file mode 100644 index 25b6600..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/Makefile +++ /dev/null @@ -1,153 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = . - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -c $(BUILDDIR) -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) ../ -# the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " texinfo to make Texinfo files" - @echo " info to make Texinfo files and run them through makeinfo" - @echo " gettext to make PO message catalogs" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - -clean: - -rm -rf $(BUILDDIR)/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Symfony.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Symfony.qhc" - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/Symfony" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Symfony" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -texinfo: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo - @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." - @echo "Run \`make' in that directory to run these through makeinfo" \ - "(use \`make info' here to do that automatically)." - -info: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo "Running Texinfo files through makeinfo..." - make -C $(BUILDDIR)/texinfo info - @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." - -gettext: - $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale - @echo - @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/conf.py b/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/conf.py deleted file mode 100644 index 1e3a8ab..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/_build/conf.py +++ /dev/null @@ -1,271 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Symfony documentation build configuration file, created by -# sphinx-quickstart on Sat Jul 28 21:58:57 2012. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys, os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.append(os.path.abspath('_exts')) - -# adding PhpLexer -from sphinx.highlighting import lexers -from pygments.lexers.special import TextLexer -from pygments.lexers.text import RstLexer -from pygments.lexers.web import PhpLexer - -# -- General configuration ----------------------------------------------------- - -# If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.8.5' - -# Add any Sphinx extension module names here, as strings. They can be extensions -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [ - 'sphinx.ext.autodoc', 'sphinx.ext.doctest', - 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode', 'sphinx.ext.extlinks', - 'sensio.sphinx.codeblock', 'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice' -] - -#spelling_show_sugestions=True -#spelling_lang='en_US' -#spelling_word_list_filename='_build/spelling_word_list.txt' - -# Add any paths that contain templates here, relative to this directory. -# templates_path = ['_theme/_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = 'Twig' -copyright = '' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -# version = '2.2' -# The full version, including alpha/beta/rc tags. -# release = '2.2.13' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = ['_build'] - -# The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -#pygments_style = 'symfonycom.sphinx.SensioStyle' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# -- Settings for symfony doc extension --------------------------------------------------- - -# enable highlighting for PHP code not between ```` by default -lexers['php'] = PhpLexer(startinline=True) -lexers['rst'] = RstLexer() - -config_block = { - 'rst': 'reStructuredText', -} - -# don't enable Sphinx Domains -primary_domain = None - -# set url for API links -#api_url = 'https://github.com/symfony/symfony/blob/master/src/%s.php' - - -# -- Options for HTML output --------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = "sphinx_rtd_theme" - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -html_theme_options = { - 'logo_only': True, - 'prev_next_buttons_location': None, - 'style_nav_header_background': '#f0f0f0' -} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = '_static/symfony-logo.svg' - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] -#html_css_files = ['rtd_custom.css'] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = True - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'Twig' - - -# -- Options for LaTeX output -------------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass [howto/manual]). -#latex_documents = [] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -#man_pages = [] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------------ - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -#texinfo_documents = [] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - -# Use PHP syntax highlighting in code examples by default -highlight_language='php' diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/advanced.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/advanced.rst deleted file mode 100644 index f801348..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/advanced.rst +++ /dev/null @@ -1,911 +0,0 @@ -Extending Twig -============== - -Twig can be extended in many ways; you can add extra tags, filters, tests, -operators, global variables, and functions. You can even extend the parser -itself with node visitors. - -.. note:: - - The first section of this chapter describes how to extend Twig. If you want - to reuse your changes in different projects or if you want to share them - with others, you should then create an extension as described in the - following section. - -.. caution:: - - When extending Twig without creating an extension, Twig won't be able to - recompile your templates when the PHP code is updated. To see your changes - in real-time, either disable template caching or package your code into an - extension (see the next section of this chapter). - -Before extending Twig, you must understand the differences between all the -different possible extension points and when to use them. - -First, remember that Twig has two main language constructs: - -* ``{{ }}``: used to print the result of an expression evaluation; - -* ``{% %}``: used to execute statements. - -To understand why Twig exposes so many extension points, let's see how to -implement a *Lorem ipsum* generator (it needs to know the number of words to -generate). - -You can use a ``lipsum`` *tag*: - -.. code-block:: twig - - {% lipsum 40 %} - -That works, but using a tag for ``lipsum`` is not a good idea for at least -three main reasons: - -* ``lipsum`` is not a language construct; -* The tag outputs something; -* The tag is not flexible as you cannot use it in an expression: - - .. code-block:: twig - - {{ 'some text' ~ {% lipsum 40 %} ~ 'some more text' }} - -In fact, you rarely need to create tags; and that's good news because tags are -the most complex extension point. - -Now, let's use a ``lipsum`` *filter*: - -.. code-block:: twig - - {{ 40|lipsum }} - -Again, it works. But a filter should transform the passed value to something -else. Here, we use the value to indicate the number of words to generate (so, -``40`` is an argument of the filter, not the value we want to transform). - -Next, let's use a ``lipsum`` *function*: - -.. code-block:: twig - - {{ lipsum(40) }} - -Here we go. For this specific example, the creation of a function is the -extension point to use. And you can use it anywhere an expression is accepted: - -.. code-block:: twig - - {{ 'some text' ~ lipsum(40) ~ 'some more text' }} - - {% set lipsum = lipsum(40) %} - -Lastly, you can also use a *global* object with a method able to generate lorem -ipsum text: - -.. code-block:: twig - - {{ text.lipsum(40) }} - -As a rule of thumb, use functions for frequently used features and global -objects for everything else. - -Keep in mind the following when you want to extend Twig: - -========== ========================== ========== ========================= -What? Implementation difficulty? How often? When? -========== ========================== ========== ========================= -*macro* simple frequent Content generation -*global* simple frequent Helper object -*function* simple frequent Content generation -*filter* simple frequent Value transformation -*tag* complex rare DSL language construct -*test* simple rare Boolean decision -*operator* simple rare Values transformation -========== ========================== ========== ========================= - -Globals -------- - -A global variable is like any other template variable, except that it's -available in all templates and macros:: - - $twig = new \Twig\Environment($loader); - $twig->addGlobal('text', new Text()); - -You can then use the ``text`` variable anywhere in a template: - -.. code-block:: twig - - {{ text.lipsum(40) }} - -Filters -------- - -Creating a filter consists of associating a name with a PHP callable:: - - // an anonymous function - $filter = new \Twig\TwigFilter('rot13', function ($string) { - return str_rot13($string); - }); - - // or a simple PHP function - $filter = new \Twig\TwigFilter('rot13', 'str_rot13'); - - // or a class static method - $filter = new \Twig\TwigFilter('rot13', ['SomeClass', 'rot13Filter']); - $filter = new \Twig\TwigFilter('rot13', 'SomeClass::rot13Filter'); - - // or a class method - $filter = new \Twig\TwigFilter('rot13', [$this, 'rot13Filter']); - // the one below needs a runtime implementation (see below for more information) - $filter = new \Twig\TwigFilter('rot13', ['SomeClass', 'rot13Filter']); - -The first argument passed to the ``\Twig\TwigFilter`` constructor is the name of the -filter you will use in templates and the second one is the PHP callable to -associate with it. - -Then, add the filter to the Twig environment:: - - $twig = new \Twig\Environment($loader); - $twig->addFilter($filter); - -And here is how to use it in a template: - -.. code-block:: twig - - {{ 'Twig'|rot13 }} - - {# will output Gjvt #} - -When called by Twig, the PHP callable receives the left side of the filter -(before the pipe ``|``) as the first argument and the extra arguments passed -to the filter (within parentheses ``()``) as extra arguments. - -For instance, the following code: - -.. code-block:: twig - - {{ 'TWIG'|lower }} - {{ now|date('d/m/Y') }} - -is compiled to something like the following:: - - - - -The ``\Twig\TwigFilter`` class takes an array of options as its last argument:: - - $filter = new \Twig\TwigFilter('rot13', 'str_rot13', $options); - -Environment-aware Filters -~~~~~~~~~~~~~~~~~~~~~~~~~ - -If you want to access the current environment instance in your filter, set the -``needs_environment`` option to ``true``; Twig will pass the current -environment as the first argument to the filter call:: - - $filter = new \Twig\TwigFilter('rot13', function (\Twig\Environment $env, $string) { - // get the current charset for instance - $charset = $env->getCharset(); - - return str_rot13($string); - }, ['needs_environment' => true]); - -Context-aware Filters -~~~~~~~~~~~~~~~~~~~~~ - -If you want to access the current context in your filter, set the -``needs_context`` option to ``true``; Twig will pass the current context as -the first argument to the filter call (or the second one if -``needs_environment`` is also set to ``true``):: - - $filter = new \Twig\TwigFilter('rot13', function ($context, $string) { - // ... - }, ['needs_context' => true]); - - $filter = new \Twig\TwigFilter('rot13', function (\Twig\Environment $env, $context, $string) { - // ... - }, ['needs_context' => true, 'needs_environment' => true]); - -Automatic Escaping -~~~~~~~~~~~~~~~~~~ - -If automatic escaping is enabled, the output of the filter may be escaped -before printing. If your filter acts as an escaper (or explicitly outputs HTML -or JavaScript code), you will want the raw output to be printed. In such a -case, set the ``is_safe`` option:: - - $filter = new \Twig\TwigFilter('nl2br', 'nl2br', ['is_safe' => ['html']]); - -Some filters may need to work on input that is already escaped or safe, for -example when adding (safe) HTML tags to originally unsafe output. In such a -case, set the ``pre_escape`` option to escape the input data before it is run -through your filter:: - - $filter = new \Twig\TwigFilter('somefilter', 'somefilter', ['pre_escape' => 'html', 'is_safe' => ['html']]); - -Variadic Filters -~~~~~~~~~~~~~~~~ - -When a filter should accept an arbitrary number of arguments, set the -``is_variadic`` option to ``true``; Twig will pass the extra arguments as the -last argument to the filter call as an array:: - - $filter = new \Twig\TwigFilter('thumbnail', function ($file, array $options = []) { - // ... - }, ['is_variadic' => true]); - -Be warned that :ref:`named arguments ` passed to a variadic -filter cannot be checked for validity as they will automatically end up in the -option array. - -Dynamic Filters -~~~~~~~~~~~~~~~ - -A filter name containing the special ``*`` character is a dynamic filter and -the ``*`` part will match any string:: - - $filter = new \Twig\TwigFilter('*_path', function ($name, $arguments) { - // ... - }); - -The following filters are matched by the above defined dynamic filter: - -* ``product_path`` -* ``category_path`` - -A dynamic filter can define more than one dynamic parts:: - - $filter = new \Twig\TwigFilter('*_path_*', function ($name, $suffix, $arguments) { - // ... - }); - -The filter receives all dynamic part values before the normal filter arguments, -but after the environment and the context. For instance, a call to -``'foo'|a_path_b()`` will result in the following arguments to be passed to the -filter: ``('a', 'b', 'foo')``. - -Deprecated Filters -~~~~~~~~~~~~~~~~~~ - -You can mark a filter as being deprecated by setting the ``deprecated`` option -to ``true``. You can also give an alternative filter that replaces the -deprecated one when that makes sense:: - - $filter = new \Twig\TwigFilter('obsolete', function () { - // ... - }, ['deprecated' => true, 'alternative' => 'new_one']); - -When a filter is deprecated, Twig emits a deprecation notice when compiling a -template using it. See :ref:`deprecation-notices` for more information. - -Functions ---------- - -Functions are defined in the exact same way as filters, but you need to create -an instance of ``\Twig\TwigFunction``:: - - $twig = new \Twig\Environment($loader); - $function = new \Twig\TwigFunction('function_name', function () { - // ... - }); - $twig->addFunction($function); - -Functions support the same features as filters, except for the ``pre_escape`` -and ``preserves_safety`` options. - -Tests ------ - -Tests are defined in the exact same way as filters and functions, but you need -to create an instance of ``\Twig\TwigTest``:: - - $twig = new \Twig\Environment($loader); - $test = new \Twig\TwigTest('test_name', function () { - // ... - }); - $twig->addTest($test); - -Tests allow you to create custom application specific logic for evaluating -boolean conditions. As a simple example, let's create a Twig test that checks if -objects are 'red':: - - $twig = new \Twig\Environment($loader); - $test = new \Twig\TwigTest('red', function ($value) { - if (isset($value->color) && $value->color == 'red') { - return true; - } - if (isset($value->paint) && $value->paint == 'red') { - return true; - } - return false; - }); - $twig->addTest($test); - -Test functions must always return ``true``/``false``. - -When creating tests you can use the ``node_class`` option to provide custom test -compilation. This is useful if your test can be compiled into PHP primitives. -This is used by many of the tests built into Twig:: - - namespace App; - - use Twig\Environment; - use Twig\Node\Expression\TestExpression; - use Twig\TwigTest; - - $twig = new Environment($loader); - $test = new TwigTest( - 'odd', - null, - ['node_class' => OddTestExpression::class]); - $twig->addTest($test); - - class OddTestExpression extends TestExpression - { - public function compile(\Twig\Compiler $compiler) - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' % 2 != 0') - ->raw(')') - ; - } - } - -The above example shows how you can create tests that use a node class. The node -class has access to one sub-node called ``node``. This sub-node contains the -value that is being tested. When the ``odd`` filter is used in code such as: - -.. code-block:: twig - - {% if my_value is odd %} - -The ``node`` sub-node will contain an expression of ``my_value``. Node-based -tests also have access to the ``arguments`` node. This node will contain the -various other arguments that have been provided to your test. - -If you want to pass a variable number of positional or named arguments to the -test, set the ``is_variadic`` option to ``true``. Tests support dynamic -names (see dynamic filters for the syntax). - -Tags ----- - -One of the most exciting features of a template engine like Twig is the -possibility to define new **language constructs**. This is also the most complex -feature as you need to understand how Twig's internals work. - -Most of the time though, a tag is not needed: - -* If your tag generates some output, use a **function** instead. - -* If your tag modifies some content and returns it, use a **filter** instead. - - For instance, if you want to create a tag that converts a Markdown formatted - text to HTML, create a ``markdown`` filter instead: - - .. code-block:: twig - - {{ '**markdown** text'|markdown }} - - If you want use this filter on large amounts of text, wrap it with the - :doc:`apply ` tag: - - .. code-block:: twig - - {% apply markdown %} - Title - ===== - - Much better than creating a tag as you can **compose** filters. - {% endapply %} - -* If your tag does not output anything, but only exists because of a side - effect, create a **function** that returns nothing and call it via the - :doc:`filter ` tag. - - For instance, if you want to create a tag that logs text, create a ``log`` - function instead and call it via the :doc:`do ` tag: - - .. code-block:: twig - - {% do log('Log some things') %} - -If you still want to create a tag for a new language construct, great! - -Let's create a ``set`` tag that allows the definition of simple variables from -within a template. The tag can be used like follows: - -.. code-block:: twig - - {% set name = "value" %} - - {{ name }} - - {# should output value #} - -.. note:: - - The ``set`` tag is part of the Core extension and as such is always - available. The built-in version is slightly more powerful and supports - multiple assignments by default. - -Three steps are needed to define a new tag: - -* Defining a Token Parser class (responsible for parsing the template code); - -* Defining a Node class (responsible for converting the parsed code to PHP); - -* Registering the tag. - -Registering a new tag -~~~~~~~~~~~~~~~~~~~~~ - -Add a tag by calling the ``addTokenParser`` method on the ``\Twig\Environment`` -instance:: - - $twig = new \Twig\Environment($loader); - $twig->addTokenParser(new Project_Set_TokenParser()); - -Defining a Token Parser -~~~~~~~~~~~~~~~~~~~~~~~ - -Now, let's see the actual code of this class:: - - class Project_Set_TokenParser extends \Twig\TokenParser\AbstractTokenParser - { - public function parse(\Twig\Token $token) - { - $parser = $this->parser; - $stream = $parser->getStream(); - - $name = $stream->expect(\Twig\Token::NAME_TYPE)->getValue(); - $stream->expect(\Twig\Token::OPERATOR_TYPE, '='); - $value = $parser->getExpressionParser()->parseExpression(); - $stream->expect(\Twig\Token::BLOCK_END_TYPE); - - return new Project_Set_Node($name, $value, $token->getLine(), $this->getTag()); - } - - public function getTag() - { - return 'set'; - } - } - -The ``getTag()`` method must return the tag we want to parse, here ``set``. - -The ``parse()`` method is invoked whenever the parser encounters a ``set`` -tag. It should return a ``\Twig\Node\Node`` instance that represents the node (the -``Project_Set_Node`` calls creating is explained in the next section). - -The parsing process is simplified thanks to a bunch of methods you can call -from the token stream (``$this->parser->getStream()``): - -* ``getCurrent()``: Gets the current token in the stream. - -* ``next()``: Moves to the next token in the stream, *but returns the old one*. - -* ``test($type)``, ``test($value)`` or ``test($type, $value)``: Determines whether - the current token is of a particular type or value (or both). The value may be an - array of several possible values. - -* ``expect($type[, $value[, $message]])``: If the current token isn't of the given - type/value a syntax error is thrown. Otherwise, if the type and value are correct, - the token is returned and the stream moves to the next token. - -* ``look()``: Looks at the next token without consuming it. - -Parsing expressions is done by calling the ``parseExpression()`` like we did for -the ``set`` tag. - -.. tip:: - - Reading the existing ``TokenParser`` classes is the best way to learn all - the nitty-gritty details of the parsing process. - -Defining a Node -~~~~~~~~~~~~~~~ - -The ``Project_Set_Node`` class itself is quite short:: - - class Project_Set_Node extends \Twig\Node\Node - { - public function __construct($name, \Twig\Node\Expression\AbstractExpression $value, $line, $tag = null) - { - parent::__construct(['value' => $value], ['name' => $name], $line, $tag); - } - - public function compile(\Twig\Compiler $compiler) - { - $compiler - ->addDebugInfo($this) - ->write('$context[\''.$this->getAttribute('name').'\'] = ') - ->subcompile($this->getNode('value')) - ->raw(";\n") - ; - } - } - -The compiler implements a fluid interface and provides methods that helps the -developer generate beautiful and readable PHP code: - -* ``subcompile()``: Compiles a node. - -* ``raw()``: Writes the given string as is. - -* ``write()``: Writes the given string by adding indentation at the beginning - of each line. - -* ``string()``: Writes a quoted string. - -* ``repr()``: Writes a PHP representation of a given value (see - ``\Twig\Node\ForNode`` for a usage example). - -* ``addDebugInfo()``: Adds the line of the original template file related to - the current node as a comment. - -* ``indent()``: Indents the generated code (see ``\Twig\Node\BlockNode`` for a - usage example). - -* ``outdent()``: Outdents the generated code (see ``\Twig\Node\BlockNode`` for a - usage example). - -.. _creating_extensions: - -Creating an Extension ---------------------- - -The main motivation for writing an extension is to move often used code into a -reusable class like adding support for internationalization. An extension can -define tags, filters, tests, operators, functions, and node visitors. - -Most of the time, it is useful to create a single extension for your project, -to host all the specific tags and filters you want to add to Twig. - -.. tip:: - - When packaging your code into an extension, Twig is smart enough to - recompile your templates whenever you make a change to it (when - ``auto_reload`` is enabled). - -An extension is a class that implements the following interface:: - - interface \Twig\Extension\ExtensionInterface - { - /** - * Returns the token parser instances to add to the existing list. - * - * @return \Twig\TokenParser\TokenParserInterface[] - */ - public function getTokenParsers(); - - /** - * Returns the node visitor instances to add to the existing list. - * - * @return \Twig\NodeVisitor\NodeVisitorInterface[] - */ - public function getNodeVisitors(); - - /** - * Returns a list of filters to add to the existing list. - * - * @return \Twig\TwigFilter[] - */ - public function getFilters(); - - /** - * Returns a list of tests to add to the existing list. - * - * @return \Twig\TwigTest[] - */ - public function getTests(); - - /** - * Returns a list of functions to add to the existing list. - * - * @return \Twig\TwigFunction[] - */ - public function getFunctions(); - - /** - * Returns a list of operators to add to the existing list. - * - * @return array First array of unary operators, second array of binary operators - */ - public function getOperators(); - } - -To keep your extension class clean and lean, inherit from the built-in -``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides -empty implementations for all methods:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - } - -This extension does nothing for now. We will customize it in the next sections. - -You can save your extension anywhere on the filesystem, as all extensions must -be registered explicitly to be available in your templates. - -You can register an extension by using the ``addExtension()`` method on your -main ``Environment`` object:: - - $twig = new \Twig\Environment($loader); - $twig->addExtension(new Project_Twig_Extension()); - -.. tip:: - - The Twig core extensions are great examples of how extensions work. - -Globals -~~~~~~~ - -Global variables can be registered in an extension via the ``getGlobals()`` -method:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension implements \Twig\Extension\GlobalsInterface - { - public function getGlobals(): array - { - return [ - 'text' => new Text(), - ]; - } - - // ... - } - -Functions -~~~~~~~~~ - -Functions can be registered in an extension via the ``getFunctions()`` -method:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getFunctions() - { - return [ - new \Twig\TwigFunction('lipsum', 'generate_lipsum'), - ]; - } - - // ... - } - -Filters -~~~~~~~ - -To add a filter to an extension, you need to override the ``getFilters()`` -method. This method must return an array of filters to add to the Twig -environment:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getFilters() - { - return [ - new \Twig\TwigFilter('rot13', 'str_rot13'), - ]; - } - - // ... - } - -Tags -~~~~ - -Adding a tag in an extension can be done by overriding the -``getTokenParsers()`` method. This method must return an array of tags to add -to the Twig environment:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getTokenParsers() - { - return [new Project_Set_TokenParser()]; - } - - // ... - } - -In the above code, we have added a single new tag, defined by the -``Project_Set_TokenParser`` class. The ``Project_Set_TokenParser`` class is -responsible for parsing the tag and compiling it to PHP. - -Operators -~~~~~~~~~ - -The ``getOperators()`` methods lets you add new operators. Here is how to add -the ``!``, ``||``, and ``&&`` operators:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getOperators() - { - return [ - [ - '!' => ['precedence' => 50, 'class' => \Twig\Node\Expression\Unary\NotUnary::class], - ], - [ - '||' => ['precedence' => 10, 'class' => \Twig\Node\Expression\Binary\OrBinary::class, 'associativity' => \Twig\ExpressionParser::OPERATOR_LEFT], - '&&' => ['precedence' => 15, 'class' => \Twig\Node\Expression\Binary\AndBinary::class, 'associativity' => \Twig\ExpressionParser::OPERATOR_LEFT], - ], - ]; - } - - // ... - } - -Tests -~~~~~ - -The ``getTests()`` method lets you add new test functions:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getTests() - { - return [ - new \Twig\TwigTest('even', 'twig_test_even'), - ]; - } - - // ... - } - -Definition vs Runtime -~~~~~~~~~~~~~~~~~~~~~ - -Twig filters, functions, and tests runtime implementations can be defined as -any valid PHP callable: - -* **functions/static methods**: Simple to implement and fast (used by all Twig - core extensions); but it is hard for the runtime to depend on external - objects; - -* **closures**: Simple to implement; - -* **object methods**: More flexible and required if your runtime code depends - on external objects. - -The simplest way to use methods is to define them on the extension itself:: - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - private $rot13Provider; - - public function __construct($rot13Provider) - { - $this->rot13Provider = $rot13Provider; - } - - public function getFunctions() - { - return [ - new \Twig\TwigFunction('rot13', [$this, 'rot13']), - ]; - } - - public function rot13($value) - { - return $this->rot13Provider->rot13($value); - } - } - -This is very convenient but not recommended as it makes template compilation -depend on runtime dependencies even if they are not needed (think for instance -as a dependency that connects to a database engine). - -You can decouple the extension definitions from their runtime implementations by -registering a ``\Twig\RuntimeLoader\RuntimeLoaderInterface`` instance on the -environment that knows how to instantiate such runtime classes (runtime classes -must be autoload-able):: - - class RuntimeLoader implements \Twig\RuntimeLoader\RuntimeLoaderInterface - { - public function load($class) - { - // implement the logic to create an instance of $class - // and inject its dependencies - // most of the time, it means using your dependency injection container - if ('Project_Twig_RuntimeExtension' === $class) { - return new $class(new Rot13Provider()); - } else { - // ... - } - } - } - - $twig->addRuntimeLoader(new RuntimeLoader()); - -.. note:: - - Twig comes with a PSR-11 compatible runtime loader - (``\Twig\RuntimeLoader\ContainerRuntimeLoader``). - -It is now possible to move the runtime logic to a new -``Project_Twig_RuntimeExtension`` class and use it directly in the extension:: - - class Project_Twig_RuntimeExtension - { - private $rot13Provider; - - public function __construct($rot13Provider) - { - $this->rot13Provider = $rot13Provider; - } - - public function rot13($value) - { - return $this->rot13Provider->rot13($value); - } - } - - class Project_Twig_Extension extends \Twig\Extension\AbstractExtension - { - public function getFunctions() - { - return [ - new \Twig\TwigFunction('rot13', ['Project_Twig_RuntimeExtension', 'rot13']), - // or - new \Twig\TwigFunction('rot13', 'Project_Twig_RuntimeExtension::rot13'), - ]; - } - } - -Testing an Extension --------------------- - -Functional Tests -~~~~~~~~~~~~~~~~ - -You can create functional tests for extensions by creating the following file -structure in your test directory:: - - Fixtures/ - filters/ - foo.test - bar.test - functions/ - foo.test - bar.test - tags/ - foo.test - bar.test - IntegrationTest.php - -The ``IntegrationTest.php`` file should look like this:: - - use Twig\Test\IntegrationTestCase; - - class Project_Tests_IntegrationTest extends IntegrationTestCase - { - public function getExtensions() - { - return [ - new Project_Twig_Extension1(), - new Project_Twig_Extension2(), - ]; - } - - public function getFixturesDir() - { - return __DIR__.'/Fixtures/'; - } - } - -Fixtures examples can be found within the Twig repository -`tests/Twig/Fixtures`_ directory. - -Node Tests -~~~~~~~~~~ - -Testing the node visitors can be complex, so extend your test cases from -``\Twig\Test\NodeTestCase``. Examples can be found in the Twig repository -`tests/Twig/Node`_ directory. - -.. _`tests/Twig/Fixtures`: https://github.com/twigphp/Twig/tree/3.x/tests/Fixtures -.. _`tests/Twig/Node`: https://github.com/twigphp/Twig/tree/3.x/tests/Node diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/api.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/api.rst deleted file mode 100644 index 80dfaa5..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/api.rst +++ /dev/null @@ -1,583 +0,0 @@ -Twig for Developers -=================== - -This chapter describes the API to Twig and not the template language. It will -be most useful as reference to those implementing the template interface to -the application and not those who are creating Twig templates. - -Basics ------- - -Twig uses a central object called the **environment** (of class -``\Twig\Environment``). Instances of this class are used to store the -configuration and extensions, and are used to load templates. - -Most applications create one ``\Twig\Environment`` object on application -initialization and use that to load templates. In some cases, it might be useful -to have multiple environments side by side, with different configurations. - -The typical way to configure Twig to load templates for an application looks -roughly like this:: - - require_once '/path/to/vendor/autoload.php'; - - $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates'); - $twig = new \Twig\Environment($loader, [ - 'cache' => '/path/to/compilation_cache', - ]); - -This creates a template environment with a default configuration and a loader -that looks up templates in the ``/path/to/templates/`` directory. Different -loaders are available and you can also write your own if you want to load -templates from a database or other resources. - -.. note:: - - Notice that the second argument of the environment is an array of options. - The ``cache`` option is a compilation cache directory, where Twig caches - the compiled templates to avoid the parsing phase for sub-sequent - requests. It is very different from the cache you might want to add for - the evaluated templates. For such a need, you can use any available PHP - cache library. - -Rendering Templates -------------------- - -To load a template from a Twig environment, call the ``load()`` method which -returns a ``\Twig\TemplateWrapper`` instance:: - - $template = $twig->load('index.html'); - -To render the template with some variables, call the ``render()`` method:: - - echo $template->render(['the' => 'variables', 'go' => 'here']); - -.. note:: - - The ``display()`` method is a shortcut to output the rendered template. - -You can also load and render the template in one fell swoop:: - - echo $twig->render('index.html', ['the' => 'variables', 'go' => 'here']); - -If a template defines blocks, they can be rendered individually via the -``renderBlock()`` call:: - - echo $template->renderBlock('block_name', ['the' => 'variables', 'go' => 'here']); - -.. _environment_options: - -Environment Options -------------------- - -When creating a new ``\Twig\Environment`` instance, you can pass an array of -options as the constructor second argument:: - - $twig = new \Twig\Environment($loader, ['debug' => true]); - -The following options are available: - -* ``debug`` *boolean* - - When set to ``true``, the generated templates have a - ``__toString()`` method that you can use to display the generated nodes - (default to ``false``). - -* ``charset`` *string* (defaults to ``utf-8``) - - The charset used by the templates. - -* ``cache`` *string* or ``false`` - - An absolute path where to store the compiled templates, or - ``false`` to disable caching (which is the default). - -* ``auto_reload`` *boolean* - - When developing with Twig, it's useful to recompile the - template whenever the source code changes. If you don't provide a value for - the ``auto_reload`` option, it will be determined automatically based on the - ``debug`` value. - -* ``strict_variables`` *boolean* - - If set to ``false``, Twig will silently ignore invalid - variables (variables and or attributes/methods that do not exist) and - replace them with a ``null`` value. When set to ``true``, Twig throws an - exception instead (default to ``false``). - -* ``autoescape`` *string* - - Sets the default auto-escaping strategy (``name``, ``html``, ``js``, ``css``, - ``url``, ``html_attr``, or a PHP callback that takes the template "filename" - and returns the escaping strategy to use -- the callback cannot be a function - name to avoid collision with built-in escaping strategies); set it to - ``false`` to disable auto-escaping. The ``name`` escaping strategy determines - the escaping strategy to use for a template based on the template filename - extension (this strategy does not incur any overhead at runtime as - auto-escaping is done at compilation time.) - -* ``optimizations`` *integer* - - A flag that indicates which optimizations to apply - (default to ``-1`` -- all optimizations are enabled; set it to ``0`` to - disable). - -Loaders -------- - -Loaders are responsible for loading templates from a resource such as the file -system. - -Compilation Cache -~~~~~~~~~~~~~~~~~ - -All template loaders can cache the compiled templates on the filesystem for -future reuse. It speeds up Twig a lot as templates are only compiled once. - -Built-in Loaders -~~~~~~~~~~~~~~~~ - -Here is a list of the built-in loaders: - -``\Twig\Loader\FilesystemLoader`` -................................. - -``\Twig\Loader\FilesystemLoader`` loads templates from the file system. This loader -can find templates in folders on the file system and is the preferred way to -load them:: - - $loader = new \Twig\Loader\FilesystemLoader($templateDir); - -It can also look for templates in an array of directories:: - - $loader = new \Twig\Loader\FilesystemLoader([$templateDir1, $templateDir2]); - -With such a configuration, Twig will first look for templates in -``$templateDir1`` and if they do not exist, it will fallback to look for them -in the ``$templateDir2``. - -You can add or prepend paths via the ``addPath()`` and ``prependPath()`` -methods:: - - $loader->addPath($templateDir3); - $loader->prependPath($templateDir4); - -The filesystem loader also supports namespaced templates. This allows to group -your templates under different namespaces which have their own template paths. - -When using the ``setPaths()``, ``addPath()``, and ``prependPath()`` methods, -specify the namespace as the second argument (when not specified, these -methods act on the "main" namespace):: - - $loader->addPath($templateDir, 'admin'); - -Namespaced templates can be accessed via the special -``@namespace_name/template_path`` notation:: - - $twig->render('@admin/index.html', []); - -``\Twig\Loader\FilesystemLoader`` support absolute and relative paths. Using relative -paths is preferred as it makes the cache keys independent of the project root -directory (for instance, it allows warming the cache from a build server where -the directory might be different from the one used on production servers):: - - $loader = new \Twig\Loader\FilesystemLoader('templates', getcwd().'/..'); - -.. note:: - - When not passing the root path as a second argument, Twig uses ``getcwd()`` - for relative paths. - -``\Twig\Loader\ArrayLoader`` -............................ - -``\Twig\Loader\ArrayLoader`` loads a template from a PHP array. It is passed an -array of strings bound to template names:: - - $loader = new \Twig\Loader\ArrayLoader([ - 'index.html' => 'Hello {{ name }}!', - ]); - $twig = new \Twig\Environment($loader); - - echo $twig->render('index.html', ['name' => 'Fabien']); - -This loader is very useful for unit testing. It can also be used for small -projects where storing all templates in a single PHP file might make sense. - -.. tip:: - - When using the ``Array`` loader with a cache mechanism, you should know that - a new cache key is generated each time a template content "changes" (the - cache key being the source code of the template). If you don't want to see - your cache grows out of control, you need to take care of clearing the old - cache file by yourself. - -``\Twig\Loader\ChainLoader`` -............................ - -``\Twig\Loader\ChainLoader`` delegates the loading of templates to other loaders:: - - $loader1 = new \Twig\Loader\ArrayLoader([ - 'base.html' => '{% block content %}{% endblock %}', - ]); - $loader2 = new \Twig\Loader\ArrayLoader([ - 'index.html' => '{% extends "base.html" %}{% block content %}Hello {{ name }}{% endblock %}', - 'base.html' => 'Will never be loaded', - ]); - - $loader = new \Twig\Loader\ChainLoader([$loader1, $loader2]); - - $twig = new \Twig\Environment($loader); - -When looking for a template, Twig tries each loader in turn and returns as soon -as the template is found. When rendering the ``index.html`` template from the -above example, Twig will load it with ``$loader2`` but the ``base.html`` -template will be loaded from ``$loader1``. - -.. note:: - - You can also add loaders via the ``addLoader()`` method. - -Create your own Loader -~~~~~~~~~~~~~~~~~~~~~~ - -All loaders implement the ``\Twig\Loader\LoaderInterface``:: - - interface \Twig\Loader\LoaderInterface - { - /** - * Returns the source context for a given template logical name. - * - * @param string $name The template logical name - * - * @return \Twig\Source - * - * @throws \Twig\Error\LoaderError When $name is not found - */ - public function getSourceContext($name); - - /** - * Gets the cache key to use for the cache for a given template name. - * - * @param string $name The name of the template to load - * - * @return string The cache key - * - * @throws \Twig\Error\LoaderError When $name is not found - */ - public function getCacheKey($name); - - /** - * Returns true if the template is still fresh. - * - * @param string $name The template name - * @param timestamp $time The last modification time of the cached template - * - * @return bool true if the template is fresh, false otherwise - * - * @throws \Twig\Error\LoaderError When $name is not found - */ - public function isFresh($name, $time); - - /** - * Check if we have the source code of a template, given its name. - * - * @param string $name The name of the template to check if we can load - * - * @return bool If the template source code is handled by this loader or not - */ - public function exists($name); - } - -The ``isFresh()`` method must return ``true`` if the current cached template -is still fresh, given the last modification time, or ``false`` otherwise. - -The ``getSourceContext()`` method must return an instance of ``\Twig\Source``. - -Using Extensions ----------------- - -Twig extensions are packages that add new features to Twig. Register an -extension via the ``addExtension()`` method:: - - $twig->addExtension(new \Twig\Extension\SandboxExtension()); - -Twig comes bundled with the following extensions: - -* *Twig\Extension\CoreExtension*: Defines all the core features of Twig. - -* *Twig\Extension\DebugExtension*: Defines the ``dump`` function to help debug - template variables. - -* *Twig\Extension\EscaperExtension*: Adds automatic output-escaping and the - possibility to escape/unescape blocks of code. - -* *Twig\Extension\SandboxExtension*: Adds a sandbox mode to the default Twig - environment, making it safe to evaluate untrusted code. - -* *Twig\Extension\ProfilerExtension*: Enables the built-in Twig profiler. - -* *Twig\Extension\OptimizerExtension*: Optimizes the node tree before - compilation. - -* *Twig\Extension\StringLoaderExtension*: Defines the ``template_from_string`` - function to allow loading templates from string in a template. - -The Core, Escaper, and Optimizer extensions are registered by default. - -Built-in Extensions -------------------- - -This section describes the features added by the built-in extensions. - -.. tip:: - - Read the chapter about :doc:`extending Twig ` to learn how to - create your own extensions. - -Core Extension -~~~~~~~~~~~~~~ - -The ``core`` extension defines all the core features of Twig: - -* :doc:`Tags `; -* :doc:`Filters `; -* :doc:`Functions `; -* :doc:`Tests `. - -Escaper Extension -~~~~~~~~~~~~~~~~~ - -The ``escaper`` extension adds automatic output escaping to Twig. It defines a -tag, ``autoescape``, and a filter, ``raw``. - -When creating the escaper extension, you can switch on or off the global -output escaping strategy:: - - $escaper = new \Twig\Extension\EscaperExtension('html'); - $twig->addExtension($escaper); - -If set to ``html``, all variables in templates are escaped (using the ``html`` -escaping strategy), except those using the ``raw`` filter: - -.. code-block:: twig - - {{ article.to_html|raw }} - -You can also change the escaping mode locally by using the ``autoescape`` tag: - -.. code-block:: twig - - {% autoescape 'html' %} - {{ var }} - {{ var|raw }} {# var won't be escaped #} - {{ var|escape }} {# var won't be double-escaped #} - {% endautoescape %} - -.. warning:: - - The ``autoescape`` tag has no effect on included files. - -The escaping rules are implemented as follows: - -* Literals (integers, booleans, arrays, ...) used in the template directly as - variables or filter arguments are never automatically escaped: - - .. code-block:: html+twig - - {{ "Twig
" }} {# won't be escaped #} - - {% set text = "Twig
" %} - {{ text }} {# will be escaped #} - -* Expressions which the result is a literal or a variable marked safe - are never automatically escaped: - - .. code-block:: html+twig - - {{ foo ? "Twig
" : "
Twig" }} {# won't be escaped #} - - {% set text = "Twig
" %} - {{ true ? text : "
Twig" }} {# will be escaped #} - {{ false ? text : "
Twig" }} {# won't be escaped #} - - {% set text = "Twig
" %} - {{ foo ? text|raw : "
Twig" }} {# won't be escaped #} - -* Objects with a ``__toString`` method are converted to strings and - escaped. You can mark some classes and/or interfaces as being safe for some - strategies via ``EscaperExtension::addSafeClass()``: - - .. code-block:: twig - - // mark object of class Foo as safe for the HTML strategy - $escaper->addSafeClass('Foo', ['html']); - - // mark object of interface Foo as safe for the HTML strategy - $escaper->addSafeClass('FooInterface', ['html']); - - // mark object of class Foo as safe for the HTML and JS strategies - $escaper->addSafeClass('Foo', ['html', 'js']); - - // mark object of class Foo as safe for all strategies - $escaper->addSafeClass('Foo', ['all']); - -* Escaping is applied before printing, after any other filter is applied: - - .. code-block:: twig - - {{ var|upper }} {# is equivalent to {{ var|upper|escape }} #} - -* The `raw` filter should only be used at the end of the filter chain: - - .. code-block:: twig - - {{ var|raw|upper }} {# will be escaped #} - - {{ var|upper|raw }} {# won't be escaped #} - -* Automatic escaping is not applied if the last filter in the chain is marked - safe for the current context (e.g. ``html`` or ``js``). ``escape`` and - ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked - safe for JavaScript, ``raw`` is marked safe for everything. - - .. code-block:: twig - - {% autoescape 'js' %} - {{ var|escape('html') }} {# will be escaped for HTML and JavaScript #} - {{ var }} {# will be escaped for JavaScript #} - {{ var|escape('js') }} {# won't be double-escaped #} - {% endautoescape %} - -.. note:: - - Note that autoescaping has some limitations as escaping is applied on - expressions after evaluation. For instance, when working with - concatenation, ``{{ foo|raw ~ bar }}`` won't give the expected result as - escaping is applied on the result of the concatenation, not on the - individual variables (so, the ``raw`` filter won't have any effect here). - -Sandbox Extension -~~~~~~~~~~~~~~~~~ - -The ``sandbox`` extension can be used to evaluate untrusted code. Access to -unsafe attributes and methods is prohibited. The sandbox security is managed -by a policy instance. By default, Twig comes with one policy class: -``\Twig\Sandbox\SecurityPolicy``. This class allows you to white-list some -tags, filters, properties, and methods:: - - $tags = ['if']; - $filters = ['upper']; - $methods = [ - 'Article' => ['getTitle', 'getBody'], - ]; - $properties = [ - 'Article' => ['title', 'body'], - ]; - $functions = ['range']; - $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions); - -With the previous configuration, the security policy will only allow usage of -the ``if`` tag, and the ``upper`` filter. Moreover, the templates will only be -able to call the ``getTitle()`` and ``getBody()`` methods on ``Article`` -objects, and the ``title`` and ``body`` public properties. Everything else -won't be allowed and will generate a ``\Twig\Sandbox\SecurityError`` exception. - -The policy object is the first argument of the sandbox constructor:: - - $sandbox = new \Twig\Extension\SandboxExtension($policy); - $twig->addExtension($sandbox); - -By default, the sandbox mode is disabled and should be enabled when including -untrusted template code by using the ``sandbox`` tag: - -.. code-block:: twig - - {% sandbox %} - {% include 'user.html' %} - {% endsandbox %} - -You can sandbox all templates by passing ``true`` as the second argument of -the extension constructor:: - - $sandbox = new \Twig\Extension\SandboxExtension($policy, true); - -Profiler Extension -~~~~~~~~~~~~~~~~~~ - -The ``profiler`` extension enables a profiler for Twig templates; it should -only be used on your development machines as it adds some overhead:: - - $profile = new \Twig\Profiler\Profile(); - $twig->addExtension(new \Twig\Extension\ProfilerExtension($profile)); - - $dumper = new \Twig\Profiler\Dumper\TextDumper(); - echo $dumper->dump($profile); - -A profile contains information about time and memory consumption for template, -block, and macro executions. - -You can also dump the data in a `Blackfire.io `_ -compatible format:: - - $dumper = new \Twig\Profiler\Dumper\BlackfireDumper(); - file_put_contents('/path/to/profile.prof', $dumper->dump($profile)); - -Upload the profile to visualize it (create a `free account -`_ -first): - -.. code-block:: sh - - blackfire --slot=7 upload /path/to/profile.prof - -Optimizer Extension -~~~~~~~~~~~~~~~~~~~ - -The ``optimizer`` extension optimizes the node tree before compilation:: - - $twig->addExtension(new \Twig\Extension\OptimizerExtension()); - -By default, all optimizations are turned on. You can select the ones you want -to enable by passing them to the constructor:: - - $optimizer = new \Twig\Extension\OptimizerExtension(\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR); - - $twig->addExtension($optimizer); - -Twig supports the following optimizations: - -* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_ALL``, enables all optimizations - (this is the default value). - -* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_NONE``, disables all optimizations. - This reduces the compilation time, but it can increase the execution time - and the consumed memory. - -* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR``, optimizes the ``for`` tag by - removing the ``loop`` variable creation whenever possible. - -* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_RAW_FILTER``, removes the ``raw`` - filter whenever possible. - -* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_VAR_ACCESS``, simplifies the creation - and access of variables in the compiled templates whenever possible. - -Exceptions ----------- - -Twig can throw exceptions: - -* ``\Twig\Error\Error``: The base exception for all errors. - -* ``\Twig\Error\SyntaxError``: Thrown to tell the user that there is a problem with - the template syntax. - -* ``\Twig\Error\RuntimeError``: Thrown when an error occurs at runtime (when a filter - does not exist for instance). - -* ``\Twig\Error\LoaderError``: Thrown when an error occurs during template loading. - -* ``\Twig\Sandbox\SecurityError``: Thrown when an unallowed tag, filter, or - method is called in a sandboxed template. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/coding_standards.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/coding_standards.rst deleted file mode 100644 index 721b0f1..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/coding_standards.rst +++ /dev/null @@ -1,101 +0,0 @@ -Coding Standards -================ - -When writing Twig templates, we recommend you to follow these official coding -standards: - -* Put one (and only one) space after the start of a delimiter (``{{``, ``{%``, - and ``{#``) and before the end of a delimiter (``}}``, ``%}``, and ``#}``): - - .. code-block:: twig - - {{ foo }} - {# comment #} - {% if foo %}{% endif %} - - When using the whitespace control character, do not put any spaces between - it and the delimiter: - - .. code-block:: twig - - {{- foo -}} - {#- comment -#} - {%- if foo -%}{%- endif -%} - -* Put one (and only one) space before and after the following operators: - comparison operators (``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``), math - operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic - operators (``not``, ``and``, ``or``), ``~``, ``is``, ``in``, and the ternary - operator (``?:``): - - .. code-block:: twig - - {{ 1 + 2 }} - {{ foo ~ bar }} - {{ true ? true : false }} - -* Put one (and only one) space after the ``:`` sign in hashes and ``,`` in - arrays and hashes: - - .. code-block:: twig - - {{ [1, 2, 3] }} - {{ {'foo': 'bar'} }} - -* Do not put any spaces after an opening parenthesis and before a closing - parenthesis in expressions: - - .. code-block:: twig - - {{ 1 + (2 * 3) }} - -* Do not put any spaces before and after string delimiters: - - .. code-block:: twig - - {{ 'foo' }} - {{ "foo" }} - -* Do not put any spaces before and after the following operators: ``|``, - ``.``, ``..``, ``[]``: - - .. code-block:: twig - - {{ foo|upper|lower }} - {{ user.name }} - {{ user[name] }} - {% for i in 1..12 %}{% endfor %} - -* Do not put any spaces before and after the parenthesis used for filter and - function calls: - - .. code-block:: twig - - {{ foo|default('foo') }} - {{ range(1..10) }} - -* Do not put any spaces before and after the opening and the closing of arrays - and hashes: - - .. code-block:: twig - - {{ [1, 2, 3] }} - {{ {'foo': 'bar'} }} - -* Use lower cased and underscored variable names: - - .. code-block:: twig - - {% set foo = 'foo' %} - {% set foo_bar = 'foo' %} - -* Indent your code inside tags (use the same indentation as the one used for - the target language of the rendered template): - - .. code-block:: twig - - {% block foo %} - {% if true %} - true - {% endif %} - {% endblock %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/deprecated.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/deprecated.rst deleted file mode 100644 index ac22338..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/deprecated.rst +++ /dev/null @@ -1,6 +0,0 @@ -Deprecated Features -=================== - -This document lists deprecated features in Twig 3.x. Deprecated features are -kept for backward compatibility and removed in the next major release (a -feature that was deprecated in Twig 3.x is removed in Twig 4.0). diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/abs.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/abs.rst deleted file mode 100644 index 77d5cf0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/abs.rst +++ /dev/null @@ -1,18 +0,0 @@ -``abs`` -======= - -The ``abs`` filter returns the absolute value. - -.. code-block:: twig - - {# number = -5 #} - - {{ number|abs }} - - {# outputs 5 #} - -.. note:: - - Internally, Twig uses the PHP `abs`_ function. - -.. _`abs`: https://secure.php.net/abs diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/batch.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/batch.rst deleted file mode 100644 index 18a227f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/batch.rst +++ /dev/null @@ -1,44 +0,0 @@ -``batch`` -========= - -The ``batch`` filter "batches" items by returning a list of lists with the -given number of items. A second parameter can be provided and used to fill in -missing items: - -.. code-block:: html+twig - - {% set items = ['a', 'b', 'c', 'd'] %} - - - {% for row in items|batch(3, 'No item') %} - - {% for column in row %} - - {% endfor %} - - {% endfor %} -
{{ column }}
- -The above example will be rendered as: - -.. code-block:: html+twig - - - - - - - - - - - - -
abc
dNo itemNo item
- -Arguments ---------- - -* ``size``: The size of the batch; fractional numbers will be rounded up -* ``fill``: Used to fill in missing items -* ``preserve_keys``: Whether to preserve keys or not diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/capitalize.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/capitalize.rst deleted file mode 100644 index 2353658..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/capitalize.rst +++ /dev/null @@ -1,11 +0,0 @@ -``capitalize`` -============== - -The ``capitalize`` filter capitalizes a value. The first character will be -uppercase, all others lowercase: - -.. code-block:: twig - - {{ 'my first car'|capitalize }} - - {# outputs 'My first car' #} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/column.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/column.rst deleted file mode 100644 index 5b6769b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/column.rst +++ /dev/null @@ -1,24 +0,0 @@ -``column`` -========== - -The ``column`` filter returns the values from a single column in the input -array. - -.. code-block:: twig - - {% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %} - - {% set fruits = items|column('fruit') %} - - {# fruits now contains ['apple', 'orange'] #} - -.. note:: - - Internally, Twig uses the PHP `array_column`_ function. - -Arguments ---------- - -* ``name``: The column name to extract - -.. _`array_column`: https://secure.php.net/array_column diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/convert_encoding.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/convert_encoding.rst deleted file mode 100644 index d977c75..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/convert_encoding.rst +++ /dev/null @@ -1,22 +0,0 @@ -``convert_encoding`` -==================== - -The ``convert_encoding`` filter converts a string from one encoding to -another. The first argument is the expected output charset and the second one -is the input charset: - -.. code-block:: twig - - {{ data|convert_encoding('UTF-8', 'iso-2022-jp') }} - -.. note:: - - This filter relies on the `iconv`_ extension. - -Arguments ---------- - -* ``to``: The output charset -* ``from``: The input charset - -.. _`iconv`: https://secure.php.net/iconv diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/country_name.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/country_name.rst deleted file mode 100644 index 166399f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/country_name.rst +++ /dev/null @@ -1,39 +0,0 @@ -``country_name`` -================ - -The ``country_name`` filter returns the country name given its ISO-3166 -two-letter code: - -.. code-block:: twig - - {# France #} - {{ 'FR'|country_name }} - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# États-Unis #} - {{ 'US'|country_name('fr') }} - -.. note:: - - The ``country_name`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_name.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_name.rst deleted file mode 100644 index 61805ed..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_name.rst +++ /dev/null @@ -1,42 +0,0 @@ -``currency_name`` -================= - -The ``currency_name`` filter returns the currency name given its three-letter -code: - -.. code-block:: twig - - {# Euro #} - {{ 'EUR'|currency_name }} - - {# Japanese Yen #} - {{ 'JPY'|currency_name }} - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# yen japonais #} - {{ 'JPY'|currency_name('fr_FR') }} - -.. note:: - - The ``currency_name`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_symbol.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_symbol.rst deleted file mode 100644 index 73b8e07..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/currency_symbol.rst +++ /dev/null @@ -1,42 +0,0 @@ -``currency_symbol`` -=================== - -The ``currency_symbol`` filter returns the currency symbol given its three-letter -code: - -.. code-block:: twig - - {# € #} - {{ 'EUR'|currency_symbol }} - - {# ¥ #} - {{ 'JPY'|currency_symbol }} - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# ¥ #} - {{ 'JPY'|currency_symbol('fr') }} - -.. note:: - - The ``currency_symbol`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/data_uri.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/data_uri.rst deleted file mode 100644 index fadb509..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/data_uri.rst +++ /dev/null @@ -1,48 +0,0 @@ -``data_uri`` -============ - -The ``data_uri`` filter generates a URL using the data scheme as defined in RFC -2397: - -.. code-block:: html+twig - - {{ image_data|data_uri }} - - {{ source('path_to_image')|data_uri }} - - {# force the mime type, disable the guessing of the mime type #} - {{ image_data|data_uri(mime="image/svg") }} - - {# also works with plain text #} - {{ 'foobar'|data_uri(mime="text/html") }} - - {# add some extra parameters #} - {{ 'foobar'|data_uri(mime="text/html", parameters={charset: "ascii"}) }} - -.. note:: - - The ``data_uri`` filter is part of the ``HtmlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/html-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Html\HtmlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new HtmlExtension()); - -.. note:: - - The filter does not perform any length validation on purpose (limits depends - on the usage context), validation should be done before calling this filter. - -Arguments ---------- - -* ``mime``: The mime type -* ``parameters``: An array of parameters diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date.rst deleted file mode 100644 index ec08d55..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date.rst +++ /dev/null @@ -1,78 +0,0 @@ -``date`` -======== - -The ``date`` filter formats a date to a given format: - -.. code-block:: twig - - {{ post.published_at|date("m/d/Y") }} - -The format specifier is the same as supported by `date`_, -except when the filtered data is of type `DateInterval`_, when the format must conform to -`DateInterval::format`_ instead. - -The ``date`` filter accepts strings (it must be in a format supported by the -`strtotime`_ function), `DateTime`_ instances, or `DateInterval`_ instances. For -instance, to display the current date, filter the word "now": - -.. code-block:: twig - - {{ "now"|date("m/d/Y") }} - -To escape words and characters in the date format use ``\\`` in front of each -character: - -.. code-block:: twig - - {{ post.published_at|date("F jS \\a\\t g:ia") }} - -If the value passed to the ``date`` filter is ``null``, it will return the -current date by default. If an empty string is desired instead of the current -date, use a ternary operator: - -.. code-block:: twig - - {{ post.published_at is empty ? "" : post.published_at|date("m/d/Y") }} - -If no format is provided, Twig will use the default one: ``F j, Y H:i``. This -default can be changed by calling the ``setDateFormat()`` method on the -``core`` extension instance. The first argument is the default format for -dates and the second one is the default format for date intervals:: - - $twig = new \Twig\Environment($loader); - $twig->getExtension(\Twig\Extension\CoreExtension::class)->setDateFormat('d/m/Y', '%d days'); - -Timezone --------- - -By default, the date is displayed by applying the default timezone (the one -specified in php.ini or declared in Twig -- see below), but you can override -it by explicitly specifying a timezone: - -.. code-block:: twig - - {{ post.published_at|date("m/d/Y", "Europe/Paris") }} - -If the date is already a DateTime object, and if you want to keep its current -timezone, pass ``false`` as the timezone value: - -.. code-block:: twig - - {{ post.published_at|date("m/d/Y", false) }} - -The default timezone can also be set globally by calling ``setTimezone()``:: - - $twig = new \Twig\Environment($loader); - $twig->getExtension(\Twig\Extension\CoreExtension::class)->setTimezone('Europe/Paris'); - -Arguments ---------- - -* ``format``: The date format -* ``timezone``: The date timezone - -.. _`strtotime`: https://secure.php.net/strtotime -.. _`DateTime`: https://secure.php.net/DateTime -.. _`DateInterval`: https://secure.php.net/DateInterval -.. _`date`: https://secure.php.net/date -.. _`DateInterval::format`: https://secure.php.net/DateInterval.format diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date_modify.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date_modify.rst deleted file mode 100644 index cc5d6df..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/date_modify.rst +++ /dev/null @@ -1,20 +0,0 @@ -``date_modify`` -=============== - -The ``date_modify`` filter modifies a date with a given modifier string: - -.. code-block:: twig - - {{ post.published_at|date_modify("+1 day")|date("m/d/Y") }} - -The ``date_modify`` filter accepts strings (it must be in a format supported -by the `strtotime`_ function) or `DateTime`_ instances. You can combine -it with the :doc:`date` filter for formatting. - -Arguments ---------- - -* ``modifier``: The modifier - -.. _`strtotime`: https://secure.php.net/strtotime -.. _`DateTime`: https://secure.php.net/DateTime diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/default.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/default.rst deleted file mode 100644 index 2376fe7..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/default.rst +++ /dev/null @@ -1,42 +0,0 @@ -``default`` -=========== - -The ``default`` filter returns the passed default value if the value is -undefined or empty, otherwise the value of the variable: - -.. code-block:: twig - - {{ var|default('var is not defined') }} - - {{ var.foo|default('foo item on var is not defined') }} - - {{ var['foo']|default('foo item on var is not defined') }} - - {{ ''|default('passed var is empty') }} - -When using the ``default`` filter on an expression that uses variables in some -method calls, be sure to use the ``default`` filter whenever a variable can be -undefined: - -.. code-block:: twig - - {{ var.method(foo|default('foo'))|default('foo') }} - -Using the ``default`` filter on a boolean variable might trigger unexpected behavior, as -``false`` is treated as an empty value. Consider using ``??`` instead: - -.. code-block:: twig - - {% set foo = false %} - {{ foo|default(true) }} {# true #} - {{ foo ?? true }} {# false #} - -.. note:: - - Read the documentation for the :doc:`defined<../tests/defined>` and - :doc:`empty<../tests/empty>` tests to learn more about their semantics. - -Arguments ---------- - -* ``default``: The default value diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/escape.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/escape.rst deleted file mode 100644 index f105d97..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/escape.rst +++ /dev/null @@ -1,117 +0,0 @@ -``escape`` -========== - -The ``escape`` filter escapes a string using strategies that depend on the -context. - -By default, it uses the HTML escaping strategy: - -.. code-block:: html+twig - -

- {{ user.username|escape }} -

- -For convenience, the ``e`` filter is defined as an alias: - -.. code-block:: html+twig - -

- {{ user.username|e }} -

- -The ``escape`` filter can also be used in other contexts than HTML thanks to -an optional argument which defines the escaping strategy to use: - -.. code-block:: twig - - {{ user.username|e }} - {# is equivalent to #} - {{ user.username|e('html') }} - -And here is how to escape variables included in JavaScript code: - -.. code-block:: twig - - {{ user.username|escape('js') }} - {{ user.username|e('js') }} - -The ``escape`` filter supports the following escaping strategies for HTML -documents: - -* ``html``: escapes a string for the **HTML body** context. - -* ``js``: escapes a string for the **JavaScript** context. - -* ``css``: escapes a string for the **CSS** context. CSS escaping can be - applied to any string being inserted into CSS and escapes everything except - alphanumerics. - -* ``url``: escapes a string for the **URI or parameter** contexts. This should - not be used to escape an entire URI; only a subcomponent being inserted. - -* ``html_attr``: escapes a string for the **HTML attribute** context. - -Note that doing contextual escaping in HTML documents is hard and choosing the -right escaping strategy depends on a lot of factors. Please, read related -documentation like `the OWASP prevention cheat sheet -`_ -to learn more about this topic. - -.. note:: - - Internally, ``escape`` uses the PHP native `htmlspecialchars`_ function - for the HTML escaping strategy. - -.. caution:: - - When using automatic escaping, Twig tries to not double-escape a variable - when the automatic escaping strategy is the same as the one applied by the - escape filter; but that does not work when using a variable as the - escaping strategy: - - .. code-block:: twig - - {% set strategy = 'html' %} - - {% autoescape 'html' %} - {{ var|escape('html') }} {# won't be double-escaped #} - {{ var|escape(strategy) }} {# will be double-escaped #} - {% endautoescape %} - - When using a variable as the escaping strategy, you should disable - automatic escaping: - - .. code-block:: twig - - {% set strategy = 'html' %} - - {% autoescape 'html' %} - {{ var|escape(strategy)|raw }} {# won't be double-escaped #} - {% endautoescape %} - -Custom Escapers ---------------- - -You can define custom escapers by calling the ``setEscaper()`` method on the -escaper extension instance. The first argument is the escaper name (to be -used in the ``escape`` call) and the second one must be a valid PHP callable:: - - $twig = new \Twig\Environment($loader); - $twig->getExtension(\Twig\Extension\EscaperExtension::class)->setEscaper('csv', 'csv_escaper'); - -When called by Twig, the callable receives the Twig environment instance, the -string to escape, and the charset. - -.. note:: - - Built-in escapers cannot be overridden mainly because they should be - considered as the final implementation and also for better performance. - -Arguments ---------- - -* ``strategy``: The escaping strategy -* ``charset``: The string charset - -.. _`htmlspecialchars`: https://secure.php.net/htmlspecialchars diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/filter.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/filter.rst deleted file mode 100644 index 257421f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/filter.rst +++ /dev/null @@ -1,55 +0,0 @@ -``filter`` -========== - -The ``filter`` filter filters elements of a sequence or a mapping using an arrow -function. The arrow function receives the value of the sequence or mapping: - -.. code-block:: twig - - {% set sizes = [34, 36, 38, 40, 42] %} - - {{ sizes|filter(v => v > 38)|join(', ') }} - {# output 40, 42 #} - -Combined with the ``for`` tag, it allows to filter the items to iterate over: - -.. code-block:: twig - - {% for v in sizes|filter(v => v > 38) -%} - {{ v }} - {% endfor %} - {# output 40 42 #} - -It also works with mappings: - -.. code-block:: twig - - {% set sizes = { - xs: 34, - s: 36, - m: 38, - l: 40, - xl: 42, - } %} - - {% for k, v in sizes|filter(v => v > 38) -%} - {{ k }} = {{ v }} - {% endfor %} - {# output l = 40 xl = 42 #} - -The arrow function also receives the key as a second argument: - -.. code-block:: twig - - {% for k, v in sizes|filter((v, k) => v > 38 and k != "xl") -%} - {{ k }} = {{ v }} - {% endfor %} - {# output l = 40 #} - -Note that the arrow function has access to the current context. - -Arguments ---------- - -* ``array``: The sequence or mapping -* ``arrow``: The arrow function diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/first.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/first.rst deleted file mode 100644 index 8d7081a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/first.rst +++ /dev/null @@ -1,22 +0,0 @@ -``first`` -========= - -The ``first`` filter returns the first "element" of a sequence, a mapping, or -a string: - -.. code-block:: twig - - {{ [1, 2, 3, 4]|first }} - {# outputs 1 #} - - {{ { a: 1, b: 2, c: 3, d: 4 }|first }} - {# outputs 1 #} - - {{ '1234'|first }} - {# outputs 1 #} - -.. note:: - - It also works with objects implementing the `Traversable`_ interface. - -.. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format.rst deleted file mode 100644 index 782ea75..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format.rst +++ /dev/null @@ -1,18 +0,0 @@ -``format`` -========== - -The ``format`` filter formats a given string by replacing the placeholders -(placeholders follows the `sprintf`_ notation): - -.. code-block:: twig - - {{ "I like %s and %s."|format(foo, "bar") }} - - {# outputs I like foo and bar - if the foo parameter equals to the foo string. #} - -.. seealso:: - - :doc:`replace` - -.. _`sprintf`: https://secure.php.net/sprintf diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_currency.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_currency.rst deleted file mode 100644 index d860a1b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_currency.rst +++ /dev/null @@ -1,72 +0,0 @@ -``format_currency`` -=================== - -The ``format_currency`` filter formats a number as a currency: - -.. code-block:: twig - - {# €1,000,000.00 #} - {{ '1000000'|format_currency('EUR') }} - -You can pass attributes to tweak the output: - -.. code-block:: twig - - {# €12.34 #} - {{ '12.345'|format_currency('EUR', {rounding_mode: 'floor'}) }} - - {# €1,000,000.0000 #} - {{ '1000000'|format_currency('EUR', {fraction_digit: 4}) }} - -The list of supported options: - -* ``grouping_used``; -* ``decimal_always_shown``; -* ``max_integer_digit``; -* ``min_integer_digit``; -* ``integer_digit``; -* ``max_fraction_digit``; -* ``min_fraction_digit``; -* ``fraction_digit``; -* ``multiplier``; -* ``grouping_size``; -* ``rounding_mode``; -* ``rounding_increment``; -* ``format_width``; -* ``padding_position``; -* ``secondary_grouping_size``; -* ``significant_digits_used``; -* ``min_significant_digits_used``; -* ``max_significant_digits_used``; -* ``lenient_parse``. - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# 1.000.000,00 € #} - {{ '1000000'|format_currency('EUR', locale='de') }} - -.. note:: - - The ``format_currency`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``currency``: The currency -* ``attrs``: A map of attributes -* ``locale``: The locale diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_date.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_date.rst deleted file mode 100644 index 31b4550..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_date.rst +++ /dev/null @@ -1,29 +0,0 @@ -``format_date`` -=============== - -The ``format_date`` filter formats a date. It behaves in the exact same way as -the :doc:`format_datetime` filter, but without the time. - -.. note:: - - The ``format_date`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale -* ``dateFormat``: The date format -* ``pattern``: A date time pattern diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_datetime.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_datetime.rst deleted file mode 100644 index e08e6cd..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_datetime.rst +++ /dev/null @@ -1,66 +0,0 @@ -``format_datetime`` -=================== - -The ``format_datetime`` filter formats a date time: - -.. code-block:: twig - - {# Aug 7, 2019, 11:39:12 PM #} - {{ '2019-08-07 23:39:12'|format_datetime() }} - -You can tweak the output for the date part and the time part: - -.. code-block:: twig - - {# 23:39 #} - {{ '2019-08-07 23:39:12'|format_datetime('none', 'short', locale='fr') }} - - {# 07/08/2019 #} - {{ '2019-08-07 23:39:12'|format_datetime('short', 'none', locale='fr') }} - - {# mercredi 7 août 2019 23:39:12 UTC #} - {{ '2019-08-07 23:39:12'|format_datetime('full', 'full', locale='fr') }} - -Supported values are: ``none``, ``short``, ``medium``, ``long``, and ``full``. - -For greater flexiblity, you can even define your own pattern (see the `ICU user -guide -`_ -for supported patterns). - -.. code-block:: twig - - {# 11 oclock PM, GMT #} - {{ '2019-08-07 23:39:12'|format_datetime(pattern="hh 'oclock' a, zzzz") }} - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# 7 août 2019 23:39:12 #} - {{ '2019-08-07 23:39:12'|format_datetime(locale='fr') }} - -.. note:: - - The ``format_datetime`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale -* ``dateFormat``: The date format -* ``timeFormat``: The time format -* ``pattern``: A date time pattern diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_number.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_number.rst deleted file mode 100644 index f6d3f96..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_number.rst +++ /dev/null @@ -1,112 +0,0 @@ -``format_number`` -================= - -The ``format_number`` filter formats a number: - -.. code-block:: twig - - {{ '12.345'|format_number }} - -You can pass attributes to tweak the output: - -.. code-block:: twig - - {# 12.34 #} - {{ '12.345'|format_number({rounding_mode: 'floor'}) }} - - {# 1000000.0000 #} - {{ '1000000'|format_number({fraction_digit: 4}) }} - -The list of supported options: - -* ``grouping_used``; -* ``decimal_always_shown``; -* ``max_integer_digit``; -* ``min_integer_digit``; -* ``integer_digit``; -* ``max_fraction_digit``; -* ``min_fraction_digit``; -* ``fraction_digit``; -* ``multiplier``; -* ``grouping_size``; -* ``rounding_mode``; -* ``rounding_increment``; -* ``format_width``; -* ``padding_position``; -* ``secondary_grouping_size``; -* ``significant_digits_used``; -* ``min_significant_digits_used``; -* ``max_significant_digits_used``; -* ``lenient_parse``. - -Besides plain numbers, the filter can also format numbers in various styles: - -.. code-block:: twig - - {# 1,234% #} - {{ '12.345'|format_number(style='percent') }} - - {# twelve point three four five #} - {{ '12.345'|format_number(style='spellout') }} - - {# 12 sec. #} - {{ '12'|format_duration_number }} - -The list of supported styles: - -* ``decimal``; -* ``currency``; -* ``percent``; -* ``scientific``; -* ``spellout``; -* ``ordinal``; -* ``duration``. - -As a shortcut, you can use the ``format_*_number`` filters by replacing `*` with -a style: - -.. code-block:: twig - - {# 1,234% #} - {{ '12.345'|format_percent_number }} - - {# twelve point three four five #} - {{ '12.345'|format_spellout_number }} - -You can pass attributes to tweak the output: - -.. code-block:: twig - - {# 12.3% #} - {{ '0.12345'|format_percent_number({rounding_mode: 'floor', fraction_digit: 1}) }} - -By default, the filter uses the current locale. You can pass it explicitly: - -.. code-block:: twig - - {# 12,345 #} - {{ '12.345'|format_number(locale='fr') }} - -.. note:: - - The ``format_number`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale -* ``attrs``: A map of attributes -* ``style``: The style of the number output diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_time.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_time.rst deleted file mode 100644 index b1aa957..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/format_time.rst +++ /dev/null @@ -1,29 +0,0 @@ -``format_time`` -=============== - -The ``format_time`` filter formats a time. It behaves in the exact same way as -the :doc:`format_datetime` filter, but without the date. - -.. note:: - - The ``format_time`` filter is part of the ``IntlExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/intl-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Intl\IntlExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new IntlExtension()); - -Arguments ---------- - -* ``locale``: The locale -* ``timeFormat``: The time format -* ``pattern``: A date time pattern diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/html_to_markdown.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/html_to_markdown.rst deleted file mode 100644 index 938be15..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/html_to_markdown.rst +++ /dev/null @@ -1,74 +0,0 @@ -``html_to_markdown`` -==================== - -The ``html_to_markdown`` filter converts a block of HTML to Markdown: - -.. code-block:: html+twig - - {% apply html_to_markdown %} - -

Hello!

- - {% endapply %} - -You can also use the filter on an entire template which you ``include``: - -.. code-block:: twig - - {{ include('some_template.html.twig')|html_to_markdown }} - -.. note:: - - The ``html_to_markdown`` filter is part of the ``MarkdownExtension`` which - is not installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/markdown-extra - - On Symfony projects, you can automatically enable it by installing the - ``twig/extra-bundle``: - - .. code-block:: bash - - $ composer require twig/extra-bundle - - Or add the extension explicitly on the Twig environment:: - - use Twig\Extra\Markdown\MarkdownExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new MarkdownExtension()); - - If you are not using Symfony, you must also register the extension runtime:: - - use Twig\Extra\Markdown\DefaultMarkdown; - use Twig\Extra\Markdown\MarkdownRuntime; - use Twig\RuntimeLoader\RuntimeLoaderInterface; - - $twig->addRuntimeLoader(new class implements RuntimeLoaderInterface { - public function load($class) { - if (MarkdownRuntime::class === $class) { - return new MarkdownRuntime(new DefaultMarkdown()); - } - } - }); - -``html_to_markdown`` is just a frontend; the actual conversion is done by one of -the following compatible libraries, from which you can choose: - -* [erusev/parsedown](https://github.com/erusev/parsedown) -* [thephpleague/html-to-markdown](https://github.com/thephpleague/html-to-markdown) -* [michelf/php-markdown](https://github.com/michelf/php-markdown) - -Depending on the library, you can also add some options by passing them as an argument -to the filter. Example for ``league/html-to-markdown``: - -.. code-block:: html+twig - - {% apply html_to_markdown({hard_break: false}) %} - -

Hello!

- - {% endapply %} - diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/index.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/index.rst deleted file mode 100644 index eea2383..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/index.rst +++ /dev/null @@ -1,60 +0,0 @@ -Filters -======= - -.. toctree:: - :maxdepth: 1 - - abs - batch - capitalize - column - convert_encoding - country_name - currency_name - currency_symbol - data_uri - date - date_modify - default - escape - filter - first - format - format_currency - format_date - format_datetime - format_number - format_time - html_to_markdown - inline_css - inky_to_html - join - json_encode - keys - language_name - last - length - locale_name - lower - map - markdown_to_html - merge - nl2br - number_format - raw - reduce - replace - reverse - round - slice - slug - sort - spaceless - split - striptags - timezone_name - title - trim - u - upper - url_encode diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inky_to_html.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inky_to_html.rst deleted file mode 100644 index 5f8fe7b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inky_to_html.rst +++ /dev/null @@ -1,37 +0,0 @@ -``inky_to_html`` -================ - -The ``inky_to_html`` filter processes an `inky email template -`_: - -.. code-block:: html+twig - - {% apply inky_to_html %} - - - - - {% endapply %} - -You can also use the filter on an included file: - -.. code-block:: twig - - {{ include('some_template.inky.twig')|inky_to_html }} - -.. note:: - - The ``inky_to_html`` filter is part of the ``InkyExtension`` which is not - installed by default. Install it first: - - .. code-block:: bash - - $ composer require twig/inky-extra - - Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension - explicitly on the Twig environment:: - - use Twig\Extra\Inky\InkyExtension; - - $twig = new \Twig\Environment(...); - $twig->addExtension(new InkyExtension()); diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inline_css.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inline_css.rst deleted file mode 100644 index acdb6e8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/filters/inline_css.rst +++ /dev/null @@ -1,61 +0,0 @@ -``inline_css`` -============== - -The ``inline_css`` filter inline CSS styles in HTML documents: - -.. code-block:: html+twig - - {% apply inline_css %} - - - - - -

Hello CSS!

- - - {% endapply %} - -You can also add some stylesheets by passing them as arguments to the filter: - -.. code-block:: html+twig - - {% apply inline_css(source("some_styles.css"), source("another.css")) %} - - -

Hello CSS!

- - - {% endapply %} - -Styles loaded via the filter override the styles defined in the `` - {% endblock %} - {% block content %} -

Index

-

- Welcome on my awesome homepage. -

- {% endblock %} - -The ``extends`` tag is the key here. It tells the template engine that this -template "extends" another template. When the template system evaluates this -template, first it locates the parent. The extends tag should be the first tag -in the template. - -Note that since the child template doesn't define the ``footer`` block, the -value from the parent template is used instead. - -You can't define multiple ``block`` tags with the same name in the same -template. This limitation exists because a block tag works in "both" -directions. That is, a block tag doesn't just provide a hole to fill - it also -defines the content that fills the hole in the *parent*. If there were two -similarly-named ``block`` tags in a template, that template's parent wouldn't -know which one of the blocks' content to use. - -If you want to print a block multiple times you can however use the -``block`` function: - -.. code-block:: html+twig - - {% block title %}{% endblock %} -

{{ block('title') }}

- {% block body %}{% endblock %} - -Parent Blocks -------------- - -It's possible to render the contents of the parent block by using the -:doc:`parent<../functions/parent>` function. This gives back the results of -the parent block: - -.. code-block:: html+twig - - {% block sidebar %} -

Table Of Contents

- ... - {{ parent() }} - {% endblock %} - -Named Block End-Tags --------------------- - -Twig allows you to put the name of the block after the end tag for better -readability (the name after the ``endblock`` word must match the block name): - -.. code-block:: twig - - {% block sidebar %} - {% block inner_sidebar %} - ... - {% endblock inner_sidebar %} - {% endblock sidebar %} - -Block Nesting and Scope ------------------------ - -Blocks can be nested for more complex layouts. Per default, blocks have access -to variables from outer scopes: - -.. code-block:: html+twig - - {% for item in seq %} -
  • {% block loop_item %}{{ item }}{% endblock %}
  • - {% endfor %} - -Block Shortcuts ---------------- - -For blocks with little content, it's possible to use a shortcut syntax. The -following constructs do the same thing: - -.. code-block:: twig - - {% block title %} - {{ page_title|title }} - {% endblock %} - -.. code-block:: twig - - {% block title page_title|title %} - -Dynamic Inheritance -------------------- - -Twig supports dynamic inheritance by using a variable as the base template: - -.. code-block:: twig - - {% extends some_var %} - -If the variable evaluates to a ``\Twig\Template`` or a ``\Twig\TemplateWrapper`` -instance, Twig will use it as the parent template:: - - // {% extends layout %} - - $layout = $twig->load('some_layout_template.twig'); - - $twig->display('template.twig', ['layout' => $layout]); - -You can also provide a list of templates that are checked for existence. The -first template that exists will be used as a parent: - -.. code-block:: twig - - {% extends ['layout.html', 'base_layout.html'] %} - -Conditional Inheritance ------------------------ - -As the template name for the parent can be any valid Twig expression, it's -possible to make the inheritance mechanism conditional: - -.. code-block:: twig - - {% extends standalone ? "minimum.html" : "base.html" %} - -In this example, the template will extend the "minimum.html" layout template -if the ``standalone`` variable evaluates to ``true``, and "base.html" -otherwise. - -How do blocks work? -------------------- - -A block provides a way to change how a certain part of a template is rendered -but it does not interfere in any way with the logic around it. - -Let's take the following example to illustrate how a block works and more -importantly, how it does not work: - -.. code-block:: html+twig - - {# base.twig #} - {% for post in posts %} - {% block post %} -

    {{ post.title }}

    -

    {{ post.body }}

    - {% endblock %} - {% endfor %} - -If you render this template, the result would be exactly the same with or -without the ``block`` tag. The ``block`` inside the ``for`` loop is just a way -to make it overridable by a child template: - -.. code-block:: html+twig - - {# child.twig #} - {% extends "base.twig" %} - - {% block post %} -
    -
    {{ post.title }}
    -
    {{ post.text }}
    -
    - {% endblock %} - -Now, when rendering the child template, the loop is going to use the block -defined in the child template instead of the one defined in the base one; the -executed template is then equivalent to the following one: - -.. code-block:: html+twig - - {% for post in posts %} -
    -
    {{ post.title }}
    -
    {{ post.text }}
    -
    - {% endfor %} - -Let's take another example: a block included within an ``if`` statement: - -.. code-block:: html+twig - - {% if posts is empty %} - {% block head %} - {{ parent() }} - - - {% endblock head %} - {% endif %} - -Contrary to what you might think, this template does not define a block -conditionally; it just makes overridable by a child template the output of -what will be rendered when the condition is ``true``. - -If you want the output to be displayed conditionally, use the following -instead: - -.. code-block:: html+twig - - {% block head %} - {{ parent() }} - - {% if posts is empty %} - - {% endif %} - {% endblock head %} - -.. seealso:: - - :doc:`block<../functions/block>`, :doc:`block<../tags/block>`, :doc:`parent<../functions/parent>`, :doc:`use<../tags/use>` diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/flush.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/flush.rst deleted file mode 100644 index 332e982..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/flush.rst +++ /dev/null @@ -1,14 +0,0 @@ -``flush`` -========= - -The ``flush`` tag tells Twig to flush the output buffer: - -.. code-block:: twig - - {% flush %} - -.. note:: - - Internally, Twig uses the PHP `flush`_ function. - -.. _`flush`: https://secure.php.net/flush diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/for.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/for.rst deleted file mode 100644 index 4517f59..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/for.rst +++ /dev/null @@ -1,141 +0,0 @@ -``for`` -======= - -Loop over each item in a sequence. For example, to display a list of users -provided in a variable called ``users``: - -.. code-block:: html+twig - -

    Members

    -
      - {% for user in users %} -
    • {{ user.username|e }}
    • - {% endfor %} -
    - -.. note:: - - A sequence can be either an array or an object implementing the - ``Traversable`` interface. - -If you do need to iterate over a sequence of numbers, you can use the ``..`` -operator: - -.. code-block:: twig - - {% for i in 0..10 %} - * {{ i }} - {% endfor %} - -The above snippet of code would print all numbers from 0 to 10. - -It can be also useful with letters: - -.. code-block:: twig - - {% for letter in 'a'..'z' %} - * {{ letter }} - {% endfor %} - -The ``..`` operator can take any expression at both sides: - -.. code-block:: twig - - {% for letter in 'a'|upper..'z'|upper %} - * {{ letter }} - {% endfor %} - -.. tip: - - If you need a step different from 1, you can use the ``range`` function - instead. - -The `loop` variable -------------------- - -Inside of a ``for`` loop block you can access some special variables: - -===================== ============================================================= -Variable Description -===================== ============================================================= -``loop.index`` The current iteration of the loop. (1 indexed) -``loop.index0`` The current iteration of the loop. (0 indexed) -``loop.revindex`` The number of iterations from the end of the loop (1 indexed) -``loop.revindex0`` The number of iterations from the end of the loop (0 indexed) -``loop.first`` True if first iteration -``loop.last`` True if last iteration -``loop.length`` The number of items in the sequence -``loop.parent`` The parent context -===================== ============================================================= - -.. code-block:: twig - - {% for user in users %} - {{ loop.index }} - {{ user.username }} - {% endfor %} - -.. note:: - - The ``loop.length``, ``loop.revindex``, ``loop.revindex0``, and - ``loop.last`` variables are only available for PHP arrays, or objects that - implement the ``Countable`` interface. - -The `else` Clause ------------------ - -If no iteration took place because the sequence was empty, you can render a -replacement block by using ``else``: - -.. code-block:: html+twig - -
      - {% for user in users %} -
    • {{ user.username|e }}
    • - {% else %} -
    • no user found
    • - {% endfor %} -
    - -Iterating over Keys -------------------- - -By default, a loop iterates over the values of the sequence. You can iterate -on keys by using the ``keys`` filter: - -.. code-block:: html+twig - -

    Members

    -
      - {% for key in users|keys %} -
    • {{ key }}
    • - {% endfor %} -
    - -Iterating over Keys and Values ------------------------------- - -You can also access both keys and values: - -.. code-block:: html+twig - -

    Members

    -
      - {% for key, user in users %} -
    • {{ key }}: {{ user.username|e }}
    • - {% endfor %} -
    - -Iterating over a Subset ------------------------ - -You might want to iterate over a subset of values. This can be achieved using -the :doc:`slice <../filters/slice>` filter: - -.. code-block:: html+twig - -

    Top Ten Members

    -
      - {% for user in users|slice(0, 10) %} -
    • {{ user.username|e }}
    • - {% endfor %} -
    diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/from.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/from.rst deleted file mode 100644 index 96c439a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/from.rst +++ /dev/null @@ -1,6 +0,0 @@ -``from`` -======== - -The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current -namespace. The tag is documented in detail in the documentation for the -:doc:`macro<../tags/macro>` tag. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/if.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/if.rst deleted file mode 100644 index 2d74752..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/if.rst +++ /dev/null @@ -1,79 +0,0 @@ -``if`` -====== - -The ``if`` statement in Twig is comparable with the if statements of PHP. - -In the simplest form you can use it to test if an expression evaluates to -``true``: - -.. code-block:: html+twig - - {% if online == false %} -

    Our website is in maintenance mode. Please, come back later.

    - {% endif %} - -You can also test if an array is not empty: - -.. code-block:: html+twig - - {% if users %} -
      - {% for user in users %} -
    • {{ user.username|e }}
    • - {% endfor %} -
    - {% endif %} - -.. note:: - - If you want to test if the variable is defined, use ``if users is - defined`` instead. - -You can also use ``not`` to check for values that evaluate to ``false``: - -.. code-block:: html+twig - - {% if not user.subscribed %} -

    You are not subscribed to our mailing list.

    - {% endif %} - -For multiple conditions, ``and`` and ``or`` can be used: - -.. code-block:: html+twig - - {% if temperature > 18 and temperature < 27 %} -

    It's a nice day for a walk in the park.

    - {% endif %} - -For multiple branches ``elseif`` and ``else`` can be used like in PHP. You can -use more complex ``expressions`` there too: - -.. code-block:: twig - - {% if product.stock > 10 %} - Available - {% elseif product.stock > 0 %} - Only {{ product.stock }} left! - {% else %} - Sold-out! - {% endif %} - -.. note:: - - The rules to determine if an expression is ``true`` or ``false`` are the - same as in PHP; here are the edge cases rules: - - ====================== ==================== - Value Boolean evaluation - ====================== ==================== - empty string false - numeric zero false - NAN (Not A Number) true - INF (Infinity) true - whitespace-only string true - string "0" or '0' false - empty array false - null false - non-empty array true - object true - ====================== ==================== diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/import.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/import.rst deleted file mode 100644 index f217479..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/import.rst +++ /dev/null @@ -1,6 +0,0 @@ -``import`` -========== - -The ``import`` tag imports :doc:`macro<../tags/macro>` names in a local -variable. The tag is documented in detail in the documentation for the -:doc:`macro<../tags/macro>` tag. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/include.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/include.rst deleted file mode 100644 index 93fb037..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/include.rst +++ /dev/null @@ -1,110 +0,0 @@ -``include`` -=========== - -The ``include`` statement includes a template and outputs the rendered content -of that file: - -.. code-block:: twig - - {% include 'header.html' %} - Body - {% include 'footer.html' %} - -.. note:: - - It is recommended to use the :doc:`include<../functions/include>` function - instead as it provides the same features with a bit more flexibility: - - * The ``include`` function is semantically more "correct" (including a - template outputs its rendered contents in the current scope; a tag should - not display anything); - - * The ``include`` function is more "composable": - - .. code-block:: twig - - {# Store a rendered template in a variable #} - {% set content %} - {% include 'template.html' %} - {% endset %} - {# vs #} - {% set content = include('template.html') %} - - {# Apply filter on a rendered template #} - {% apply upper %} - {% include 'template.html' %} - {% endapply %} - {# vs #} - {{ include('template.html')|upper }} - - * The ``include`` function does not impose any specific order for - arguments thanks to :ref:`named arguments `. - -Included templates have access to the variables of the active context. - -If you are using the filesystem loader, the templates are looked for in the -paths defined by it. - -You can add additional variables by passing them after the ``with`` keyword: - -.. code-block:: twig - - {# template.html will have access to the variables from the current context and the additional ones provided #} - {% include 'template.html' with {'foo': 'bar'} %} - - {% set vars = {'foo': 'bar'} %} - {% include 'template.html' with vars %} - -You can disable access to the context by appending the ``only`` keyword: - -.. code-block:: twig - - {# only the foo variable will be accessible #} - {% include 'template.html' with {'foo': 'bar'} only %} - -.. code-block:: twig - - {# no variables will be accessible #} - {% include 'template.html' only %} - -.. tip:: - - When including a template created by an end user, you should consider - sandboxing it. More information in the :doc:`Twig for Developers<../api>` - chapter and in the :doc:`sandbox<../tags/sandbox>` tag documentation. - -The template name can be any valid Twig expression: - -.. code-block:: twig - - {% include some_var %} - {% include ajax ? 'ajax.html' : 'not_ajax.html' %} - -And if the expression evaluates to a ``\Twig\Template`` or a -``\Twig\TemplateWrapper`` instance, Twig will use it directly:: - - // {% include template %} - - $template = $twig->load('some_template.twig'); - - $twig->display('template.twig', ['template' => $template]); - -You can mark an include with ``ignore missing`` in which case Twig will ignore -the statement if the template to be included does not exist. It has to be -placed just after the template name. Here some valid examples: - -.. code-block:: twig - - {% include 'sidebar.html' ignore missing %} - {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %} - {% include 'sidebar.html' ignore missing only %} - -You can also provide a list of templates that are checked for existence before -inclusion. The first template that exists will be included: - -.. code-block:: twig - - {% include ['page_detailed.html', 'page.html'] %} - -If ``ignore missing`` is given, it will fall back to rendering nothing if none -of the templates exist, otherwise it will throw an exception. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/index.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/index.rst deleted file mode 100644 index b3c1040..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -Tags -==== - -.. toctree:: - :maxdepth: 1 - - apply - autoescape - block - cache - deprecated - do - embed - extends - flush - for - from - if - import - include - macro - sandbox - set - use - verbatim - with diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/macro.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/macro.rst deleted file mode 100644 index 42fc460..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/macro.rst +++ /dev/null @@ -1,140 +0,0 @@ -``macro`` -========= - -Macros are comparable with functions in regular programming languages. They -are useful to reuse template fragments to not repeat yourself. - -Macros are defined in regular templates. - -Imagine having a generic helper template that define how to render HTML forms -via macros (called ``forms.html``): - -.. code-block:: html+twig - - {% macro input(name, value, type = "text", size = 20) %} - - {% endmacro %} - - {% macro textarea(name, value, rows = 10, cols = 40) %} - - {% endmacro %} - -Each macro argument can have a default value (here ``text`` is the default value -for ``type`` if not provided in the call). - -Macros differ from native PHP functions in a few ways: - -* Arguments of a macro are always optional. - -* If extra positional arguments are passed to a macro, they end up in the - special ``varargs`` variable as a list of values. - -But as with PHP functions, macros don't have access to the current template -variables. - -.. tip:: - - You can pass the whole context as an argument by using the special - ``_context`` variable. - -Importing Macros ----------------- - -There are two ways to import macros. You can import the complete template -containing the macros into a local variable (via the ``import`` tag) or only -import specific macros from the template (via the ``from`` tag). - -To import all macros from a template into a local variable, use the ``import`` -tag: - -.. code-block:: twig - - {% import "forms.html" as forms %} - -The above ``import`` call imports the ``forms.html`` file (which can contain -only macros, or a template and some macros), and import the macros as items of -the ``forms`` local variable. - -The macros can then be called at will in the *current* template: - -.. code-block:: html+twig - -

    {{ forms.input('username') }}

    -

    {{ forms.input('password', null, 'password') }}

    - -Alternatively you can import names from the template into the current namespace -via the ``from`` tag: - -.. code-block:: html+twig - - {% from 'forms.html' import input as input_field, textarea %} - -

    {{ input_field('password', '', 'password') }}

    -

    {{ textarea('comment') }}

    - -.. tip:: - - When macro usages and definitions are in the same template, you don't need to - import the macros as they are automatically available under the special - ``_self`` variable: - - .. code-block:: html+twig - -

    {{ _self.input('password', '', 'password') }}

    - - {% macro input(name, value, type = "text", size = 20) %} - - {% endmacro %} - -Macros Scoping --------------- - -The scoping rules are the same whether you imported macros via ``import`` or -``from``. - -Imported macros are always **local** to the current template. It means that -macros are available in all blocks and other macros defined in the current -template, but they are not available in included templates or child templates; -you need to explicitly re-import macros in each template. - -Imported macros are not available in the body of ``embed`` tags, you need -to explicitly re-import macros inside the tag. - -When calling ``import`` or ``from`` from a ``block`` tag, the imported macros -are only defined in the current block and they override macros defined at the -template level with the same names. - -When calling ``import`` or ``from`` from a ``macro`` tag, the imported macros -are only defined in the current macro and they override macros defined at the -template level with the same names. - -Checking if a Macro is defined ------------------------------- - -You can check if a macro is defined via the ``defined`` test: - -.. code-block:: twig - - {% import "macros.twig" as macros %} - - {% from "macros.twig" import hello %} - - {% if macros.hello is defined -%} - OK - {% endif %} - - {% if hello is defined -%} - OK - {% endif %} - -Named Macro End-Tags --------------------- - -Twig allows you to put the name of the macro after the end tag for better -readability (the name after the ``endmacro`` word must match the macro name): - -.. code-block:: twig - - {% macro input() %} - ... - {% endmacro input %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/sandbox.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/sandbox.rst deleted file mode 100644 index b331fdb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/sandbox.rst +++ /dev/null @@ -1,30 +0,0 @@ -``sandbox`` -=========== - -The ``sandbox`` tag can be used to enable the sandboxing mode for an included -template, when sandboxing is not enabled globally for the Twig environment: - -.. code-block:: twig - - {% sandbox %} - {% include 'user.html' %} - {% endsandbox %} - -.. warning:: - - The ``sandbox`` tag is only available when the sandbox extension is - enabled (see the :doc:`Twig for Developers<../api>` chapter). - -.. note:: - - The ``sandbox`` tag can only be used to sandbox an include tag and it - cannot be used to sandbox a section of a template. The following example - won't work: - - .. code-block:: twig - - {% sandbox %} - {% for i in 1..2 %} - {{ i }} - {% endfor %} - {% endsandbox %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/set.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/set.rst deleted file mode 100644 index 7a3a784..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/set.rst +++ /dev/null @@ -1,78 +0,0 @@ -``set`` -======= - -Inside code blocks you can also assign values to variables. Assignments use -the ``set`` tag and can have multiple targets. - -Here is how you can assign the ``bar`` value to the ``foo`` variable: - -.. code-block:: twig - - {% set foo = 'bar' %} - -After the ``set`` call, the ``foo`` variable is available in the template like -any other ones: - -.. code-block:: twig - - {# displays bar #} - {{ foo }} - -The assigned value can be any valid :ref:`Twig expression -`: - -.. code-block:: twig - - {% set foo = [1, 2] %} - {% set foo = {'foo': 'bar'} %} - {% set foo = 'foo' ~ 'bar' %} - -Several variables can be assigned in one block: - -.. code-block:: twig - - {% set foo, bar = 'foo', 'bar' %} - - {# is equivalent to #} - - {% set foo = 'foo' %} - {% set bar = 'bar' %} - -The ``set`` tag can also be used to 'capture' chunks of text: - -.. code-block:: html+twig - - {% set foo %} - - {% endset %} - -.. caution:: - - If you enable automatic output escaping, Twig will only consider the - content to be safe when capturing chunks of text. - -.. note:: - - Note that loops are scoped in Twig; therefore a variable declared inside a - ``for`` loop is not accessible outside the loop itself: - - .. code-block:: twig - - {% for item in list %} - {% set foo = item %} - {% endfor %} - - {# foo is NOT available #} - - If you want to access the variable, just declare it before the loop: - - .. code-block:: twig - - {% set foo = "" %} - {% for item in list %} - {% set foo = item %} - {% endfor %} - - {# foo is available #} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/use.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/use.rst deleted file mode 100644 index 2aca6a0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/use.rst +++ /dev/null @@ -1,117 +0,0 @@ -``use`` -======= - -.. note:: - - Horizontal reuse is an advanced Twig feature that is hardly ever needed in - regular templates. It is mainly used by projects that need to make - template blocks reusable without using inheritance. - -Template inheritance is one of the most powerful features of Twig but it is -limited to single inheritance; a template can only extend one other template. -This limitation makes template inheritance simple to understand and easy to -debug: - -.. code-block:: twig - - {% extends "base.html" %} - - {% block title %}{% endblock %} - {% block content %}{% endblock %} - -Horizontal reuse is a way to achieve the same goal as multiple inheritance, -but without the associated complexity: - -.. code-block:: twig - - {% extends "base.html" %} - - {% use "blocks.html" %} - - {% block title %}{% endblock %} - {% block content %}{% endblock %} - -The ``use`` statement tells Twig to import the blocks defined in -``blocks.html`` into the current template (it's like macros, but for blocks): - -.. code-block:: twig - - {# blocks.html #} - - {% block sidebar %}{% endblock %} - -In this example, the ``use`` statement imports the ``sidebar`` block into the -main template. The code is mostly equivalent to the following one (the -imported blocks are not outputted automatically): - -.. code-block:: twig - - {% extends "base.html" %} - - {% block sidebar %}{% endblock %} - {% block title %}{% endblock %} - {% block content %}{% endblock %} - -.. note:: - - The ``use`` tag only imports a template if it does not extend another - template, if it does not define macros, and if the body is empty. But it - can *use* other templates. - -.. note:: - - Because ``use`` statements are resolved independently of the context - passed to the template, the template reference cannot be an expression. - -The main template can also override any imported block. If the template -already defines the ``sidebar`` block, then the one defined in ``blocks.html`` -is ignored. To avoid name conflicts, you can rename imported blocks: - -.. code-block:: twig - - {% extends "base.html" %} - - {% use "blocks.html" with sidebar as base_sidebar, title as base_title %} - - {% block sidebar %}{% endblock %} - {% block title %}{% endblock %} - {% block content %}{% endblock %} - -The ``parent()`` function automatically determines the correct inheritance -tree, so it can be used when overriding a block defined in an imported -template: - -.. code-block:: twig - - {% extends "base.html" %} - - {% use "blocks.html" %} - - {% block sidebar %} - {{ parent() }} - {% endblock %} - - {% block title %}{% endblock %} - {% block content %}{% endblock %} - -In this example, ``parent()`` will correctly call the ``sidebar`` block from -the ``blocks.html`` template. - -.. tip:: - - Renaming allows you to simulate inheritance by calling the "parent" block: - - .. code-block:: twig - - {% extends "base.html" %} - - {% use "blocks.html" with sidebar as parent_sidebar %} - - {% block sidebar %} - {{ block('parent_sidebar') }} - {% endblock %} - -.. note:: - - You can use as many ``use`` statements as you want in any given template. - If two imported templates define the same block, the latest one wins. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/verbatim.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/verbatim.rst deleted file mode 100644 index 3d7115a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/verbatim.rst +++ /dev/null @@ -1,16 +0,0 @@ -``verbatim`` -============ - -The ``verbatim`` tag marks sections as being raw text that should not be -parsed. For example to put Twig syntax as example into a template you can use -this snippet: - -.. code-block:: html+twig - - {% verbatim %} -
      - {% for item in seq %} -
    • {{ item }}
    • - {% endfor %} -
    - {% endverbatim %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/with.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/with.rst deleted file mode 100644 index 107432f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tags/with.rst +++ /dev/null @@ -1,41 +0,0 @@ -``with`` -======== - -Use the ``with`` tag to create a new inner scope. Variables set within this -scope are not visible outside of the scope: - -.. code-block:: twig - - {% with %} - {% set foo = 42 %} - {{ foo }} {# foo is 42 here #} - {% endwith %} - foo is not visible here any longer - -Instead of defining variables at the beginning of the scope, you can pass a -hash of variables you want to define in the ``with`` tag; the previous example -is equivalent to the following one: - -.. code-block:: twig - - {% with { foo: 42 } %} - {{ foo }} {# foo is 42 here #} - {% endwith %} - foo is not visible here any longer - - {# it works with any expression that resolves to a hash #} - {% set vars = { foo: 42 } %} - {% with vars %} - ... - {% endwith %} - -By default, the inner scope has access to the outer scope context; you can -disable this behavior by appending the ``only`` keyword: - -.. code-block:: twig - - {% set bar = 'bar' %} - {% with { foo: 42 } only %} - {# only foo is defined #} - {# bar is not defined #} - {% endwith %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/templates.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/templates.rst deleted file mode 100644 index 2a8f380..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/templates.rst +++ /dev/null @@ -1,859 +0,0 @@ -Twig for Template Designers -=========================== - -This document describes the syntax and semantics of the template engine and -will be most useful as reference to those creating Twig templates. - -Synopsis --------- - -A template is a regular text file. It can generate any text-based format (HTML, -XML, CSV, LaTeX, etc.). It doesn't have a specific extension, ``.html`` or -``.xml`` are just fine. - -A template contains **variables** or **expressions**, which get replaced with -values when the template is evaluated, and **tags**, which control the -template's logic. - -Below is a minimal template that illustrates a few basics. We will cover further -details later on: - -.. code-block:: html+twig - - - - - My Webpage - - - - -

    My Webpage

    - {{ a_variable }} - - - -There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first -one is used to execute statements such as for-loops, the latter outputs the -result of an expression. - -IDEs Integration ----------------- - -Many IDEs support syntax highlighting and auto-completion for Twig: - -* *Textmate* via the `Twig bundle`_ -* *Vim* via the `Jinja syntax plugin`_ or the `vim-twig plugin`_ -* *Netbeans* via the `Twig syntax plugin`_ (until 7.1, native as of 7.2) -* *PhpStorm* (native as of 2.1) -* *Eclipse* via the `Twig plugin`_ -* *Sublime Text* via the `Twig bundle`_ -* *GtkSourceView* via the `Twig language definition`_ (used by gedit and other projects) -* *Coda* and *SubEthaEdit* via the `Twig syntax mode`_ -* *Coda 2* via the `other Twig syntax mode`_ -* *Komodo* and *Komodo Edit* via the Twig highlight/syntax check mode -* *Notepad++* via the `Notepad++ Twig Highlighter`_ -* *Emacs* via `web-mode.el`_ -* *Atom* via the `PHP-twig for atom`_ -* *Visual Studio Code* via the `Twig pack`_ - -Also, `TwigFiddle`_ is an online service that allows you to execute Twig templates -from a browser; it supports all versions of Twig. - -Variables ---------- - -The application passes variables to the templates for manipulation in the -template. Variables may have attributes or elements you can access, too. The -visual representation of a variable depends heavily on the application providing -it. - -Use a dot (``.``) to access attributes of a variable (methods or properties of a -PHP object, or items of a PHP array): - -.. code-block:: twig - - {{ foo.bar }} - -.. note:: - - It's important to know that the curly braces are *not* part of the - variable but the print statement. When accessing variables inside tags, - don't put the braces around them. - -.. sidebar:: Implementation - - For convenience's sake ``foo.bar`` does the following things on the PHP - layer: - - * check if ``foo`` is an array and ``bar`` a valid element; - * if not, and if ``foo`` is an object, check that ``bar`` is a valid property; - * if not, and if ``foo`` is an object, check that ``bar`` is a valid method - (even if ``bar`` is the constructor - use ``__construct()`` instead); - * if not, and if ``foo`` is an object, check that ``getBar`` is a valid method; - * if not, and if ``foo`` is an object, check that ``isBar`` is a valid method; - * if not, and if ``foo`` is an object, check that ``hasBar`` is a valid method; - * if not, return a ``null`` value. - - Twig also supports a specific syntax for accessing items on PHP arrays, - ``foo['bar']``: - - * check if ``foo`` is an array and ``bar`` a valid element; - * if not, return a ``null`` value. - -If a variable or attribute does not exist, you will receive a ``null`` value -when the ``strict_variables`` option is set to ``false``; alternatively, if ``strict_variables`` -is set, Twig will throw an error (see :ref:`environment options`). - -.. note:: - - If you want to access a dynamic attribute of a variable, use the - :doc:`attribute` function instead. - - The ``attribute`` function is also useful when the attribute contains - special characters (like ``-`` that would be interpreted as the minus - operator): - - .. code-block:: twig - - {# equivalent to the non-working foo.data-foo #} - {{ attribute(foo, 'data-foo') }} - -Global Variables -~~~~~~~~~~~~~~~~ - -The following variables are always available in templates: - -* ``_self``: references the current template name; -* ``_context``: references the current context; -* ``_charset``: references the current charset. - -Setting Variables -~~~~~~~~~~~~~~~~~ - -You can assign values to variables inside code blocks. Assignments use the -:doc:`set` tag: - -.. code-block:: twig - - {% set foo = 'foo' %} - {% set foo = [1, 2] %} - {% set foo = {'foo': 'bar'} %} - -Filters -------- - -Variables can be modified by **filters**. Filters are separated from the -variable by a pipe symbol (``|``). Multiple filters can be chained. The output -of one filter is applied to the next. - -The following example removes all HTML tags from the ``name`` and title-cases -it: - -.. code-block:: twig - - {{ name|striptags|title }} - -Filters that accept arguments have parentheses around the arguments. This -example joins the elements of a list by commas: - -.. code-block:: twig - - {{ list|join(', ') }} - -To apply a filter on a section of code, wrap it with the -:doc:`apply` tag: - -.. code-block:: twig - - {% apply upper %} - This text becomes uppercase - {% endapply %} - -Go to the :doc:`filters` page to learn more about built-in -filters. - -Functions ---------- - -Functions can be called to generate content. Functions are called by their -name followed by parentheses (``()``) and may have arguments. - -For instance, the ``range`` function returns a list containing an arithmetic -progression of integers: - -.. code-block:: twig - - {% for i in range(0, 3) %} - {{ i }}, - {% endfor %} - -Go to the :doc:`functions` page to learn more about the -built-in functions. - -.. _named-arguments: - -Named Arguments ---------------- - -.. code-block:: twig - - {% for i in range(low=1, high=10, step=2) %} - {{ i }}, - {% endfor %} - -Using named arguments makes your templates more explicit about the meaning of -the values you pass as arguments: - -.. code-block:: twig - - {{ data|convert_encoding('UTF-8', 'iso-2022-jp') }} - - {# versus #} - - {{ data|convert_encoding(from='iso-2022-jp', to='UTF-8') }} - -Named arguments also allow you to skip some arguments for which you don't want -to change the default value: - -.. code-block:: twig - - {# the first argument is the date format, which defaults to the global date format if null is passed #} - {{ "now"|date(null, "Europe/Paris") }} - - {# or skip the format value by using a named argument for the time zone #} - {{ "now"|date(timezone="Europe/Paris") }} - -You can also use both positional and named arguments in one call, in which -case positional arguments must always come before named arguments: - -.. code-block:: twig - - {{ "now"|date('d/m/Y H:i', timezone="Europe/Paris") }} - -.. tip:: - - Each function and filter documentation page has a section where the names - of all arguments are listed when supported. - -Control Structure ------------------ - -A control structure refers to all those things that control the flow of a -program - conditionals (i.e. ``if``/``elseif``/``else``), ``for``-loops, as -well as things like blocks. Control structures appear inside ``{% ... %}`` -blocks. - -For example, to display a list of users provided in a variable called -``users``, use the :doc:`for` tag: - -.. code-block:: html+twig - -

    Members

    -
      - {% for user in users %} -
    • {{ user.username|e }}
    • - {% endfor %} -
    - -The :doc:`if` tag can be used to test an expression: - -.. code-block:: html+twig - - {% if users|length > 0 %} -
      - {% for user in users %} -
    • {{ user.username|e }}
    • - {% endfor %} -
    - {% endif %} - -Go to the :doc:`tags` page to learn more about the built-in tags. - -Comments --------- - -To comment-out part of a line in a template, use the comment syntax ``{# ... -#}``. This is useful for debugging or to add information for other template -designers or yourself: - -.. code-block:: twig - - {# note: disabled template because we no longer use this - {% for user in users %} - ... - {% endfor %} - #} - -Including other Templates -------------------------- - -The :doc:`include` function is useful to include a template -and return the rendered content of that template into the current one: - -.. code-block:: twig - - {{ include('sidebar.html') }} - -By default, included templates have access to the same context as the template -which includes them. This means that any variable defined in the main template -will be available in the included template too: - -.. code-block:: twig - - {% for box in boxes %} - {{ include('render_box.html') }} - {% endfor %} - -The included template ``render_box.html`` is able to access the ``box`` variable. - -The name of the template depends on the template loader. For instance, the -``\Twig\Loader\FilesystemLoader`` allows you to access other templates by giving the -filename. You can access templates in subdirectories with a slash: - -.. code-block:: twig - - {{ include('sections/articles/sidebar.html') }} - -This behavior depends on the application embedding Twig. - -Template Inheritance --------------------- - -The most powerful part of Twig is template inheritance. Template inheritance -allows you to build a base "skeleton" template that contains all the common -elements of your site and defines **blocks** that child templates can -override. - -It's easier to understand the concept by starting with an example. - -Let's define a base template, ``base.html``, which defines an HTML skeleton -document that might be used for a two-column page: - -.. code-block:: html+twig - - - - - {% block head %} - - {% block title %}{% endblock %} - My Webpage - {% endblock %} - - -
    {% block content %}{% endblock %}
    - - - - -In this example, the :doc:`block` tags define four blocks that -child templates can fill in. All the ``block`` tag does is to tell the -template engine that a child template may override those portions of the -template. - -A child template might look like this: - -.. code-block:: html+twig - - {% extends "base.html" %} - - {% block title %}Index{% endblock %} - {% block head %} - {{ parent() }} - - {% endblock %} - {% block content %} -

    Index

    -

    - Welcome to my awesome homepage. -

    - {% endblock %} - -The :doc:`extends` tag is the key here. It tells the template -engine that this template "extends" another template. When the template system -evaluates this template, first it locates the parent. The extends tag should -be the first tag in the template. - -Note that since the child template doesn't define the ``footer`` block, the -value from the parent template is used instead. - -It's possible to render the contents of the parent block by using the -:doc:`parent` function. This gives back the results of the -parent block: - -.. code-block:: html+twig - - {% block sidebar %} -

    Table Of Contents

    - ... - {{ parent() }} - {% endblock %} - -.. tip:: - - The documentation page for the :doc:`extends` tag describes - more advanced features like block nesting, scope, dynamic inheritance, and - conditional inheritance. - -.. note:: - - Twig also supports multiple inheritance via "horizontal reuse" with the help - of the :doc:`use` tag. - -HTML Escaping -------------- - -When generating HTML from templates, there's always a risk that a variable -will include characters that affect the resulting HTML. There are two -approaches: manually escaping each variable or automatically escaping -everything by default. - -Twig supports both, automatic escaping is enabled by default. - -The automatic escaping strategy can be configured via the -:ref:`autoescape` option and defaults to ``html``. - -Working with Manual Escaping -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -If manual escaping is enabled, it is **your** responsibility to escape variables -if needed. What to escape? Any variable that comes from an untrusted source. - -Escaping works by using the :doc:`escape` or ``e`` filter: - -.. code-block:: twig - - {{ user.username|e }} - -By default, the ``escape`` filter uses the ``html`` strategy, but depending on -the escaping context, you might want to explicitly use an other strategy: - -.. code-block:: twig - - {{ user.username|e('js') }} - {{ user.username|e('css') }} - {{ user.username|e('url') }} - {{ user.username|e('html_attr') }} - -Working with Automatic Escaping -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Whether automatic escaping is enabled or not, you can mark a section of a -template to be escaped or not by using the :doc:`autoescape` -tag: - -.. code-block:: twig - - {% autoescape %} - Everything will be automatically escaped in this block (using the HTML strategy) - {% endautoescape %} - -By default, auto-escaping uses the ``html`` escaping strategy. If you output -variables in other contexts, you need to explicitly escape them with the -appropriate escaping strategy: - -.. code-block:: twig - - {% autoescape 'js' %} - Everything will be automatically escaped in this block (using the JS strategy) - {% endautoescape %} - -Escaping --------- - -It is sometimes desirable or even necessary to have Twig ignore parts it would -otherwise handle as variables or blocks. For example if the default syntax is -used and you want to use ``{{`` as raw string in the template and not start a -variable you have to use a trick. - -The easiest way is to output the variable delimiter (``{{``) by using a variable -expression: - -.. code-block:: twig - - {{ '{{' }} - -For bigger sections it makes sense to mark a block -:doc:`verbatim`. - -Macros ------- - -Macros are comparable with functions in regular programming languages. They are -useful to reuse HTML fragments to not repeat yourself. They are described in the -:doc:`macro` tag documentation. - -.. _twig-expressions: - -Expressions ------------ - -Twig allows expressions everywhere. - -.. note:: - - The operator precedence is as follows, with the lowest-precedence operators - listed first: ``?:`` (ternary operator), ``b-and``, ``b-xor``, ``b-or``, - ``or``, ``and``, ``==``, ``!=``, ``<=>``, ``<``, ``>``, ``>=``, ``<=``, - ``in``, ``matches``, ``starts with``, ``ends with``, ``..``, ``+``, ``-``, - ``~``, ``*``, ``/``, ``//``, ``%``, ``is`` (tests), ``**``, ``??``, ``|`` - (filters), ``[]``, and ``.``: - - .. code-block:: twig - - {% set greeting = 'Hello ' %} - {% set name = 'Fabien' %} - - {{ greeting ~ name|lower }} {# Hello fabien #} - - {# use parenthesis to change precedence #} - {{ (greeting ~ name)|lower }} {# hello fabien #} - -Literals -~~~~~~~~ - -The simplest form of expressions are literals. Literals are representations -for PHP types such as strings, numbers, and arrays. The following literals -exist: - -* ``"Hello World"``: Everything between two double or single quotes is a - string. They are useful whenever you need a string in the template (for - example as arguments to function calls, filters or just to extend or include - a template). A string can contain a delimiter if it is preceded by a - backslash (``\``) -- like in ``'It\'s good'``. If the string contains a - backslash (e.g. ``'c:\Program Files'``) escape it by doubling it - (e.g. ``'c:\\Program Files'``). - -* ``42`` / ``42.23``: Integers and floating point numbers are created by - writing the number down. If a dot is present the number is a float, - otherwise an integer. - -* ``["foo", "bar"]``: Arrays are defined by a sequence of expressions - separated by a comma (``,``) and wrapped with squared brackets (``[]``). - -* ``{"foo": "bar"}``: Hashes are defined by a list of keys and values - separated by a comma (``,``) and wrapped with curly braces (``{}``): - - .. code-block:: twig - - {# keys as string #} - { 'foo': 'foo', 'bar': 'bar' } - - {# keys as names (equivalent to the previous hash) #} - { foo: 'foo', bar: 'bar' } - - {# keys as integer #} - { 2: 'foo', 4: 'bar' } - - {# keys can be omitted if it is the same as the variable name #} - { foo } - {# is equivalent to the following #} - { 'foo': foo } - - {# keys as expressions (the expression must be enclosed into parentheses) #} - {% set foo = 'foo' %} - { (foo): 'foo', (1 + 1): 'bar', (foo ~ 'b'): 'baz' } - -* ``true`` / ``false``: ``true`` represents the true value, ``false`` - represents the false value. - -* ``null``: ``null`` represents no specific value. This is the value returned - when a variable does not exist. ``none`` is an alias for ``null``. - -Arrays and hashes can be nested: - -.. code-block:: twig - - {% set foo = [1, {"foo": "bar"}] %} - -.. tip:: - - Using double-quoted or single-quoted strings has no impact on performance - but :ref:`string interpolation ` is only - supported in double-quoted strings. - -Math -~~~~ - -Twig allows you to do math in templates; the following operators are supported: - -* ``+``: Adds two numbers together (the operands are casted to numbers). ``{{ - 1 + 1 }}`` is ``2``. - -* ``-``: Subtracts the second number from the first one. ``{{ 3 - 2 }}`` is - ``1``. - -* ``/``: Divides two numbers. The returned value will be a floating point - number. ``{{ 1 / 2 }}`` is ``{{ 0.5 }}``. - -* ``%``: Calculates the remainder of an integer division. ``{{ 11 % 7 }}`` is - ``4``. - -* ``//``: Divides two numbers and returns the floored integer result. ``{{ 20 - // 7 }}`` is ``2``, ``{{ -20 // 7 }}`` is ``-3`` (this is just syntactic - sugar for the :doc:`round` filter). - -* ``*``: Multiplies the left operand with the right one. ``{{ 2 * 2 }}`` would - return ``4``. - -* ``**``: Raises the left operand to the power of the right operand. ``{{ 2 ** - 3 }}`` would return ``8``. - -.. _template_logic: - -Logic -~~~~~ - -You can combine multiple expressions with the following operators: - -* ``and``: Returns true if the left and the right operands are both true. - -* ``or``: Returns true if the left or the right operand is true. - -* ``not``: Negates a statement. - -* ``(expr)``: Groups an expression. - -.. note:: - - Twig also supports bitwise operators (``b-and``, ``b-xor``, and ``b-or``). - -.. note:: - - Operators are case sensitive. - -Comparisons -~~~~~~~~~~~ - -The following comparison operators are supported in any expression: ``==``, -``!=``, ``<``, ``>``, ``>=``, and ``<=``. - -You can also check if a string ``starts with`` or ``ends with`` another -string: - -.. code-block:: twig - - {% if 'Fabien' starts with 'F' %} - {% endif %} - - {% if 'Fabien' ends with 'n' %} - {% endif %} - -.. note:: - - For complex string comparisons, the ``matches`` operator allows you to use - `regular expressions`_: - - .. code-block:: twig - - {% if phone matches '/^[\\d\\.]+$/' %} - {% endif %} - -Containment Operator -~~~~~~~~~~~~~~~~~~~~ - -The ``in`` operator performs containment test. It returns ``true`` if the left -operand is contained in the right: - -.. code-block:: twig - - {# returns true #} - - {{ 1 in [1, 2, 3] }} - - {{ 'cd' in 'abcde' }} - -.. tip:: - - You can use this filter to perform a containment test on strings, arrays, - or objects implementing the ``Traversable`` interface. - -To perform a negative test, use the ``not in`` operator: - -.. code-block:: twig - - {% if 1 not in [1, 2, 3] %} - - {# is equivalent to #} - {% if not (1 in [1, 2, 3]) %} - -Test Operator -~~~~~~~~~~~~~ - -The ``is`` operator performs tests. Tests can be used to test a variable against -a common expression. The right operand is name of the test: - -.. code-block:: twig - - {# find out if a variable is odd #} - - {{ name is odd }} - -Tests can accept arguments too: - -.. code-block:: twig - - {% if post.status is constant('Post::PUBLISHED') %} - -Tests can be negated by using the ``is not`` operator: - -.. code-block:: twig - - {% if post.status is not constant('Post::PUBLISHED') %} - - {# is equivalent to #} - {% if not (post.status is constant('Post::PUBLISHED')) %} - -Go to the :doc:`tests` page to learn more about the built-in -tests. - -Other Operators -~~~~~~~~~~~~~~~ - -The following operators don't fit into any of the other categories: - -* ``|``: Applies a filter. - -* ``..``: Creates a sequence based on the operand before and after the operator - (this is syntactic sugar for the :doc:`range` function): - - .. code-block:: twig - - {{ 1..5 }} - - {# equivalent to #} - {{ range(1, 5) }} - - Note that you must use parentheses when combining it with the filter operator - due to the :ref:`operator precedence rules `: - - .. code-block:: twig - - (1..5)|join(', ') - -* ``~``: Converts all operands into strings and concatenates them. ``{{ "Hello - " ~ name ~ "!" }}`` would return (assuming ``name`` is ``'John'``) ``Hello - John!``. - -* ``.``, ``[]``: Gets an attribute of a variable. - -* ``?:``: The ternary operator: - - .. code-block:: twig - - {{ foo ? 'yes' : 'no' }} - {{ foo ?: 'no' }} is the same as {{ foo ? foo : 'no' }} - {{ foo ? 'yes' }} is the same as {{ foo ? 'yes' : '' }} - -* ``??``: The null-coalescing operator: - - .. code-block:: twig - - {# returns the value of foo if it is defined and not null, 'no' otherwise #} - {{ foo ?? 'no' }} - -.. _templates-string-interpolation: - -String Interpolation -~~~~~~~~~~~~~~~~~~~~ - -String interpolation (``#{expression}``) allows any valid expression to appear -within a *double-quoted string*. The result of evaluating that expression is -inserted into the string: - -.. code-block:: twig - - {{ "foo #{bar} baz" }} - {{ "foo #{1 + 2} baz" }} - -.. _templates-whitespace-control: - -Whitespace Control ------------------- - -The first newline after a template tag is removed automatically (like in PHP). -Whitespace is not further modified by the template engine, so each whitespace -(spaces, tabs, newlines etc.) is returned unchanged. - -You can also control whitespace on a per tag level. By using the whitespace -control modifiers on your tags, you can trim leading and or trailing whitespace. - -Twig supports two modifiers: - -* *Whitespace trimming* via the ``-`` modifier: Removes all whitespace - (including newlines); - -* *Line whitespace trimming* via the ``~`` modifier: Removes all whitespace - (excluding newlines). Using this modifier on the right disables the default - removal of the first newline inherited from PHP. - -The modifiers can be used on either side of the tags like in ``{%-`` or ``-%}`` -and they consume all whitespace for that side of the tag. It is possible to use -the modifiers on one side of a tag or on both sides: - -.. code-block:: html+twig - - {% set value = 'no spaces' %} - {#- No leading/trailing whitespace -#} - {%- if true -%} - {{- value -}} - {%- endif -%} - {# output 'no spaces' #} - -
  • - {{ value }}
  • - {# outputs '
  • \n no spaces
  • ' #} - -
  • - {{- value }}
  • - {# outputs '
  • no spaces
  • ' #} - -
  • - {{~ value }}
  • - {# outputs '
  • \nno spaces
  • ' #} - -.. tip:: - - In addition to the whitespace modifiers, Twig also has a ``spaceless`` filter - that removes whitespace **between HTML tags**: - - .. code-block:: html+twig - - {% apply spaceless %} -
    - foo bar -
    - {% endapply %} - - {# output will be
    foo bar
    #} - -Extensions ----------- - -Twig can be extended. If you want to create your own extensions, read the -:ref:`Creating an Extension ` chapter. - -.. _`Twig bundle`: https://github.com/Anomareh/PHP-Twig.tmbundle -.. _`Jinja syntax plugin`: http://jinja.pocoo.org/docs/integration/#vim -.. _`vim-twig plugin`: https://github.com/lumiliet/vim-twig -.. _`Twig syntax plugin`: http://plugins.netbeans.org/plugin/37069/php-twig -.. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin -.. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language -.. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode -.. _`other Twig syntax mode`: https://github.com/muxx/Twig-HTML.mode -.. _`Notepad++ Twig Highlighter`: https://github.com/Banane9/notepadplusplus-twig -.. _`web-mode.el`: http://web-mode.org/ -.. _`regular expressions`: https://secure.php.net/manual/en/pcre.pattern.php -.. _`PHP-twig for atom`: https://github.com/reesef/php-twig -.. _`TwigFiddle`: https://twigfiddle.com/ -.. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/constant.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/constant.rst deleted file mode 100644 index 448c238..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/constant.rst +++ /dev/null @@ -1,19 +0,0 @@ -``constant`` -============ - -``constant`` checks if a variable has the exact same value as a constant. You -can use either global constants or class constants: - -.. code-block:: twig - - {% if post.status is constant('Post::PUBLISHED') %} - the status attribute is exactly the same as Post::PUBLISHED - {% endif %} - -You can test constants from object instances as well: - -.. code-block:: twig - - {% if post.status is constant('PUBLISHED', post) %} - the status attribute is exactly the same as Post::PUBLISHED - {% endif %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/defined.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/defined.rst deleted file mode 100644 index 234a289..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/defined.rst +++ /dev/null @@ -1,30 +0,0 @@ -``defined`` -=========== - -``defined`` checks if a variable is defined in the current context. This is very -useful if you use the ``strict_variables`` option: - -.. code-block:: twig - - {# defined works with variable names #} - {% if foo is defined %} - ... - {% endif %} - - {# and attributes on variables names #} - {% if foo.bar is defined %} - ... - {% endif %} - - {% if foo['bar'] is defined %} - ... - {% endif %} - -When using the ``defined`` test on an expression that uses variables in some -method calls, be sure that they are all defined first: - -.. code-block:: twig - - {% if var is defined and foo.method(var) is defined %} - ... - {% endif %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/divisibleby.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/divisibleby.rst deleted file mode 100644 index 8032d34..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/divisibleby.rst +++ /dev/null @@ -1,10 +0,0 @@ -``divisible by`` -================ - -``divisible by`` checks if a variable is divisible by a number: - -.. code-block:: twig - - {% if loop.index is divisible by(3) %} - ... - {% endif %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/empty.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/empty.rst deleted file mode 100644 index 0233eca..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/empty.rst +++ /dev/null @@ -1,18 +0,0 @@ -``empty`` -========= - -``empty`` checks if a variable is an empty string, an empty array, an empty -hash, exactly ``false``, or exactly ``null``. - -For objects that implement the ``Countable`` interface, ``empty`` will check the -return value of the ``count()`` method. - -For objects that implement the ``__toString()`` magic method (and not ``Countable``), -it will check if an empty string is returned. - -.. code-block:: twig - - {% if foo is empty %} - ... - {% endif %} - diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/even.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/even.rst deleted file mode 100644 index 2de0de2..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/even.rst +++ /dev/null @@ -1,12 +0,0 @@ -``even`` -======== - -``even`` returns ``true`` if the given number is even: - -.. code-block:: twig - - {{ var is even }} - -.. seealso:: - - :doc:`odd<../tests/odd>` diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/index.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/index.rst deleted file mode 100644 index c63208e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -Tests -===== - -.. toctree:: - :maxdepth: 1 - - constant - defined - divisibleby - empty - even - iterable - null - odd - sameas diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/iterable.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/iterable.rst deleted file mode 100644 index 4ebfe9d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/iterable.rst +++ /dev/null @@ -1,16 +0,0 @@ -``iterable`` -============ - -``iterable`` checks if a variable is an array or a traversable object: - -.. code-block:: twig - - {# evaluates to true if the foo variable is iterable #} - {% if users is iterable %} - {% for user in users %} - Hello {{ user }}! - {% endfor %} - {% else %} - {# users is probably a string #} - Hello {{ users }}! - {% endif %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/null.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/null.rst deleted file mode 100644 index 9ed93f6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/null.rst +++ /dev/null @@ -1,12 +0,0 @@ -``null`` -======== - -``null`` returns ``true`` if the variable is ``null``: - -.. code-block:: twig - - {{ var is null }} - -.. note:: - - ``none`` is an alias for ``null``. diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/odd.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/odd.rst deleted file mode 100644 index 27fe7e4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/odd.rst +++ /dev/null @@ -1,12 +0,0 @@ -``odd`` -======= - -``odd`` returns ``true`` if the given number is odd: - -.. code-block:: twig - - {{ var is odd }} - -.. seealso:: - - :doc:`even<../tests/even>` diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/sameas.rst b/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/sameas.rst deleted file mode 100644 index c092971..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/doc/tests/sameas.rst +++ /dev/null @@ -1,11 +0,0 @@ -``same as`` -=========== - -``same as`` checks if a variable is the same as another variable. -This is equivalent to ``===`` in PHP: - -.. code-block:: twig - - {% if foo.attribute is same as(false) %} - the foo attribute really is the 'false' PHP value - {% endif %} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/drupal_test.sh b/public_html/shop.old/composer.old/vendor/twig/twig/drupal_test.sh deleted file mode 100644 index a25d886..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/drupal_test.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/bash - -set -x -set -e - -REPO=`pwd` -cd /tmp -rm -rf drupal-twig-test -composer create-project --no-interaction drupal/recommended-project:9.1.x-dev drupal-twig-test -cd drupal-twig-test -(cd vendor/twig && rm -rf twig && ln -sf $REPO twig) -php ./web/core/scripts/drupal install --no-interaction demo_umami > output -perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output -source output -#echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php - -wget https://get.symfony.com/cli/installer -O - | bash -export PATH="$HOME/.symfony/bin:$PATH" -symfony server:start -d --no-tls - -curl -OLsS https://get.blackfire.io/blackfire-player.phar -chmod +x blackfire-player.phar -cat > drupal-tests.bkf < - */ -interface CacheInterface -{ - /** - * Generates a cache key for the given template class name. - */ - public function generateKey(string $name, string $className): string; - - /** - * Writes the compiled template to cache. - * - * @param string $content The template representation as a PHP class - */ - public function write(string $key, string $content): void; - - /** - * Loads a template from the cache. - */ - public function load(string $key): void; - - /** - * Returns the modification timestamp of a key. - */ - public function getTimestamp(string $key): int; -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/FilesystemCache.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/FilesystemCache.php deleted file mode 100644 index abb2358..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/FilesystemCache.php +++ /dev/null @@ -1,87 +0,0 @@ - - */ -class FilesystemCache implements CacheInterface -{ - const FORCE_BYTECODE_INVALIDATION = 1; - - private $directory; - private $options; - - public function __construct(string $directory, int $options = 0) - { - $this->directory = rtrim($directory, '\/').'/'; - $this->options = $options; - } - - public function generateKey(string $name, string $className): string - { - $hash = hash('sha256', $className); - - return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php'; - } - - public function load(string $key): void - { - if (is_file($key)) { - @include_once $key; - } - } - - public function write(string $key, string $content): void - { - $dir = \dirname($key); - if (!is_dir($dir)) { - if (false === @mkdir($dir, 0777, true)) { - clearstatcache(true, $dir); - if (!is_dir($dir)) { - throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir)); - } - } - } elseif (!is_writable($dir)) { - throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir)); - } - - $tmpFile = tempnam($dir, basename($key)); - if (false !== @file_put_contents($tmpFile, $content) && @rename($tmpFile, $key)) { - @chmod($key, 0666 & ~umask()); - - if (self::FORCE_BYTECODE_INVALIDATION == ($this->options & self::FORCE_BYTECODE_INVALIDATION)) { - // Compile cached file into bytecode cache - if (\function_exists('opcache_invalidate') && filter_var(ini_get('opcache.enable'), FILTER_VALIDATE_BOOLEAN)) { - @opcache_invalidate($key, true); - } elseif (\function_exists('apc_compile_file')) { - apc_compile_file($key); - } - } - - return; - } - - throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key)); - } - - public function getTimestamp(string $key): int - { - if (!is_file($key)) { - return 0; - } - - return (int) @filemtime($key); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/NullCache.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/NullCache.php deleted file mode 100644 index 8d20d59..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Cache/NullCache.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -final class NullCache implements CacheInterface -{ - public function generateKey(string $name, string $className): string - { - return ''; - } - - public function write(string $key, string $content): void - { - } - - public function load(string $key): void - { - } - - public function getTimestamp(string $key): int - { - return 0; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Compiler.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Compiler.php deleted file mode 100644 index 7754c08..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Compiler.php +++ /dev/null @@ -1,214 +0,0 @@ - - */ -class Compiler -{ - private $lastLine; - private $source; - private $indentation; - private $env; - private $debugInfo = []; - private $sourceOffset; - private $sourceLine; - private $varNameSalt = 0; - - public function __construct(Environment $env) - { - $this->env = $env; - } - - public function getEnvironment(): Environment - { - return $this->env; - } - - public function getSource(): string - { - return $this->source; - } - - /** - * @return $this - */ - public function compile(Node $node, int $indentation = 0) - { - $this->lastLine = null; - $this->source = ''; - $this->debugInfo = []; - $this->sourceOffset = 0; - // source code starts at 1 (as we then increment it when we encounter new lines) - $this->sourceLine = 1; - $this->indentation = $indentation; - $this->varNameSalt = 0; - - $node->compile($this); - - return $this; - } - - /** - * @return $this - */ - public function subcompile(Node $node, bool $raw = true) - { - if (false === $raw) { - $this->source .= str_repeat(' ', $this->indentation * 4); - } - - $node->compile($this); - - return $this; - } - - /** - * Adds a raw string to the compiled code. - * - * @return $this - */ - public function raw(string $string) - { - $this->source .= $string; - - return $this; - } - - /** - * Writes a string to the compiled code by adding indentation. - * - * @return $this - */ - public function write(...$strings) - { - foreach ($strings as $string) { - $this->source .= str_repeat(' ', $this->indentation * 4).$string; - } - - return $this; - } - - /** - * Adds a quoted string to the compiled code. - * - * @return $this - */ - public function string(string $value) - { - $this->source .= sprintf('"%s"', addcslashes($value, "\0\t\"\$\\")); - - return $this; - } - - /** - * Returns a PHP representation of a given value. - * - * @return $this - */ - public function repr($value) - { - if (\is_int($value) || \is_float($value)) { - if (false !== $locale = setlocale(LC_NUMERIC, '0')) { - setlocale(LC_NUMERIC, 'C'); - } - - $this->raw(var_export($value, true)); - - if (false !== $locale) { - setlocale(LC_NUMERIC, $locale); - } - } elseif (null === $value) { - $this->raw('null'); - } elseif (\is_bool($value)) { - $this->raw($value ? 'true' : 'false'); - } elseif (\is_array($value)) { - $this->raw('array('); - $first = true; - foreach ($value as $key => $v) { - if (!$first) { - $this->raw(', '); - } - $first = false; - $this->repr($key); - $this->raw(' => '); - $this->repr($v); - } - $this->raw(')'); - } else { - $this->string($value); - } - - return $this; - } - - /** - * @return $this - */ - public function addDebugInfo(Node $node) - { - if ($node->getTemplateLine() != $this->lastLine) { - $this->write(sprintf("// line %d\n", $node->getTemplateLine())); - - $this->sourceLine += substr_count($this->source, "\n", $this->sourceOffset); - $this->sourceOffset = \strlen($this->source); - $this->debugInfo[$this->sourceLine] = $node->getTemplateLine(); - - $this->lastLine = $node->getTemplateLine(); - } - - return $this; - } - - public function getDebugInfo(): array - { - ksort($this->debugInfo); - - return $this->debugInfo; - } - - /** - * @return $this - */ - public function indent(int $step = 1) - { - $this->indentation += $step; - - return $this; - } - - /** - * @return $this - * - * @throws \LogicException When trying to outdent too much so the indentation would become negative - */ - public function outdent(int $step = 1) - { - // can't outdent by more steps than the current indentation level - if ($this->indentation < $step) { - throw new \LogicException('Unable to call outdent() as the indentation would become negative.'); - } - - $this->indentation -= $step; - - return $this; - } - - public function getVarName(): string - { - return sprintf('__internal_%s', hash('sha256', __METHOD__.$this->varNameSalt++)); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Environment.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Environment.php deleted file mode 100644 index fae5bc9..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Environment.php +++ /dev/null @@ -1,814 +0,0 @@ - - */ -class Environment -{ - const VERSION = '3.3.0'; - const VERSION_ID = 30300; - const MAJOR_VERSION = 3; - const MINOR_VERSION = 3; - const RELEASE_VERSION = 0; - const EXTRA_VERSION = ''; - - private $charset; - private $loader; - private $debug; - private $autoReload; - private $cache; - private $lexer; - private $parser; - private $compiler; - private $globals = []; - private $resolvedGlobals; - private $loadedTemplates; - private $strictVariables; - private $templateClassPrefix = '__TwigTemplate_'; - private $originalCache; - private $extensionSet; - private $runtimeLoaders = []; - private $runtimes = []; - private $optionsHash; - - /** - * Constructor. - * - * Available options: - * - * * debug: When set to true, it automatically set "auto_reload" to true as - * well (default to false). - * - * * charset: The charset used by the templates (default to UTF-8). - * - * * cache: An absolute path where to store the compiled templates, - * a \Twig\Cache\CacheInterface implementation, - * or false to disable compilation cache (default). - * - * * auto_reload: Whether to reload the template if the original source changed. - * If you don't provide the auto_reload option, it will be - * determined automatically based on the debug value. - * - * * strict_variables: Whether to ignore invalid variables in templates - * (default to false). - * - * * autoescape: Whether to enable auto-escaping (default to html): - * * false: disable auto-escaping - * * html, js: set the autoescaping to one of the supported strategies - * * name: set the autoescaping strategy based on the template name extension - * * PHP callback: a PHP callback that returns an escaping strategy based on the template "name" - * - * * optimizations: A flag that indicates which optimizations to apply - * (default to -1 which means that all optimizations are enabled; - * set it to 0 to disable). - */ - public function __construct(LoaderInterface $loader, $options = []) - { - $this->setLoader($loader); - - $options = array_merge([ - 'debug' => false, - 'charset' => 'UTF-8', - 'strict_variables' => false, - 'autoescape' => 'html', - 'cache' => false, - 'auto_reload' => null, - 'optimizations' => -1, - ], $options); - - $this->debug = (bool) $options['debug']; - $this->setCharset($options['charset'] ?? 'UTF-8'); - $this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload']; - $this->strictVariables = (bool) $options['strict_variables']; - $this->setCache($options['cache']); - $this->extensionSet = new ExtensionSet(); - - $this->addExtension(new CoreExtension()); - $this->addExtension(new EscaperExtension($options['autoescape'])); - $this->addExtension(new OptimizerExtension($options['optimizations'])); - } - - /** - * Enables debugging mode. - */ - public function enableDebug() - { - $this->debug = true; - $this->updateOptionsHash(); - } - - /** - * Disables debugging mode. - */ - public function disableDebug() - { - $this->debug = false; - $this->updateOptionsHash(); - } - - /** - * Checks if debug mode is enabled. - * - * @return bool true if debug mode is enabled, false otherwise - */ - public function isDebug() - { - return $this->debug; - } - - /** - * Enables the auto_reload option. - */ - public function enableAutoReload() - { - $this->autoReload = true; - } - - /** - * Disables the auto_reload option. - */ - public function disableAutoReload() - { - $this->autoReload = false; - } - - /** - * Checks if the auto_reload option is enabled. - * - * @return bool true if auto_reload is enabled, false otherwise - */ - public function isAutoReload() - { - return $this->autoReload; - } - - /** - * Enables the strict_variables option. - */ - public function enableStrictVariables() - { - $this->strictVariables = true; - $this->updateOptionsHash(); - } - - /** - * Disables the strict_variables option. - */ - public function disableStrictVariables() - { - $this->strictVariables = false; - $this->updateOptionsHash(); - } - - /** - * Checks if the strict_variables option is enabled. - * - * @return bool true if strict_variables is enabled, false otherwise - */ - public function isStrictVariables() - { - return $this->strictVariables; - } - - /** - * Gets the current cache implementation. - * - * @param bool $original Whether to return the original cache option or the real cache instance - * - * @return CacheInterface|string|false A Twig\Cache\CacheInterface implementation, - * an absolute path to the compiled templates, - * or false to disable cache - */ - public function getCache($original = true) - { - return $original ? $this->originalCache : $this->cache; - } - - /** - * Sets the current cache implementation. - * - * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation, - * an absolute path to the compiled templates, - * or false to disable cache - */ - public function setCache($cache) - { - if (\is_string($cache)) { - $this->originalCache = $cache; - $this->cache = new FilesystemCache($cache); - } elseif (false === $cache) { - $this->originalCache = $cache; - $this->cache = new NullCache(); - } elseif ($cache instanceof CacheInterface) { - $this->originalCache = $this->cache = $cache; - } else { - throw new \LogicException(sprintf('Cache can only be a string, false, or a \Twig\Cache\CacheInterface implementation.')); - } - } - - /** - * Gets the template class associated with the given string. - * - * The generated template class is based on the following parameters: - * - * * The cache key for the given template; - * * The currently enabled extensions; - * * Whether the Twig C extension is available or not; - * * PHP version; - * * Twig version; - * * Options with what environment was created. - * - * @param string $name The name for which to calculate the template class name - * @param int|null $index The index if it is an embedded template - * - * @internal - */ - public function getTemplateClass(string $name, int $index = null): string - { - $key = $this->getLoader()->getCacheKey($name).$this->optionsHash; - - return $this->templateClassPrefix.hash('sha256', $key).(null === $index ? '' : '___'.$index); - } - - /** - * Renders a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - * @throws RuntimeError When an error occurred during rendering - */ - public function render($name, array $context = []): string - { - return $this->load($name)->render($context); - } - - /** - * Displays a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - * @throws RuntimeError When an error occurred during rendering - */ - public function display($name, array $context = []): void - { - $this->load($name)->display($context); - } - - /** - * Loads a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws RuntimeError When a previously generated cache is corrupted - * @throws SyntaxError When an error occurred during compilation - */ - public function load($name): TemplateWrapper - { - if ($name instanceof TemplateWrapper) { - return $name; - } - - return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name)); - } - - /** - * Loads a template internal representation. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The template name - * @param int $index The index if it is an embedded template - * - * @throws LoaderError When the template cannot be found - * @throws RuntimeError When a previously generated cache is corrupted - * @throws SyntaxError When an error occurred during compilation - * - * @internal - */ - public function loadTemplate(string $cls, string $name, int $index = null): Template - { - $mainCls = $cls; - if (null !== $index) { - $cls .= '___'.$index; - } - - if (isset($this->loadedTemplates[$cls])) { - return $this->loadedTemplates[$cls]; - } - - if (!class_exists($cls, false)) { - $key = $this->cache->generateKey($name, $mainCls); - - if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) { - $this->cache->load($key); - } - - $source = null; - if (!class_exists($cls, false)) { - $source = $this->getLoader()->getSourceContext($name); - $content = $this->compileSource($source); - $this->cache->write($key, $content); - $this->cache->load($key); - - if (!class_exists($mainCls, false)) { - /* Last line of defense if either $this->bcWriteCacheFile was used, - * $this->cache is implemented as a no-op or we have a race condition - * where the cache was cleared between the above calls to write to and load from - * the cache. - */ - eval('?>'.$content); - } - - if (!class_exists($cls, false)) { - throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source); - } - } - } - - $this->extensionSet->initRuntime(); - - return $this->loadedTemplates[$cls] = new $cls($this); - } - - /** - * Creates a template from source. - * - * This method should not be used as a generic way to load templates. - * - * @param string $template The template source - * @param string $name An optional name of the template to be used in error messages - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - */ - public function createTemplate(string $template, string $name = null): TemplateWrapper - { - $hash = hash('sha256', $template, false); - if (null !== $name) { - $name = sprintf('%s (string template %s)', $name, $hash); - } else { - $name = sprintf('__string_template__%s', $hash); - } - - $loader = new ChainLoader([ - new ArrayLoader([$name => $template]), - $current = $this->getLoader(), - ]); - - $this->setLoader($loader); - try { - return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name)); - } finally { - $this->setLoader($current); - } - } - - /** - * Returns true if the template is still fresh. - * - * Besides checking the loader for freshness information, - * this method also checks if the enabled extensions have - * not changed. - * - * @param int $time The last modification time of the cached template - */ - public function isTemplateFresh(string $name, int $time): bool - { - return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time); - } - - /** - * Tries to load a template consecutively from an array. - * - * Similar to load() but it also accepts instances of \Twig\Template and - * \Twig\TemplateWrapper, and an array of templates where each is tried to be loaded. - * - * @param string|TemplateWrapper|array $names A template or an array of templates to try consecutively - * - * @throws LoaderError When none of the templates can be found - * @throws SyntaxError When an error occurred during compilation - */ - public function resolveTemplate($names): TemplateWrapper - { - if (!\is_array($names)) { - return $this->load($names); - } - - foreach ($names as $name) { - try { - return $this->load($name); - } catch (LoaderError $e) { - } - } - - throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names))); - } - - public function setLexer(Lexer $lexer) - { - $this->lexer = $lexer; - } - - /** - * @throws SyntaxError When the code is syntactically wrong - */ - public function tokenize(Source $source): TokenStream - { - if (null === $this->lexer) { - $this->lexer = new Lexer($this); - } - - return $this->lexer->tokenize($source); - } - - public function setParser(Parser $parser) - { - $this->parser = $parser; - } - - /** - * Converts a token stream to a node tree. - * - * @throws SyntaxError When the token stream is syntactically or semantically wrong - */ - public function parse(TokenStream $stream): ModuleNode - { - if (null === $this->parser) { - $this->parser = new Parser($this); - } - - return $this->parser->parse($stream); - } - - public function setCompiler(Compiler $compiler) - { - $this->compiler = $compiler; - } - - /** - * Compiles a node and returns the PHP code. - */ - public function compile(Node $node): string - { - if (null === $this->compiler) { - $this->compiler = new Compiler($this); - } - - return $this->compiler->compile($node)->getSource(); - } - - /** - * Compiles a template source code. - * - * @throws SyntaxError When there was an error during tokenizing, parsing or compiling - */ - public function compileSource(Source $source): string - { - try { - return $this->compile($this->parse($this->tokenize($source))); - } catch (Error $e) { - $e->setSourceContext($source); - throw $e; - } catch (\Exception $e) { - throw new SyntaxError(sprintf('An exception has been thrown during the compilation of a template ("%s").', $e->getMessage()), -1, $source, $e); - } - } - - public function setLoader(LoaderInterface $loader) - { - $this->loader = $loader; - } - - public function getLoader(): LoaderInterface - { - return $this->loader; - } - - public function setCharset(string $charset) - { - if ('UTF8' === $charset = strtoupper($charset)) { - // iconv on Windows requires "UTF-8" instead of "UTF8" - $charset = 'UTF-8'; - } - - $this->charset = $charset; - } - - public function getCharset(): string - { - return $this->charset; - } - - public function hasExtension(string $class): bool - { - return $this->extensionSet->hasExtension($class); - } - - public function addRuntimeLoader(RuntimeLoaderInterface $loader) - { - $this->runtimeLoaders[] = $loader; - } - - public function getExtension(string $class): ExtensionInterface - { - return $this->extensionSet->getExtension($class); - } - - /** - * Returns the runtime implementation of a Twig element (filter/function/tag/test). - * - * @param string $class A runtime class name - * - * @return object The runtime implementation - * - * @throws RuntimeError When the template cannot be found - */ - public function getRuntime(string $class) - { - if (isset($this->runtimes[$class])) { - return $this->runtimes[$class]; - } - - foreach ($this->runtimeLoaders as $loader) { - if (null !== $runtime = $loader->load($class)) { - return $this->runtimes[$class] = $runtime; - } - } - - throw new RuntimeError(sprintf('Unable to load the "%s" runtime.', $class)); - } - - public function addExtension(ExtensionInterface $extension) - { - $this->extensionSet->addExtension($extension); - $this->updateOptionsHash(); - } - - /** - * @param ExtensionInterface[] $extensions An array of extensions - */ - public function setExtensions(array $extensions) - { - $this->extensionSet->setExtensions($extensions); - $this->updateOptionsHash(); - } - - /** - * @return ExtensionInterface[] An array of extensions (keys are for internal usage only and should not be relied on) - */ - public function getExtensions(): array - { - return $this->extensionSet->getExtensions(); - } - - public function addTokenParser(TokenParserInterface $parser) - { - $this->extensionSet->addTokenParser($parser); - } - - /** - * @return TokenParserInterface[] - * - * @internal - */ - public function getTokenParsers(): array - { - return $this->extensionSet->getTokenParsers(); - } - - /** - * @internal - */ - public function getTokenParser(string $name): ?TokenParserInterface - { - return $this->extensionSet->getTokenParser($name); - } - - public function registerUndefinedTokenParserCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedTokenParserCallback($callable); - } - - public function addNodeVisitor(NodeVisitorInterface $visitor) - { - $this->extensionSet->addNodeVisitor($visitor); - } - - /** - * @return NodeVisitorInterface[] - * - * @internal - */ - public function getNodeVisitors(): array - { - return $this->extensionSet->getNodeVisitors(); - } - - public function addFilter(TwigFilter $filter) - { - $this->extensionSet->addFilter($filter); - } - - /** - * @internal - */ - public function getFilter(string $name): ?TwigFilter - { - return $this->extensionSet->getFilter($name); - } - - public function registerUndefinedFilterCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedFilterCallback($callable); - } - - /** - * Gets the registered Filters. - * - * Be warned that this method cannot return filters defined with registerUndefinedFilterCallback. - * - * @return TwigFilter[] - * - * @see registerUndefinedFilterCallback - * - * @internal - */ - public function getFilters(): array - { - return $this->extensionSet->getFilters(); - } - - public function addTest(TwigTest $test) - { - $this->extensionSet->addTest($test); - } - - /** - * @return TwigTest[] - * - * @internal - */ - public function getTests(): array - { - return $this->extensionSet->getTests(); - } - - /** - * @internal - */ - public function getTest(string $name): ?TwigTest - { - return $this->extensionSet->getTest($name); - } - - public function addFunction(TwigFunction $function) - { - $this->extensionSet->addFunction($function); - } - - /** - * @internal - */ - public function getFunction(string $name): ?TwigFunction - { - return $this->extensionSet->getFunction($name); - } - - public function registerUndefinedFunctionCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedFunctionCallback($callable); - } - - /** - * Gets registered functions. - * - * Be warned that this method cannot return functions defined with registerUndefinedFunctionCallback. - * - * @return TwigFunction[] - * - * @see registerUndefinedFunctionCallback - * - * @internal - */ - public function getFunctions(): array - { - return $this->extensionSet->getFunctions(); - } - - /** - * Registers a Global. - * - * New globals can be added before compiling or rendering a template; - * but after, you can only update existing globals. - * - * @param mixed $value The global value - */ - public function addGlobal(string $name, $value) - { - if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) { - throw new \LogicException(sprintf('Unable to add global "%s" as the runtime or the extensions have already been initialized.', $name)); - } - - if (null !== $this->resolvedGlobals) { - $this->resolvedGlobals[$name] = $value; - } else { - $this->globals[$name] = $value; - } - } - - /** - * @internal - */ - public function getGlobals(): array - { - if ($this->extensionSet->isInitialized()) { - if (null === $this->resolvedGlobals) { - $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals); - } - - return $this->resolvedGlobals; - } - - return array_merge($this->extensionSet->getGlobals(), $this->globals); - } - - public function mergeGlobals(array $context): array - { - // we don't use array_merge as the context being generally - // bigger than globals, this code is faster. - foreach ($this->getGlobals() as $key => $value) { - if (!\array_key_exists($key, $context)) { - $context[$key] = $value; - } - } - - return $context; - } - - /** - * @internal - */ - public function getUnaryOperators(): array - { - return $this->extensionSet->getUnaryOperators(); - } - - /** - * @internal - */ - public function getBinaryOperators(): array - { - return $this->extensionSet->getBinaryOperators(); - } - - private function updateOptionsHash(): void - { - $this->optionsHash = implode(':', [ - $this->extensionSet->getSignature(), - PHP_MAJOR_VERSION, - PHP_MINOR_VERSION, - self::VERSION, - (int) $this->debug, - (int) $this->strictVariables, - ]); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/Error.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/Error.php deleted file mode 100644 index d8a30c5..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/Error.php +++ /dev/null @@ -1,227 +0,0 @@ - - */ -class Error extends \Exception -{ - private $lineno; - private $name; - private $rawMessage; - private $sourcePath; - private $sourceCode; - - /** - * Constructor. - * - * By default, automatic guessing is enabled. - * - * @param string $message The error message - * @param int $lineno The template line where the error occurred - * @param Source|null $source The source context where the error occurred - */ - public function __construct(string $message, int $lineno = -1, Source $source = null, \Exception $previous = null) - { - parent::__construct('', 0, $previous); - - if (null === $source) { - $name = null; - } else { - $name = $source->getName(); - $this->sourceCode = $source->getCode(); - $this->sourcePath = $source->getPath(); - } - - $this->lineno = $lineno; - $this->name = $name; - $this->rawMessage = $message; - $this->updateRepr(); - } - - public function getRawMessage(): string - { - return $this->rawMessage; - } - - public function getTemplateLine(): int - { - return $this->lineno; - } - - public function setTemplateLine(int $lineno): void - { - $this->lineno = $lineno; - - $this->updateRepr(); - } - - public function getSourceContext(): ?Source - { - return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null; - } - - public function setSourceContext(Source $source = null): void - { - if (null === $source) { - $this->sourceCode = $this->name = $this->sourcePath = null; - } else { - $this->sourceCode = $source->getCode(); - $this->name = $source->getName(); - $this->sourcePath = $source->getPath(); - } - - $this->updateRepr(); - } - - public function guess(): void - { - $this->guessTemplateInfo(); - $this->updateRepr(); - } - - public function appendMessage($rawMessage): void - { - $this->rawMessage .= $rawMessage; - $this->updateRepr(); - } - - private function updateRepr(): void - { - $this->message = $this->rawMessage; - - if ($this->sourcePath && $this->lineno > 0) { - $this->file = $this->sourcePath; - $this->line = $this->lineno; - - return; - } - - $dot = false; - if ('.' === substr($this->message, -1)) { - $this->message = substr($this->message, 0, -1); - $dot = true; - } - - $questionMark = false; - if ('?' === substr($this->message, -1)) { - $this->message = substr($this->message, 0, -1); - $questionMark = true; - } - - if ($this->name) { - if (\is_string($this->name) || (\is_object($this->name) && method_exists($this->name, '__toString'))) { - $name = sprintf('"%s"', $this->name); - } else { - $name = json_encode($this->name); - } - $this->message .= sprintf(' in %s', $name); - } - - if ($this->lineno && $this->lineno >= 0) { - $this->message .= sprintf(' at line %d', $this->lineno); - } - - if ($dot) { - $this->message .= '.'; - } - - if ($questionMark) { - $this->message .= '?'; - } - } - - private function guessTemplateInfo(): void - { - $template = null; - $templateClass = null; - - $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS | DEBUG_BACKTRACE_PROVIDE_OBJECT); - foreach ($backtrace as $trace) { - if (isset($trace['object']) && $trace['object'] instanceof Template) { - $currentClass = \get_class($trace['object']); - $isEmbedContainer = 0 === strpos($templateClass, $currentClass); - if (null === $this->name || ($this->name == $trace['object']->getTemplateName() && !$isEmbedContainer)) { - $template = $trace['object']; - $templateClass = \get_class($trace['object']); - } - } - } - - // update template name - if (null !== $template && null === $this->name) { - $this->name = $template->getTemplateName(); - } - - // update template path if any - if (null !== $template && null === $this->sourcePath) { - $src = $template->getSourceContext(); - $this->sourceCode = $src->getCode(); - $this->sourcePath = $src->getPath(); - } - - if (null === $template || $this->lineno > -1) { - return; - } - - $r = new \ReflectionObject($template); - $file = $r->getFileName(); - - $exceptions = [$e = $this]; - while ($e = $e->getPrevious()) { - $exceptions[] = $e; - } - - while ($e = array_pop($exceptions)) { - $traces = $e->getTrace(); - array_unshift($traces, ['file' => $e->getFile(), 'line' => $e->getLine()]); - - while ($trace = array_shift($traces)) { - if (!isset($trace['file']) || !isset($trace['line']) || $file != $trace['file']) { - continue; - } - - foreach ($template->getDebugInfo() as $codeLine => $templateLine) { - if ($codeLine <= $trace['line']) { - // update template line - $this->lineno = $templateLine; - - return; - } - } - } - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/LoaderError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/LoaderError.php deleted file mode 100644 index 7c8c23c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/LoaderError.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -class LoaderError extends Error -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/RuntimeError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/RuntimeError.php deleted file mode 100644 index f6b8476..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/RuntimeError.php +++ /dev/null @@ -1,22 +0,0 @@ - - */ -class RuntimeError extends Error -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/SyntaxError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/SyntaxError.php deleted file mode 100644 index 726b330..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Error/SyntaxError.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -class SyntaxError extends Error -{ - /** - * Tweaks the error message to include suggestions. - * - * @param string $name The original name of the item that does not exist - * @param array $items An array of possible items - */ - public function addSuggestions(string $name, array $items): void - { - $alternatives = []; - foreach ($items as $item) { - $lev = levenshtein($name, $item); - if ($lev <= \strlen($name) / 3 || false !== strpos($item, $name)) { - $alternatives[$item] = $lev; - } - } - - if (!$alternatives) { - return; - } - - asort($alternatives); - - $this->appendMessage(sprintf(' Did you mean "%s"?', implode('", "', array_keys($alternatives)))); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/ExpressionParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/ExpressionParser.php deleted file mode 100644 index 243c7f6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/ExpressionParser.php +++ /dev/null @@ -1,823 +0,0 @@ - - * - * @internal - */ -class ExpressionParser -{ - const OPERATOR_LEFT = 1; - const OPERATOR_RIGHT = 2; - - private $parser; - private $env; - private $unaryOperators; - private $binaryOperators; - - public function __construct(Parser $parser, Environment $env) - { - $this->parser = $parser; - $this->env = $env; - $this->unaryOperators = $env->getUnaryOperators(); - $this->binaryOperators = $env->getBinaryOperators(); - } - - public function parseExpression($precedence = 0, $allowArrow = false) - { - if ($allowArrow && $arrow = $this->parseArrow()) { - return $arrow; - } - - $expr = $this->getPrimary(); - $token = $this->parser->getCurrentToken(); - while ($this->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $precedence) { - $op = $this->binaryOperators[$token->getValue()]; - $this->parser->getStream()->next(); - - if ('is not' === $token->getValue()) { - $expr = $this->parseNotTestExpression($expr); - } elseif ('is' === $token->getValue()) { - $expr = $this->parseTestExpression($expr); - } elseif (isset($op['callable'])) { - $expr = $op['callable']($this->parser, $expr); - } else { - $expr1 = $this->parseExpression(self::OPERATOR_LEFT === $op['associativity'] ? $op['precedence'] + 1 : $op['precedence']); - $class = $op['class']; - $expr = new $class($expr, $expr1, $token->getLine()); - } - - $token = $this->parser->getCurrentToken(); - } - - if (0 === $precedence) { - return $this->parseConditionalExpression($expr); - } - - return $expr; - } - - /** - * @return ArrowFunctionExpression|null - */ - private function parseArrow() - { - $stream = $this->parser->getStream(); - - // short array syntax (one argument, no parentheses)? - if ($stream->look(1)->test(/* Token::ARROW_TYPE */ 12)) { - $line = $stream->getCurrent()->getLine(); - $token = $stream->expect(/* Token::NAME_TYPE */ 5); - $names = [new AssignNameExpression($token->getValue(), $token->getLine())]; - $stream->expect(/* Token::ARROW_TYPE */ 12); - - return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line); - } - - // first, determine if we are parsing an arrow function by finding => (long form) - $i = 0; - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - return null; - } - ++$i; - while (true) { - // variable name - ++$i; - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - ++$i; - } - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - return null; - } - ++$i; - if (!$stream->look($i)->test(/* Token::ARROW_TYPE */ 12)) { - return null; - } - - // yes, let's parse it properly - $token = $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '('); - $line = $token->getLine(); - - $names = []; - while (true) { - $token = $stream->expect(/* Token::NAME_TYPE */ 5); - $names[] = new AssignNameExpression($token->getValue(), $token->getLine()); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ')'); - $stream->expect(/* Token::ARROW_TYPE */ 12); - - return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line); - } - - private function getPrimary(): AbstractExpression - { - $token = $this->parser->getCurrentToken(); - - if ($this->isUnary($token)) { - $operator = $this->unaryOperators[$token->getValue()]; - $this->parser->getStream()->next(); - $expr = $this->parseExpression($operator['precedence']); - $class = $operator['class']; - - return $this->parsePostfixExpression(new $class($expr, $token->getLine())); - } elseif ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $this->parser->getStream()->next(); - $expr = $this->parseExpression(); - $this->parser->getStream()->expect(/* Token::PUNCTUATION_TYPE */ 9, ')', 'An opened parenthesis is not properly closed'); - - return $this->parsePostfixExpression($expr); - } - - return $this->parsePrimaryExpression(); - } - - private function parseConditionalExpression($expr): AbstractExpression - { - while ($this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, '?')) { - if (!$this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $expr2 = $this->parseExpression(); - if ($this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $expr3 = $this->parseExpression(); - } else { - $expr3 = new ConstantExpression('', $this->parser->getCurrentToken()->getLine()); - } - } else { - $expr2 = $expr; - $expr3 = $this->parseExpression(); - } - - $expr = new ConditionalExpression($expr, $expr2, $expr3, $this->parser->getCurrentToken()->getLine()); - } - - return $expr; - } - - private function isUnary(Token $token): bool - { - return $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->unaryOperators[$token->getValue()]); - } - - private function isBinary(Token $token): bool - { - return $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->binaryOperators[$token->getValue()]); - } - - public function parsePrimaryExpression() - { - $token = $this->parser->getCurrentToken(); - switch ($token->getType()) { - case /* Token::NAME_TYPE */ 5: - $this->parser->getStream()->next(); - switch ($token->getValue()) { - case 'true': - case 'TRUE': - $node = new ConstantExpression(true, $token->getLine()); - break; - - case 'false': - case 'FALSE': - $node = new ConstantExpression(false, $token->getLine()); - break; - - case 'none': - case 'NONE': - case 'null': - case 'NULL': - $node = new ConstantExpression(null, $token->getLine()); - break; - - default: - if ('(' === $this->parser->getCurrentToken()->getValue()) { - $node = $this->getFunctionNode($token->getValue(), $token->getLine()); - } else { - $node = new NameExpression($token->getValue(), $token->getLine()); - } - } - break; - - case /* Token::NUMBER_TYPE */ 6: - $this->parser->getStream()->next(); - $node = new ConstantExpression($token->getValue(), $token->getLine()); - break; - - case /* Token::STRING_TYPE */ 7: - case /* Token::INTERPOLATION_START_TYPE */ 10: - $node = $this->parseStringExpression(); - break; - - case /* Token::OPERATOR_TYPE */ 8: - if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue()) { - // in this context, string operators are variable names - $this->parser->getStream()->next(); - $node = new NameExpression($token->getValue(), $token->getLine()); - break; - } elseif (isset($this->unaryOperators[$token->getValue()])) { - $class = $this->unaryOperators[$token->getValue()]['class']; - if (!\in_array($class, [NegUnary::class, PosUnary::class])) { - throw new SyntaxError(sprintf('Unexpected unary operator "%s".', $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } - - $this->parser->getStream()->next(); - $expr = $this->parsePrimaryExpression(); - - $node = new $class($expr, $token->getLine()); - break; - } - - // no break - default: - if ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '[')) { - $node = $this->parseArrayExpression(); - } elseif ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '{')) { - $node = $this->parseHashExpression(); - } elseif ($token->test(/* Token::OPERATOR_TYPE */ 8, '=') && ('==' === $this->parser->getStream()->look(-1)->getValue() || '!=' === $this->parser->getStream()->look(-1)->getValue())) { - throw new SyntaxError(sprintf('Unexpected operator of value "%s". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead.', $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } else { - throw new SyntaxError(sprintf('Unexpected token "%s" of value "%s".', Token::typeToEnglish($token->getType()), $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } - } - - return $this->parsePostfixExpression($node); - } - - public function parseStringExpression() - { - $stream = $this->parser->getStream(); - - $nodes = []; - // a string cannot be followed by another string in a single expression - $nextCanBeString = true; - while (true) { - if ($nextCanBeString && $token = $stream->nextIf(/* Token::STRING_TYPE */ 7)) { - $nodes[] = new ConstantExpression($token->getValue(), $token->getLine()); - $nextCanBeString = false; - } elseif ($stream->nextIf(/* Token::INTERPOLATION_START_TYPE */ 10)) { - $nodes[] = $this->parseExpression(); - $stream->expect(/* Token::INTERPOLATION_END_TYPE */ 11); - $nextCanBeString = true; - } else { - break; - } - } - - $expr = array_shift($nodes); - foreach ($nodes as $node) { - $expr = new ConcatBinary($expr, $node, $node->getTemplateLine()); - } - - return $expr; - } - - public function parseArrayExpression() - { - $stream = $this->parser->getStream(); - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '[', 'An array element was expected'); - - $node = new ArrayExpression([], $stream->getCurrent()->getLine()); - $first = true; - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - if (!$first) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'An array element must be followed by a comma'); - - // trailing ,? - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - break; - } - } - $first = false; - - $node->addElement($this->parseExpression()); - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']', 'An opened array is not properly closed'); - - return $node; - } - - public function parseHashExpression() - { - $stream = $this->parser->getStream(); - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '{', 'A hash element was expected'); - - $node = new ArrayExpression([], $stream->getCurrent()->getLine()); - $first = true; - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, '}')) { - if (!$first) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'A hash value must be followed by a comma'); - - // trailing ,? - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '}')) { - break; - } - } - $first = false; - - // a hash key can be: - // - // * a number -- 12 - // * a string -- 'a' - // * a name, which is equivalent to a string -- a - // * an expression, which must be enclosed in parentheses -- (1 + 2) - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $key = new ConstantExpression($token->getValue(), $token->getLine()); - - // {a} is a shortcut for {a:a} - if ($stream->test(Token::PUNCTUATION_TYPE, [',', '}'])) { - $value = new NameExpression($key->getAttribute('value'), $key->getTemplateLine()); - $node->addElement($value, $key); - continue; - } - } elseif (($token = $stream->nextIf(/* Token::STRING_TYPE */ 7)) || $token = $stream->nextIf(/* Token::NUMBER_TYPE */ 6)) { - $key = new ConstantExpression($token->getValue(), $token->getLine()); - } elseif ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $key = $this->parseExpression(); - } else { - $current = $stream->getCurrent(); - - throw new SyntaxError(sprintf('A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "%s" of value "%s".', Token::typeToEnglish($current->getType()), $current->getValue()), $current->getLine(), $stream->getSourceContext()); - } - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ':', 'A hash key must be followed by a colon (:)'); - $value = $this->parseExpression(); - - $node->addElement($value, $key); - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '}', 'An opened hash is not properly closed'); - - return $node; - } - - public function parsePostfixExpression($node) - { - while (true) { - $token = $this->parser->getCurrentToken(); - if (/* Token::PUNCTUATION_TYPE */ 9 == $token->getType()) { - if ('.' == $token->getValue() || '[' == $token->getValue()) { - $node = $this->parseSubscriptExpression($node); - } elseif ('|' == $token->getValue()) { - $node = $this->parseFilterExpression($node); - } else { - break; - } - } else { - break; - } - } - - return $node; - } - - public function getFunctionNode($name, $line) - { - switch ($name) { - case 'parent': - $this->parseArguments(); - if (!\count($this->parser->getBlockStack())) { - throw new SyntaxError('Calling "parent" outside a block is forbidden.', $line, $this->parser->getStream()->getSourceContext()); - } - - if (!$this->parser->getParent() && !$this->parser->hasTraits()) { - throw new SyntaxError('Calling "parent" on a template that does not extend nor "use" another template is forbidden.', $line, $this->parser->getStream()->getSourceContext()); - } - - return new ParentExpression($this->parser->peekBlockStack(), $line); - case 'block': - $args = $this->parseArguments(); - if (\count($args) < 1) { - throw new SyntaxError('The "block" function takes one argument (the block name).', $line, $this->parser->getStream()->getSourceContext()); - } - - return new BlockReferenceExpression($args->getNode(0), \count($args) > 1 ? $args->getNode(1) : null, $line); - case 'attribute': - $args = $this->parseArguments(); - if (\count($args) < 2) { - throw new SyntaxError('The "attribute" function takes at least two arguments (the variable and the attributes).', $line, $this->parser->getStream()->getSourceContext()); - } - - return new GetAttrExpression($args->getNode(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line); - default: - if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) { - $arguments = new ArrayExpression([], $line); - foreach ($this->parseArguments() as $n) { - $arguments->addElement($n); - } - - $node = new MethodCallExpression($alias['node'], $alias['name'], $arguments, $line); - $node->setAttribute('safe', true); - - return $node; - } - - $args = $this->parseArguments(true); - $class = $this->getFunctionNodeClass($name, $line); - - return new $class($name, $args, $line); - } - } - - public function parseSubscriptExpression($node) - { - $stream = $this->parser->getStream(); - $token = $stream->next(); - $lineno = $token->getLine(); - $arguments = new ArrayExpression([], $lineno); - $type = Template::ANY_CALL; - if ('.' == $token->getValue()) { - $token = $stream->next(); - if ( - /* Token::NAME_TYPE */ 5 == $token->getType() - || - /* Token::NUMBER_TYPE */ 6 == $token->getType() - || - (/* Token::OPERATOR_TYPE */ 8 == $token->getType() && preg_match(Lexer::REGEX_NAME, $token->getValue())) - ) { - $arg = new ConstantExpression($token->getValue(), $lineno); - - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $type = Template::METHOD_CALL; - foreach ($this->parseArguments() as $n) { - $arguments->addElement($n); - } - } - } else { - throw new SyntaxError('Expected name or number.', $lineno, $stream->getSourceContext()); - } - - if ($node instanceof NameExpression && null !== $this->parser->getImportedSymbol('template', $node->getAttribute('name'))) { - if (!$arg instanceof ConstantExpression) { - throw new SyntaxError(sprintf('Dynamic macro names are not supported (called on "%s").', $node->getAttribute('name')), $token->getLine(), $stream->getSourceContext()); - } - - $name = $arg->getAttribute('value'); - - $node = new MethodCallExpression($node, 'macro_'.$name, $arguments, $lineno); - $node->setAttribute('safe', true); - - return $node; - } - } else { - $type = Template::ARRAY_CALL; - - // slice? - $slice = false; - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $slice = true; - $arg = new ConstantExpression(0, $token->getLine()); - } else { - $arg = $this->parseExpression(); - } - - if ($stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $slice = true; - } - - if ($slice) { - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - $length = new ConstantExpression(null, $token->getLine()); - } else { - $length = $this->parseExpression(); - } - - $class = $this->getFilterNodeClass('slice', $token->getLine()); - $arguments = new Node([$arg, $length]); - $filter = new $class($node, new ConstantExpression('slice', $token->getLine()), $arguments, $token->getLine()); - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']'); - - return $filter; - } - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']'); - } - - return new GetAttrExpression($node, $arg, $arguments, $type, $lineno); - } - - public function parseFilterExpression($node) - { - $this->parser->getStream()->next(); - - return $this->parseFilterExpressionRaw($node); - } - - public function parseFilterExpressionRaw($node, $tag = null) - { - while (true) { - $token = $this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5); - - $name = new ConstantExpression($token->getValue(), $token->getLine()); - if (!$this->parser->getStream()->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $arguments = new Node(); - } else { - $arguments = $this->parseArguments(true, false, true); - } - - $class = $this->getFilterNodeClass($name->getAttribute('value'), $token->getLine()); - - $node = new $class($node, $name, $arguments, $token->getLine(), $tag); - - if (!$this->parser->getStream()->test(/* Token::PUNCTUATION_TYPE */ 9, '|')) { - break; - } - - $this->parser->getStream()->next(); - } - - return $node; - } - - /** - * Parses arguments. - * - * @param bool $namedArguments Whether to allow named arguments or not - * @param bool $definition Whether we are parsing arguments for a function definition - * - * @return Node - * - * @throws SyntaxError - */ - public function parseArguments($namedArguments = false, $definition = false, $allowArrow = false) - { - $args = []; - $stream = $this->parser->getStream(); - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '(', 'A list of arguments must begin with an opening parenthesis'); - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - if (!empty($args)) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'Arguments must be separated by a comma'); - - // if the comma above was a trailing comma, early exit the argument parse loop - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - break; - } - } - - if ($definition) { - $token = $stream->expect(/* Token::NAME_TYPE */ 5, null, 'An argument must be a name'); - $value = new NameExpression($token->getValue(), $this->parser->getCurrentToken()->getLine()); - } else { - $value = $this->parseExpression(0, $allowArrow); - } - - $name = null; - if ($namedArguments && $token = $stream->nextIf(/* Token::OPERATOR_TYPE */ 8, '=')) { - if (!$value instanceof NameExpression) { - throw new SyntaxError(sprintf('A parameter name must be a string, "%s" given.', \get_class($value)), $token->getLine(), $stream->getSourceContext()); - } - $name = $value->getAttribute('name'); - - if ($definition) { - $value = $this->parsePrimaryExpression(); - - if (!$this->checkConstantExpression($value)) { - throw new SyntaxError(sprintf('A default value for an argument must be a constant (a boolean, a string, a number, or an array).'), $token->getLine(), $stream->getSourceContext()); - } - } else { - $value = $this->parseExpression(0, $allowArrow); - } - } - - if ($definition) { - if (null === $name) { - $name = $value->getAttribute('name'); - $value = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine()); - } - $args[$name] = $value; - } else { - if (null === $name) { - $args[] = $value; - } else { - $args[$name] = $value; - } - } - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ')', 'A list of arguments must be closed by a parenthesis'); - - return new Node($args); - } - - public function parseAssignmentExpression() - { - $stream = $this->parser->getStream(); - $targets = []; - while (true) { - $token = $this->parser->getCurrentToken(); - if ($stream->test(/* Token::OPERATOR_TYPE */ 8) && preg_match(Lexer::REGEX_NAME, $token->getValue())) { - // in this context, string operators are variable names - $this->parser->getStream()->next(); - } else { - $stream->expect(/* Token::NAME_TYPE */ 5, null, 'Only variables can be assigned to'); - } - $value = $token->getValue(); - if (\in_array(strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'), ['true', 'false', 'none', 'null'])) { - throw new SyntaxError(sprintf('You cannot assign a value to "%s".', $value), $token->getLine(), $stream->getSourceContext()); - } - $targets[] = new AssignNameExpression($value, $token->getLine()); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - - return new Node($targets); - } - - public function parseMultitargetExpression() - { - $targets = []; - while (true) { - $targets[] = $this->parseExpression(); - if (!$this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - - return new Node($targets); - } - - private function parseNotTestExpression(Node $node): NotUnary - { - return new NotUnary($this->parseTestExpression($node), $this->parser->getCurrentToken()->getLine()); - } - - private function parseTestExpression(Node $node): TestExpression - { - $stream = $this->parser->getStream(); - list($name, $test) = $this->getTest($node->getTemplateLine()); - - $class = $this->getTestNodeClass($test); - $arguments = null; - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $arguments = $this->parseArguments(true); - } elseif ($test->hasOneMandatoryArgument()) { - $arguments = new Node([0 => $this->parsePrimaryExpression()]); - } - - if ('defined' === $name && $node instanceof NameExpression && null !== $alias = $this->parser->getImportedSymbol('function', $node->getAttribute('name'))) { - $node = new MethodCallExpression($alias['node'], $alias['name'], new ArrayExpression([], $node->getTemplateLine()), $node->getTemplateLine()); - $node->setAttribute('safe', true); - } - - return new $class($node, $name, $arguments, $this->parser->getCurrentToken()->getLine()); - } - - private function getTest(int $line): array - { - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - if ($test = $this->env->getTest($name)) { - return [$name, $test]; - } - - if ($stream->test(/* Token::NAME_TYPE */ 5)) { - // try 2-words tests - $name = $name.' '.$this->parser->getCurrentToken()->getValue(); - - if ($test = $this->env->getTest($name)) { - $stream->next(); - - return [$name, $test]; - } - } - - $e = new SyntaxError(sprintf('Unknown "%s" test.', $name), $line, $stream->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getTests())); - - throw $e; - } - - private function getTestNodeClass(TwigTest $test): string - { - if ($test->isDeprecated()) { - $stream = $this->parser->getStream(); - $message = sprintf('Twig Test "%s" is deprecated', $test->getName()); - - if ($test->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $test->getDeprecatedVersion()); - } - if ($test->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $test->getAlternative()); - } - $src = $stream->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $stream->getCurrent()->getLine()); - - @trigger_error($message, E_USER_DEPRECATED); - } - - return $test->getNodeClass(); - } - - private function getFunctionNodeClass(string $name, int $line): string - { - if (!$function = $this->env->getFunction($name)) { - $e = new SyntaxError(sprintf('Unknown "%s" function.', $name), $line, $this->parser->getStream()->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getFunctions())); - - throw $e; - } - - if ($function->isDeprecated()) { - $message = sprintf('Twig Function "%s" is deprecated', $function->getName()); - if ($function->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $function->getDeprecatedVersion()); - } - if ($function->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $function->getAlternative()); - } - $src = $this->parser->getStream()->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line); - - @trigger_error($message, E_USER_DEPRECATED); - } - - return $function->getNodeClass(); - } - - private function getFilterNodeClass(string $name, int $line): string - { - if (!$filter = $this->env->getFilter($name)) { - $e = new SyntaxError(sprintf('Unknown "%s" filter.', $name), $line, $this->parser->getStream()->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getFilters())); - - throw $e; - } - - if ($filter->isDeprecated()) { - $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName()); - if ($filter->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $filter->getDeprecatedVersion()); - } - if ($filter->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $filter->getAlternative()); - } - $src = $this->parser->getStream()->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line); - - @trigger_error($message, E_USER_DEPRECATED); - } - - return $filter->getNodeClass(); - } - - // checks that the node only contains "constant" elements - private function checkConstantExpression(Node $node): bool - { - if (!($node instanceof ConstantExpression || $node instanceof ArrayExpression - || $node instanceof NegUnary || $node instanceof PosUnary - )) { - return false; - } - - foreach ($node as $n) { - if (!$this->checkConstantExpression($n)) { - return false; - } - } - - return true; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/AbstractExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/AbstractExtension.php deleted file mode 100644 index 422925f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/AbstractExtension.php +++ /dev/null @@ -1,45 +0,0 @@ -dateFormats[0] = $format; - } - - if (null !== $dateIntervalFormat) { - $this->dateFormats[1] = $dateIntervalFormat; - } - } - - /** - * Gets the default format to be used by the date filter. - * - * @return array The default date format string and the default date interval format string - */ - public function getDateFormat() - { - return $this->dateFormats; - } - - /** - * Sets the default timezone to be used by the date filter. - * - * @param \DateTimeZone|string $timezone The default timezone string or a \DateTimeZone object - */ - public function setTimezone($timezone) - { - $this->timezone = $timezone instanceof \DateTimeZone ? $timezone : new \DateTimeZone($timezone); - } - - /** - * Gets the default timezone to be used by the date filter. - * - * @return \DateTimeZone The default timezone currently in use - */ - public function getTimezone() - { - if (null === $this->timezone) { - $this->timezone = new \DateTimeZone(date_default_timezone_get()); - } - - return $this->timezone; - } - - /** - * Sets the default format to be used by the number_format filter. - * - * @param int $decimal the number of decimal places to use - * @param string $decimalPoint the character(s) to use for the decimal point - * @param string $thousandSep the character(s) to use for the thousands separator - */ - public function setNumberFormat($decimal, $decimalPoint, $thousandSep) - { - $this->numberFormat = [$decimal, $decimalPoint, $thousandSep]; - } - - /** - * Get the default format used by the number_format filter. - * - * @return array The arguments for number_format() - */ - public function getNumberFormat() - { - return $this->numberFormat; - } - - public function getTokenParsers(): array - { - return [ - new ApplyTokenParser(), - new ForTokenParser(), - new IfTokenParser(), - new ExtendsTokenParser(), - new IncludeTokenParser(), - new BlockTokenParser(), - new UseTokenParser(), - new MacroTokenParser(), - new ImportTokenParser(), - new FromTokenParser(), - new SetTokenParser(), - new FlushTokenParser(), - new DoTokenParser(), - new EmbedTokenParser(), - new WithTokenParser(), - new DeprecatedTokenParser(), - ]; - } - - public function getFilters(): array - { - return [ - // formatting filters - new TwigFilter('date', 'twig_date_format_filter', ['needs_environment' => true]), - new TwigFilter('date_modify', 'twig_date_modify_filter', ['needs_environment' => true]), - new TwigFilter('format', 'sprintf'), - new TwigFilter('replace', 'twig_replace_filter'), - new TwigFilter('number_format', 'twig_number_format_filter', ['needs_environment' => true]), - new TwigFilter('abs', 'abs'), - new TwigFilter('round', 'twig_round'), - - // encoding - new TwigFilter('url_encode', 'twig_urlencode_filter'), - new TwigFilter('json_encode', 'json_encode'), - new TwigFilter('convert_encoding', 'twig_convert_encoding'), - - // string filters - new TwigFilter('title', 'twig_title_string_filter', ['needs_environment' => true]), - new TwigFilter('capitalize', 'twig_capitalize_string_filter', ['needs_environment' => true]), - new TwigFilter('upper', 'twig_upper_filter', ['needs_environment' => true]), - new TwigFilter('lower', 'twig_lower_filter', ['needs_environment' => true]), - new TwigFilter('striptags', 'strip_tags'), - new TwigFilter('trim', 'twig_trim_filter'), - new TwigFilter('nl2br', 'nl2br', ['pre_escape' => 'html', 'is_safe' => ['html']]), - new TwigFilter('spaceless', 'twig_spaceless', ['is_safe' => ['html']]), - - // array helpers - new TwigFilter('join', 'twig_join_filter'), - new TwigFilter('split', 'twig_split_filter', ['needs_environment' => true]), - new TwigFilter('sort', 'twig_sort_filter'), - new TwigFilter('merge', 'twig_array_merge'), - new TwigFilter('batch', 'twig_array_batch'), - new TwigFilter('column', 'twig_array_column'), - new TwigFilter('filter', 'twig_array_filter', ['needs_environment' => true]), - new TwigFilter('map', 'twig_array_map', ['needs_environment' => true]), - new TwigFilter('reduce', 'twig_array_reduce', ['needs_environment' => true]), - - // string/array filters - new TwigFilter('reverse', 'twig_reverse_filter', ['needs_environment' => true]), - new TwigFilter('length', 'twig_length_filter', ['needs_environment' => true]), - new TwigFilter('slice', 'twig_slice', ['needs_environment' => true]), - new TwigFilter('first', 'twig_first', ['needs_environment' => true]), - new TwigFilter('last', 'twig_last', ['needs_environment' => true]), - - // iteration and runtime - new TwigFilter('default', '_twig_default_filter', ['node_class' => DefaultFilter::class]), - new TwigFilter('keys', 'twig_get_array_keys_filter'), - ]; - } - - public function getFunctions(): array - { - return [ - new TwigFunction('max', 'max'), - new TwigFunction('min', 'min'), - new TwigFunction('range', 'range'), - new TwigFunction('constant', 'twig_constant'), - new TwigFunction('cycle', 'twig_cycle'), - new TwigFunction('random', 'twig_random', ['needs_environment' => true]), - new TwigFunction('date', 'twig_date_converter', ['needs_environment' => true]), - new TwigFunction('include', 'twig_include', ['needs_environment' => true, 'needs_context' => true, 'is_safe' => ['all']]), - new TwigFunction('source', 'twig_source', ['needs_environment' => true, 'is_safe' => ['all']]), - ]; - } - - public function getTests(): array - { - return [ - new TwigTest('even', null, ['node_class' => EvenTest::class]), - new TwigTest('odd', null, ['node_class' => OddTest::class]), - new TwigTest('defined', null, ['node_class' => DefinedTest::class]), - new TwigTest('same as', null, ['node_class' => SameasTest::class, 'one_mandatory_argument' => true]), - new TwigTest('none', null, ['node_class' => NullTest::class]), - new TwigTest('null', null, ['node_class' => NullTest::class]), - new TwigTest('divisible by', null, ['node_class' => DivisiblebyTest::class, 'one_mandatory_argument' => true]), - new TwigTest('constant', null, ['node_class' => ConstantTest::class]), - new TwigTest('empty', 'twig_test_empty'), - new TwigTest('iterable', 'twig_test_iterable'), - ]; - } - - public function getNodeVisitors(): array - { - return [new MacroAutoImportNodeVisitor()]; - } - - public function getOperators(): array - { - return [ - [ - 'not' => ['precedence' => 50, 'class' => NotUnary::class], - '-' => ['precedence' => 500, 'class' => NegUnary::class], - '+' => ['precedence' => 500, 'class' => PosUnary::class], - ], - [ - 'or' => ['precedence' => 10, 'class' => OrBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'and' => ['precedence' => 15, 'class' => AndBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-or' => ['precedence' => 16, 'class' => BitwiseOrBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-xor' => ['precedence' => 17, 'class' => BitwiseXorBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-and' => ['precedence' => 18, 'class' => BitwiseAndBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '==' => ['precedence' => 20, 'class' => EqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '!=' => ['precedence' => 20, 'class' => NotEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<=>' => ['precedence' => 20, 'class' => SpaceshipBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<' => ['precedence' => 20, 'class' => LessBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '>' => ['precedence' => 20, 'class' => GreaterBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '>=' => ['precedence' => 20, 'class' => GreaterEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<=' => ['precedence' => 20, 'class' => LessEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'not in' => ['precedence' => 20, 'class' => NotInBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'in' => ['precedence' => 20, 'class' => InBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'matches' => ['precedence' => 20, 'class' => MatchesBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'starts with' => ['precedence' => 20, 'class' => StartsWithBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'ends with' => ['precedence' => 20, 'class' => EndsWithBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '..' => ['precedence' => 25, 'class' => RangeBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '+' => ['precedence' => 30, 'class' => AddBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '-' => ['precedence' => 30, 'class' => SubBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '~' => ['precedence' => 40, 'class' => ConcatBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '*' => ['precedence' => 60, 'class' => MulBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '/' => ['precedence' => 60, 'class' => DivBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '//' => ['precedence' => 60, 'class' => FloorDivBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '%' => ['precedence' => 60, 'class' => ModBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'is' => ['precedence' => 100, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'is not' => ['precedence' => 100, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '**' => ['precedence' => 200, 'class' => PowerBinary::class, 'associativity' => ExpressionParser::OPERATOR_RIGHT], - '??' => ['precedence' => 300, 'class' => NullCoalesceExpression::class, 'associativity' => ExpressionParser::OPERATOR_RIGHT], - ], - ]; - } -} -} - -namespace { - use Twig\Environment; - use Twig\Error\LoaderError; - use Twig\Error\RuntimeError; - use Twig\Extension\CoreExtension; - use Twig\Extension\SandboxExtension; - use Twig\Markup; - use Twig\Source; - use Twig\Template; - use Twig\TemplateWrapper; - -/** - * Cycles over a value. - * - * @param \ArrayAccess|array $values - * @param int $position The cycle position - * - * @return string The next value in the cycle - */ -function twig_cycle($values, $position) -{ - if (!\is_array($values) && !$values instanceof \ArrayAccess) { - return $values; - } - - return $values[$position % \count($values)]; -} - -/** - * Returns a random value depending on the supplied parameter type: - * - a random item from a \Traversable or array - * - a random character from a string - * - a random integer between 0 and the integer parameter. - * - * @param \Traversable|array|int|float|string $values The values to pick a random item from - * @param int|null $max Maximum value used when $values is an int - * - * @throws RuntimeError when $values is an empty array (does not apply to an empty string which is returned as is) - * - * @return mixed A random value from the given sequence - */ -function twig_random(Environment $env, $values = null, $max = null) -{ - if (null === $values) { - return null === $max ? mt_rand() : mt_rand(0, $max); - } - - if (\is_int($values) || \is_float($values)) { - if (null === $max) { - if ($values < 0) { - $max = 0; - $min = $values; - } else { - $max = $values; - $min = 0; - } - } else { - $min = $values; - $max = $max; - } - - return mt_rand($min, $max); - } - - if (\is_string($values)) { - if ('' === $values) { - return ''; - } - - $charset = $env->getCharset(); - - if ('UTF-8' !== $charset) { - $values = twig_convert_encoding($values, 'UTF-8', $charset); - } - - // unicode version of str_split() - // split at all positions, but not after the start and not before the end - $values = preg_split('/(? $value) { - $values[$i] = twig_convert_encoding($value, $charset, 'UTF-8'); - } - } - } - - if (!twig_test_iterable($values)) { - return $values; - } - - $values = twig_to_array($values); - - if (0 === \count($values)) { - throw new RuntimeError('The random function cannot pick from an empty array.'); - } - - return $values[array_rand($values, 1)]; -} - -/** - * Converts a date to the given format. - * - * {{ post.published_at|date("m/d/Y") }} - * - * @param \DateTimeInterface|\DateInterval|string $date A date - * @param string|null $format The target format, null to use the default - * @param \DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged - * - * @return string The formatted date - */ -function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) -{ - if (null === $format) { - $formats = $env->getExtension(CoreExtension::class)->getDateFormat(); - $format = $date instanceof \DateInterval ? $formats[1] : $formats[0]; - } - - if ($date instanceof \DateInterval) { - return $date->format($format); - } - - return twig_date_converter($env, $date, $timezone)->format($format); -} - -/** - * Returns a new date object modified. - * - * {{ post.published_at|date_modify("-1day")|date("m/d/Y") }} - * - * @param \DateTimeInterface|string $date A date - * @param string $modifier A modifier string - * - * @return \DateTimeInterface - */ -function twig_date_modify_filter(Environment $env, $date, $modifier) -{ - $date = twig_date_converter($env, $date, false); - - return $date->modify($modifier); -} - -/** - * Converts an input to a \DateTime instance. - * - * {% if date(user.created_at) < date('+2days') %} - * {# do something #} - * {% endif %} - * - * @param \DateTimeInterface|string|null $date A date or null to use the current time - * @param \DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged - * - * @return \DateTimeInterface - */ -function twig_date_converter(Environment $env, $date = null, $timezone = null) -{ - // determine the timezone - if (false !== $timezone) { - if (null === $timezone) { - $timezone = $env->getExtension(CoreExtension::class)->getTimezone(); - } elseif (!$timezone instanceof \DateTimeZone) { - $timezone = new \DateTimeZone($timezone); - } - } - - // immutable dates - if ($date instanceof \DateTimeImmutable) { - return false !== $timezone ? $date->setTimezone($timezone) : $date; - } - - if ($date instanceof \DateTimeInterface) { - $date = clone $date; - if (false !== $timezone) { - $date->setTimezone($timezone); - } - - return $date; - } - - if (null === $date || 'now' === $date) { - return new \DateTime($date, false !== $timezone ? $timezone : $env->getExtension(CoreExtension::class)->getTimezone()); - } - - $asString = (string) $date; - if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($asString, 1)))) { - $date = new \DateTime('@'.$date); - } else { - $date = new \DateTime($date, $env->getExtension(CoreExtension::class)->getTimezone()); - } - - if (false !== $timezone) { - $date->setTimezone($timezone); - } - - return $date; -} - -/** - * Replaces strings within a string. - * - * @param string $str String to replace in - * @param array|\Traversable $from Replace values - * - * @return string - */ -function twig_replace_filter($str, $from) -{ - if (!twig_test_iterable($from)) { - throw new RuntimeError(sprintf('The "replace" filter expects an array or "Traversable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettype($from))); - } - - return strtr($str, twig_to_array($from)); -} - -/** - * Rounds a number. - * - * @param int|float $value The value to round - * @param int|float $precision The rounding precision - * @param string $method The method to use for rounding - * - * @return int|float The rounded number - */ -function twig_round($value, $precision = 0, $method = 'common') -{ - if ('common' === $method) { - return round($value, $precision); - } - - if ('ceil' !== $method && 'floor' !== $method) { - throw new RuntimeError('The round filter only supports the "common", "ceil", and "floor" methods.'); - } - - return $method($value * 10 ** $precision) / 10 ** $precision; -} - -/** - * Number format filter. - * - * All of the formatting options can be left null, in that case the defaults will - * be used. Supplying any of the parameters will override the defaults set in the - * environment object. - * - * @param mixed $number A float/int/string of the number to format - * @param int $decimal the number of decimal points to display - * @param string $decimalPoint the character(s) to use for the decimal point - * @param string $thousandSep the character(s) to use for the thousands separator - * - * @return string The formatted number - */ -function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null) -{ - $defaults = $env->getExtension(CoreExtension::class)->getNumberFormat(); - if (null === $decimal) { - $decimal = $defaults[0]; - } - - if (null === $decimalPoint) { - $decimalPoint = $defaults[1]; - } - - if (null === $thousandSep) { - $thousandSep = $defaults[2]; - } - - return number_format((float) $number, $decimal, $decimalPoint, $thousandSep); -} - -/** - * URL encodes (RFC 3986) a string as a path segment or an array as a query string. - * - * @param string|array $url A URL or an array of query parameters - * - * @return string The URL encoded value - */ -function twig_urlencode_filter($url) -{ - if (\is_array($url)) { - return http_build_query($url, '', '&', PHP_QUERY_RFC3986); - } - - return rawurlencode($url); -} - -/** - * Merges an array with another one. - * - * {% set items = { 'apple': 'fruit', 'orange': 'fruit' } %} - * - * {% set items = items|merge({ 'peugeot': 'car' }) %} - * - * {# items now contains { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'car' } #} - * - * @param array|\Traversable $arr1 An array - * @param array|\Traversable $arr2 An array - * - * @return array The merged array - */ -function twig_array_merge($arr1, $arr2) -{ - if (!twig_test_iterable($arr1)) { - throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($arr1))); - } - - if (!twig_test_iterable($arr2)) { - throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s" as second argument.', \gettype($arr2))); - } - - return array_merge(twig_to_array($arr1), twig_to_array($arr2)); -} - -/** - * Slices a variable. - * - * @param mixed $item A variable - * @param int $start Start of the slice - * @param int $length Size of the slice - * @param bool $preserveKeys Whether to preserve key or not (when the input is an array) - * - * @return mixed The sliced variable - */ -function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) -{ - if ($item instanceof \Traversable) { - while ($item instanceof \IteratorAggregate) { - $item = $item->getIterator(); - } - - if ($start >= 0 && $length >= 0 && $item instanceof \Iterator) { - try { - return iterator_to_array(new \LimitIterator($item, $start, null === $length ? -1 : $length), $preserveKeys); - } catch (\OutOfBoundsException $e) { - return []; - } - } - - $item = iterator_to_array($item, $preserveKeys); - } - - if (\is_array($item)) { - return \array_slice($item, $start, $length, $preserveKeys); - } - - $item = (string) $item; - - return (string) mb_substr($item, $start, $length, $env->getCharset()); -} - -/** - * Returns the first element of the item. - * - * @param mixed $item A variable - * - * @return mixed The first element of the item - */ -function twig_first(Environment $env, $item) -{ - $elements = twig_slice($env, $item, 0, 1, false); - - return \is_string($elements) ? $elements : current($elements); -} - -/** - * Returns the last element of the item. - * - * @param mixed $item A variable - * - * @return mixed The last element of the item - */ -function twig_last(Environment $env, $item) -{ - $elements = twig_slice($env, $item, -1, 1, false); - - return \is_string($elements) ? $elements : current($elements); -} - -/** - * Joins the values to a string. - * - * The separators between elements are empty strings per default, you can define them with the optional parameters. - * - * {{ [1, 2, 3]|join(', ', ' and ') }} - * {# returns 1, 2 and 3 #} - * - * {{ [1, 2, 3]|join('|') }} - * {# returns 1|2|3 #} - * - * {{ [1, 2, 3]|join }} - * {# returns 123 #} - * - * @param array $value An array - * @param string $glue The separator - * @param string|null $and The separator for the last pair - * - * @return string The concatenated string - */ -function twig_join_filter($value, $glue = '', $and = null) -{ - if (!twig_test_iterable($value)) { - $value = (array) $value; - } - - $value = twig_to_array($value, false); - - if (0 === \count($value)) { - return ''; - } - - if (null === $and || $and === $glue) { - return implode($glue, $value); - } - - if (1 === \count($value)) { - return $value[0]; - } - - return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1]; -} - -/** - * Splits the string into an array. - * - * {{ "one,two,three"|split(',') }} - * {# returns [one, two, three] #} - * - * {{ "one,two,three,four,five"|split(',', 3) }} - * {# returns [one, two, "three,four,five"] #} - * - * {{ "123"|split('') }} - * {# returns [1, 2, 3] #} - * - * {{ "aabbcc"|split('', 2) }} - * {# returns [aa, bb, cc] #} - * - * @param string $value A string - * @param string $delimiter The delimiter - * @param int $limit The limit - * - * @return array The split string as an array - */ -function twig_split_filter(Environment $env, $value, $delimiter, $limit = null) -{ - if (\strlen($delimiter) > 0) { - return null === $limit ? explode($delimiter, $value) : explode($delimiter, $value, $limit); - } - - if ($limit <= 1) { - return preg_split('/(?getCharset()); - if ($length < $limit) { - return [$value]; - } - - $r = []; - for ($i = 0; $i < $length; $i += $limit) { - $r[] = mb_substr($value, $i, $limit, $env->getCharset()); - } - - return $r; -} - -// The '_default' filter is used internally to avoid using the ternary operator -// which costs a lot for big contexts (before PHP 5.4). So, on average, -// a function call is cheaper. -/** - * @internal - */ -function _twig_default_filter($value, $default = '') -{ - if (twig_test_empty($value)) { - return $default; - } - - return $value; -} - -/** - * Returns the keys for the given array. - * - * It is useful when you want to iterate over the keys of an array: - * - * {% for key in array|keys %} - * {# ... #} - * {% endfor %} - * - * @param array $array An array - * - * @return array The keys - */ -function twig_get_array_keys_filter($array) -{ - if ($array instanceof \Traversable) { - while ($array instanceof \IteratorAggregate) { - $array = $array->getIterator(); - } - - if ($array instanceof \Iterator) { - $keys = []; - $array->rewind(); - while ($array->valid()) { - $keys[] = $array->key(); - $array->next(); - } - - return $keys; - } - - $keys = []; - foreach ($array as $key => $item) { - $keys[] = $key; - } - - return $keys; - } - - if (!\is_array($array)) { - return []; - } - - return array_keys($array); -} - -/** - * Reverses a variable. - * - * @param array|\Traversable|string $item An array, a \Traversable instance, or a string - * @param bool $preserveKeys Whether to preserve key or not - * - * @return mixed The reversed input - */ -function twig_reverse_filter(Environment $env, $item, $preserveKeys = false) -{ - if ($item instanceof \Traversable) { - return array_reverse(iterator_to_array($item), $preserveKeys); - } - - if (\is_array($item)) { - return array_reverse($item, $preserveKeys); - } - - $string = (string) $item; - - $charset = $env->getCharset(); - - if ('UTF-8' !== $charset) { - $item = twig_convert_encoding($string, 'UTF-8', $charset); - } - - preg_match_all('/./us', $item, $matches); - - $string = implode('', array_reverse($matches[0])); - - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, $charset, 'UTF-8'); - } - - return $string; -} - -/** - * Sorts an array. - * - * @param array|\Traversable $array - * - * @return array - */ -function twig_sort_filter($array, $arrow = null) -{ - if ($array instanceof \Traversable) { - $array = iterator_to_array($array); - } elseif (!\is_array($array)) { - throw new RuntimeError(sprintf('The sort filter only works with arrays or "Traversable", got "%s".', \gettype($array))); - } - - if (null !== $arrow) { - uasort($array, $arrow); - } else { - asort($array); - } - - return $array; -} - -/** - * @internal - */ -function twig_in_filter($value, $compare) -{ - if ($value instanceof Markup) { - $value = (string) $value; - } - if ($compare instanceof Markup) { - $compare = (string) $compare; - } - - if (\is_string($compare)) { - if (\is_string($value) || \is_int($value) || \is_float($value)) { - return '' === $value || false !== strpos($compare, (string) $value); - } - - return false; - } - - if (!is_iterable($compare)) { - return false; - } - - if (\is_object($value) || \is_resource($value)) { - if (!\is_array($compare)) { - foreach ($compare as $item) { - if ($item === $value) { - return true; - } - } - - return false; - } - - return \in_array($value, $compare, true); - } - - foreach ($compare as $item) { - if (0 === twig_compare($value, $item)) { - return true; - } - } - - return false; -} - -/** - * Compares two values using a more strict version of the PHP non-strict comparison operator. - * - * @see https://wiki.php.net/rfc/string_to_number_comparison - * @see https://wiki.php.net/rfc/trailing_whitespace_numerics - * - * @internal - */ -function twig_compare($a, $b) -{ - // int <=> string - if (\is_int($a) && \is_string($b)) { - $bTrim = trim($b, " \t\n\r\v\f"); - if (!is_numeric($bTrim)) { - return (string) $a <=> $b; - } - if ((int) $bTrim == $bTrim) { - return $a <=> (int) $bTrim; - } else { - return (float) $a <=> (float) $bTrim; - } - } - if (\is_string($a) && \is_int($b)) { - $aTrim = trim($a, " \t\n\r\v\f"); - if (!is_numeric($aTrim)) { - return $a <=> (string) $b; - } - if ((int) $aTrim == $aTrim) { - return (int) $aTrim <=> $b; - } else { - return (float) $aTrim <=> (float) $b; - } - } - - // float <=> string - if (\is_float($a) && \is_string($b)) { - if (is_nan($a)) { - return 1; - } - $bTrim = trim($b, " \t\n\r\v\f"); - if (!is_numeric($bTrim)) { - return (string) $a <=> $b; - } - - return $a <=> (float) $bTrim; - } - if (\is_string($a) && \is_float($b)) { - if (is_nan($b)) { - return 1; - } - $aTrim = trim($a, " \t\n\r\v\f"); - if (!is_numeric($aTrim)) { - return $a <=> (string) $b; - } - - return (float) $aTrim <=> $b; - } - - // fallback to <=> - return $a <=> $b; -} - -/** - * Returns a trimmed string. - * - * @return string - * - * @throws RuntimeError When an invalid trimming side is used (not a string or not 'left', 'right', or 'both') - */ -function twig_trim_filter($string, $characterMask = null, $side = 'both') -{ - if (null === $characterMask) { - $characterMask = " \t\n\r\0\x0B"; - } - - switch ($side) { - case 'both': - return trim($string, $characterMask); - case 'left': - return ltrim($string, $characterMask); - case 'right': - return rtrim($string, $characterMask); - default: - throw new RuntimeError('Trimming side must be "left", "right" or "both".'); - } -} - -/** - * Removes whitespaces between HTML tags. - * - * @return string - */ -function twig_spaceless($content) -{ - return trim(preg_replace('/>\s+<', $content)); -} - -function twig_convert_encoding($string, $to, $from) -{ - if (!\function_exists('iconv')) { - throw new RuntimeError('Unable to convert encoding: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.'); - } - - return iconv($from, $to, $string); -} - -/** - * Returns the length of a variable. - * - * @param mixed $thing A variable - * - * @return int The length of the value - */ -function twig_length_filter(Environment $env, $thing) -{ - if (null === $thing) { - return 0; - } - - if (is_scalar($thing)) { - return mb_strlen($thing, $env->getCharset()); - } - - if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) { - return \count($thing); - } - - if ($thing instanceof \Traversable) { - return iterator_count($thing); - } - - if (method_exists($thing, '__toString') && !$thing instanceof \Countable) { - return mb_strlen((string) $thing, $env->getCharset()); - } - - return 1; -} - -/** - * Converts a string to uppercase. - * - * @param string $string A string - * - * @return string The uppercased string - */ -function twig_upper_filter(Environment $env, $string) -{ - return mb_strtoupper($string, $env->getCharset()); -} - -/** - * Converts a string to lowercase. - * - * @param string $string A string - * - * @return string The lowercased string - */ -function twig_lower_filter(Environment $env, $string) -{ - return mb_strtolower($string, $env->getCharset()); -} - -/** - * Returns a titlecased string. - * - * @param string $string A string - * - * @return string The titlecased string - */ -function twig_title_string_filter(Environment $env, $string) -{ - if (null !== $charset = $env->getCharset()) { - return mb_convert_case($string, MB_CASE_TITLE, $charset); - } - - return ucwords(strtolower($string)); -} - -/** - * Returns a capitalized string. - * - * @param string $string A string - * - * @return string The capitalized string - */ -function twig_capitalize_string_filter(Environment $env, $string) -{ - $charset = $env->getCharset(); - - return mb_strtoupper(mb_substr($string, 0, 1, $charset), $charset).mb_strtolower(mb_substr($string, 1, null, $charset), $charset); -} - -/** - * @internal - */ -function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source) -{ - if (!method_exists($template, $method)) { - $parent = $template; - while ($parent = $parent->getParent($context)) { - if (method_exists($parent, $method)) { - return $parent->$method(...$args); - } - } - - throw new RuntimeError(sprintf('Macro "%s" is not defined in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, $source); - } - - return $template->$method(...$args); -} - -/** - * @internal - */ -function twig_ensure_traversable($seq) -{ - if ($seq instanceof \Traversable || \is_array($seq)) { - return $seq; - } - - return []; -} - -/** - * @internal - */ -function twig_to_array($seq, $preserveKeys = true) -{ - if ($seq instanceof \Traversable) { - return iterator_to_array($seq, $preserveKeys); - } - - if (!\is_array($seq)) { - return $seq; - } - - return $preserveKeys ? $seq : array_values($seq); -} - -/** - * Checks if a variable is empty. - * - * {# evaluates to true if the foo variable is null, false, or the empty string #} - * {% if foo is empty %} - * {# ... #} - * {% endif %} - * - * @param mixed $value A variable - * - * @return bool true if the value is empty, false otherwise - */ -function twig_test_empty($value) -{ - if ($value instanceof \Countable) { - return 0 === \count($value); - } - - if ($value instanceof \Traversable) { - return !iterator_count($value); - } - - if (\is_object($value) && method_exists($value, '__toString')) { - return '' === (string) $value; - } - - return '' === $value || false === $value || null === $value || [] === $value; -} - -/** - * Checks if a variable is traversable. - * - * {# evaluates to true if the foo variable is an array or a traversable object #} - * {% if foo is iterable %} - * {# ... #} - * {% endif %} - * - * @param mixed $value A variable - * - * @return bool true if the value is traversable - */ -function twig_test_iterable($value) -{ - return $value instanceof \Traversable || \is_array($value); -} - -/** - * Renders a template. - * - * @param array $context - * @param string|array $template The template to render or an array of templates to try consecutively - * @param array $variables The variables to pass to the template - * @param bool $withContext - * @param bool $ignoreMissing Whether to ignore missing templates or not - * @param bool $sandboxed Whether to sandbox the template or not - * - * @return string The rendered template - */ -function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) -{ - $alreadySandboxed = false; - $sandbox = null; - if ($withContext) { - $variables = array_merge($context, $variables); - } - - if ($isSandboxed = $sandboxed && $env->hasExtension(SandboxExtension::class)) { - $sandbox = $env->getExtension(SandboxExtension::class); - if (!$alreadySandboxed = $sandbox->isSandboxed()) { - $sandbox->enableSandbox(); - } - - foreach ((\is_array($template) ? $template : [$template]) as $name) { - // if a Template instance is passed, it might have been instantiated outside of a sandbox, check security - if ($name instanceof TemplateWrapper || $name instanceof Template) { - $name->unwrap()->checkSecurity(); - } - } - } - - try { - $loaded = null; - try { - $loaded = $env->resolveTemplate($template); - } catch (LoaderError $e) { - if (!$ignoreMissing) { - throw $e; - } - } - - return $loaded ? $loaded->render($variables) : ''; - } finally { - if ($isSandboxed && !$alreadySandboxed) { - $sandbox->disableSandbox(); - } - } -} - -/** - * Returns a template content without rendering it. - * - * @param string $name The template name - * @param bool $ignoreMissing Whether to ignore missing templates or not - * - * @return string The template source - */ -function twig_source(Environment $env, $name, $ignoreMissing = false) -{ - $loader = $env->getLoader(); - try { - return $loader->getSourceContext($name)->getCode(); - } catch (LoaderError $e) { - if (!$ignoreMissing) { - throw $e; - } - } -} - -/** - * Provides the ability to get constants from instances as well as class/global constants. - * - * @param string $constant The name of the constant - * @param object|null $object The object to get the constant from - * - * @return string - */ -function twig_constant($constant, $object = null) -{ - if (null !== $object) { - $constant = \get_class($object).'::'.$constant; - } - - return \constant($constant); -} - -/** - * Checks if a constant exists. - * - * @param string $constant The name of the constant - * @param object|null $object The object to get the constant from - * - * @return bool - */ -function twig_constant_is_defined($constant, $object = null) -{ - if (null !== $object) { - $constant = \get_class($object).'::'.$constant; - } - - return \defined($constant); -} - -/** - * Batches item. - * - * @param array $items An array of items - * @param int $size The size of the batch - * @param mixed $fill A value used to fill missing items - * - * @return array - */ -function twig_array_batch($items, $size, $fill = null, $preserveKeys = true) -{ - if (!twig_test_iterable($items)) { - throw new RuntimeError(sprintf('The "batch" filter expects an array or "Traversable", got "%s".', \is_object($items) ? \get_class($items) : \gettype($items))); - } - - $size = ceil($size); - - $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys); - - if (null !== $fill && $result) { - $last = \count($result) - 1; - if ($fillCount = $size - \count($result[$last])) { - for ($i = 0; $i < $fillCount; ++$i) { - $result[$last][] = $fill; - } - } - } - - return $result; -} - -/** - * Returns the attribute value for a given array/object. - * - * @param mixed $object The object or array from where to get the item - * @param mixed $item The item to get from the array or object - * @param array $arguments An array of arguments to pass if the item is an object method - * @param string $type The type of attribute (@see \Twig\Template constants) - * @param bool $isDefinedTest Whether this is only a defined check - * @param bool $ignoreStrictCheck Whether to ignore the strict attribute check or not - * @param int $lineno The template line where the attribute was called - * - * @return mixed The attribute value, or a Boolean when $isDefinedTest is true, or null when the attribute is not set and $ignoreStrictCheck is true - * - * @throws RuntimeError if the attribute does not exist and Twig is running in strict mode and $isDefinedTest is false - * - * @internal - */ -function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = /* Template::ANY_CALL */ 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) -{ - // array - if (/* Template::METHOD_CALL */ 'method' !== $type) { - $arrayItem = \is_bool($item) || \is_float($item) ? (int) $item : $item; - - if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \array_key_exists($arrayItem, (array) $object))) - || ($object instanceof ArrayAccess && isset($object[$arrayItem])) - ) { - if ($isDefinedTest) { - return true; - } - - return $object[$arrayItem]; - } - - if (/* Template::ARRAY_CALL */ 'array' === $type || !\is_object($object)) { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - if ($object instanceof ArrayAccess) { - $message = sprintf('Key "%s" in object with ArrayAccess of class "%s" does not exist.', $arrayItem, \get_class($object)); - } elseif (\is_object($object)) { - $message = sprintf('Impossible to access a key "%s" on an object of class "%s" that does not implement ArrayAccess interface.', $item, \get_class($object)); - } elseif (\is_array($object)) { - if (empty($object)) { - $message = sprintf('Key "%s" does not exist as the array is empty.', $arrayItem); - } else { - $message = sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', array_keys($object))); - } - } elseif (/* Template::ARRAY_CALL */ 'array' === $type) { - if (null === $object) { - $message = sprintf('Impossible to access a key ("%s") on a null variable.', $item); - } else { - $message = sprintf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - } elseif (null === $object) { - $message = sprintf('Impossible to access an attribute ("%s") on a null variable.', $item); - } else { - $message = sprintf('Impossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - - throw new RuntimeError($message, $lineno, $source); - } - } - - if (!\is_object($object)) { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - if (null === $object) { - $message = sprintf('Impossible to invoke a method ("%s") on a null variable.', $item); - } elseif (\is_array($object)) { - $message = sprintf('Impossible to invoke a method ("%s") on an array.', $item); - } else { - $message = sprintf('Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - - throw new RuntimeError($message, $lineno, $source); - } - - if ($object instanceof Template) { - throw new RuntimeError('Accessing \Twig\Template attributes is forbidden.', $lineno, $source); - } - - // object property - if (/* Template::METHOD_CALL */ 'method' !== $type) { - if (isset($object->$item) || \array_key_exists((string) $item, (array) $object)) { - if ($isDefinedTest) { - return true; - } - - if ($sandboxed) { - $env->getExtension(SandboxExtension::class)->checkPropertyAllowed($object, $item, $lineno, $source); - } - - return $object->$item; - } - } - - static $cache = []; - - $class = \get_class($object); - - // object method - // precedence: getXxx() > isXxx() > hasXxx() - if (!isset($cache[$class])) { - $methods = get_class_methods($object); - sort($methods); - $lcMethods = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); }, $methods); - $classCache = []; - foreach ($methods as $i => $method) { - $classCache[$method] = $method; - $classCache[$lcName = $lcMethods[$i]] = $method; - - if ('g' === $lcName[0] && 0 === strpos($lcName, 'get')) { - $name = substr($method, 3); - $lcName = substr($lcName, 3); - } elseif ('i' === $lcName[0] && 0 === strpos($lcName, 'is')) { - $name = substr($method, 2); - $lcName = substr($lcName, 2); - } elseif ('h' === $lcName[0] && 0 === strpos($lcName, 'has')) { - $name = substr($method, 3); - $lcName = substr($lcName, 3); - if (\in_array('is'.$lcName, $lcMethods)) { - continue; - } - } else { - continue; - } - - // skip get() and is() methods (in which case, $name is empty) - if ($name) { - if (!isset($classCache[$name])) { - $classCache[$name] = $method; - } - - if (!isset($classCache[$lcName])) { - $classCache[$lcName] = $method; - } - } - } - $cache[$class] = $classCache; - } - - $call = false; - if (isset($cache[$class][$item])) { - $method = $cache[$class][$item]; - } elseif (isset($cache[$class][$lcItem = strtr($item, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')])) { - $method = $cache[$class][$lcItem]; - } elseif (isset($cache[$class]['__call'])) { - $method = $item; - $call = true; - } else { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - throw new RuntimeError(sprintf('Neither the property "%1$s" nor one of the methods "%1$s()", "get%1$s()"/"is%1$s()"/"has%1$s()" or "__call()" exist and have public access in class "%2$s".', $item, $class), $lineno, $source); - } - - if ($isDefinedTest) { - return true; - } - - if ($sandboxed) { - $env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source); - } - - // Some objects throw exceptions when they have __call, and the method we try - // to call is not supported. If ignoreStrictCheck is true, we should return null. - try { - $ret = $object->$method(...$arguments); - } catch (\BadMethodCallException $e) { - if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) { - return; - } - throw $e; - } - - return $ret; -} - -/** - * Returns the values from a single column in the input array. - * - *
    - *  {% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %}
    - *
    - *  {% set fruits = items|column('fruit') %}
    - *
    - *  {# fruits now contains ['apple', 'orange'] #}
    - * 
    - * - * @param array|Traversable $array An array - * @param mixed $name The column name - * @param mixed $index The column to use as the index/keys for the returned array - * - * @return array The array of values - */ -function twig_array_column($array, $name, $index = null): array -{ - if ($array instanceof Traversable) { - $array = iterator_to_array($array); - } elseif (!\is_array($array)) { - throw new RuntimeError(sprintf('The column filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($array))); - } - - return array_column($array, $name, $index); -} - -function twig_array_filter(Environment $env, $array, $arrow) -{ - if (!twig_test_iterable($array)) { - throw new RuntimeError(sprintf('The "filter" filter expects an array or "Traversable", got "%s".', \is_object($array) ? \get_class($array) : \gettype($array))); - } - - if (!$arrow instanceof Closure && $env->hasExtension('\Twig\Extension\SandboxExtension') && $env->getExtension('\Twig\Extension\SandboxExtension')->isSandboxed()) { - throw new RuntimeError('The callable passed to "filter" filter must be a Closure in sandbox mode.'); - } - - if (\is_array($array)) { - return array_filter($array, $arrow, \ARRAY_FILTER_USE_BOTH); - } - - // the IteratorIterator wrapping is needed as some internal PHP classes are \Traversable but do not implement \Iterator - return new \CallbackFilterIterator(new \IteratorIterator($array), $arrow); -} - -function twig_array_map(Environment $env, $array, $arrow) -{ - if (!$arrow instanceof Closure && $env->hasExtension('\Twig\Extension\SandboxExtension') && $env->getExtension('\Twig\Extension\SandboxExtension')->isSandboxed()) { - throw new RuntimeError('The callable passed to the "map" filter must be a Closure in sandbox mode.'); - } - - $r = []; - foreach ($array as $k => $v) { - $r[$k] = $arrow($v, $k); - } - - return $r; -} - -function twig_array_reduce(Environment $env, $array, $arrow, $initial = null) -{ - if (!$arrow instanceof Closure && $env->hasExtension('\Twig\Extension\SandboxExtension') && $env->getExtension('\Twig\Extension\SandboxExtension')->isSandboxed()) { - throw new RuntimeError('The callable passed to the "reduce" filter must be a Closure in sandbox mode.'); - } - - if (!\is_array($array)) { - if (!$array instanceof \Traversable) { - throw new RuntimeError(sprintf('The "reduce" filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($array))); - } - - $array = iterator_to_array($array); - } - - return array_reduce($array, $arrow, $initial); -} -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/DebugExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/DebugExtension.php deleted file mode 100644 index bfb23d7..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/DebugExtension.php +++ /dev/null @@ -1,64 +0,0 @@ - $isDumpOutputHtmlSafe ? ['html'] : [], 'needs_context' => true, 'needs_environment' => true, 'is_variadic' => true]), - ]; - } -} -} - -namespace { -use Twig\Environment; -use Twig\Template; -use Twig\TemplateWrapper; - -function twig_var_dump(Environment $env, $context, ...$vars) -{ - if (!$env->isDebug()) { - return; - } - - ob_start(); - - if (!$vars) { - $vars = []; - foreach ($context as $key => $value) { - if (!$value instanceof Template && !$value instanceof TemplateWrapper) { - $vars[$key] = $value; - } - } - - var_dump($vars); - } else { - var_dump(...$vars); - } - - return ob_get_clean(); -} -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/EscaperExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/EscaperExtension.php deleted file mode 100644 index 642c64c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/EscaperExtension.php +++ /dev/null @@ -1,421 +0,0 @@ -setDefaultStrategy($defaultStrategy); - } - - public function getTokenParsers(): array - { - return [new AutoEscapeTokenParser()]; - } - - public function getNodeVisitors(): array - { - return [new EscaperNodeVisitor()]; - } - - public function getFilters(): array - { - return [ - new TwigFilter('escape', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), - new TwigFilter('e', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), - new TwigFilter('raw', 'twig_raw_filter', ['is_safe' => ['all']]), - ]; - } - - /** - * Sets the default strategy to use when not defined by the user. - * - * The strategy can be a valid PHP callback that takes the template - * name as an argument and returns the strategy to use. - * - * @param string|false|callable $defaultStrategy An escaping strategy - */ - public function setDefaultStrategy($defaultStrategy): void - { - if ('name' === $defaultStrategy) { - $defaultStrategy = [FileExtensionEscapingStrategy::class, 'guess']; - } - - $this->defaultStrategy = $defaultStrategy; - } - - /** - * Gets the default strategy to use when not defined by the user. - * - * @param string $name The template name - * - * @return string|false The default strategy to use for the template - */ - public function getDefaultStrategy(string $name) - { - // disable string callables to avoid calling a function named html or js, - // or any other upcoming escaping strategy - if (!\is_string($this->defaultStrategy) && false !== $this->defaultStrategy) { - return \call_user_func($this->defaultStrategy, $name); - } - - return $this->defaultStrategy; - } - - /** - * Defines a new escaper to be used via the escape filter. - * - * @param string $strategy The strategy name that should be used as a strategy in the escape call - * @param callable $callable A valid PHP callable - */ - public function setEscaper($strategy, callable $callable) - { - $this->escapers[$strategy] = $callable; - } - - /** - * Gets all defined escapers. - * - * @return callable[] An array of escapers - */ - public function getEscapers() - { - return $this->escapers; - } - - public function setSafeClasses(array $safeClasses = []) - { - $this->safeClasses = []; - $this->safeLookup = []; - foreach ($safeClasses as $class => $strategies) { - $this->addSafeClass($class, $strategies); - } - } - - public function addSafeClass(string $class, array $strategies) - { - $class = ltrim($class, '\\'); - if (!isset($this->safeClasses[$class])) { - $this->safeClasses[$class] = []; - } - $this->safeClasses[$class] = array_merge($this->safeClasses[$class], $strategies); - - foreach ($strategies as $strategy) { - $this->safeLookup[$strategy][$class] = true; - } - } -} -} - -namespace { -use Twig\Environment; -use Twig\Error\RuntimeError; -use Twig\Extension\EscaperExtension; -use Twig\Markup; -use Twig\Node\Expression\ConstantExpression; -use Twig\Node\Node; - -/** - * Marks a variable as being safe. - * - * @param string $string A PHP variable - */ -function twig_raw_filter($string) -{ - return $string; -} - -/** - * Escapes a string. - * - * @param mixed $string The value to be escaped - * @param string $strategy The escaping strategy - * @param string $charset The charset - * @param bool $autoescape Whether the function is called by the auto-escaping feature (true) or by the developer (false) - * - * @return string - */ -function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoescape = false) -{ - if ($autoescape && $string instanceof Markup) { - return $string; - } - - if (!\is_string($string)) { - if (\is_object($string) && method_exists($string, '__toString')) { - if ($autoescape) { - $c = \get_class($string); - $ext = $env->getExtension(EscaperExtension::class); - if (!isset($ext->safeClasses[$c])) { - $ext->safeClasses[$c] = []; - foreach (class_parents($string) + class_implements($string) as $class) { - if (isset($ext->safeClasses[$class])) { - $ext->safeClasses[$c] = array_unique(array_merge($ext->safeClasses[$c], $ext->safeClasses[$class])); - foreach ($ext->safeClasses[$class] as $s) { - $ext->safeLookup[$s][$c] = true; - } - } - } - } - if (isset($ext->safeLookup[$strategy][$c]) || isset($ext->safeLookup['all'][$c])) { - return (string) $string; - } - } - - $string = (string) $string; - } elseif (\in_array($strategy, ['html', 'js', 'css', 'html_attr', 'url'])) { - return $string; - } - } - - if ('' === $string) { - return ''; - } - - if (null === $charset) { - $charset = $env->getCharset(); - } - - switch ($strategy) { - case 'html': - // see https://secure.php.net/htmlspecialchars - - // Using a static variable to avoid initializing the array - // each time the function is called. Moving the declaration on the - // top of the function slow downs other escaping strategies. - static $htmlspecialcharsCharsets = [ - 'ISO-8859-1' => true, 'ISO8859-1' => true, - 'ISO-8859-15' => true, 'ISO8859-15' => true, - 'utf-8' => true, 'UTF-8' => true, - 'CP866' => true, 'IBM866' => true, '866' => true, - 'CP1251' => true, 'WINDOWS-1251' => true, 'WIN-1251' => true, - '1251' => true, - 'CP1252' => true, 'WINDOWS-1252' => true, '1252' => true, - 'KOI8-R' => true, 'KOI8-RU' => true, 'KOI8R' => true, - 'BIG5' => true, '950' => true, - 'GB2312' => true, '936' => true, - 'BIG5-HKSCS' => true, - 'SHIFT_JIS' => true, 'SJIS' => true, '932' => true, - 'EUC-JP' => true, 'EUCJP' => true, - 'ISO8859-5' => true, 'ISO-8859-5' => true, 'MACROMAN' => true, - ]; - - if (isset($htmlspecialcharsCharsets[$charset])) { - return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset); - } - - if (isset($htmlspecialcharsCharsets[strtoupper($charset)])) { - // cache the lowercase variant for future iterations - $htmlspecialcharsCharsets[$charset] = true; - - return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset); - } - - $string = twig_convert_encoding($string, 'UTF-8', $charset); - $string = htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8'); - - return iconv('UTF-8', $charset, $string); - - case 'js': - // escape all non-alphanumeric characters - // into their \x or \uHHHH representations - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9,\._]#Su', function ($matches) { - $char = $matches[0]; - - /* - * A few characters have short escape sequences in JSON and JavaScript. - * Escape sequences supported only by JavaScript, not JSON, are omitted. - * \" is also supported but omitted, because the resulting string is not HTML safe. - */ - static $shortMap = [ - '\\' => '\\\\', - '/' => '\\/', - "\x08" => '\b', - "\x0C" => '\f', - "\x0A" => '\n', - "\x0D" => '\r', - "\x09" => '\t', - ]; - - if (isset($shortMap[$char])) { - return $shortMap[$char]; - } - - $codepoint = mb_ord($char); - if (0x10000 > $codepoint) { - return sprintf('\u%04X', $codepoint); - } - - // Split characters outside the BMP into surrogate pairs - // https://tools.ietf.org/html/rfc2781.html#section-2.1 - $u = $codepoint - 0x10000; - $high = 0xD800 | ($u >> 10); - $low = 0xDC00 | ($u & 0x3FF); - - return sprintf('\u%04X\u%04X', $high, $low); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'css': - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9]#Su', function ($matches) { - $char = $matches[0]; - - return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char, 'UTF-8')); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'html_attr': - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9,\.\-_]#Su', function ($matches) { - /** - * This function is adapted from code coming from Zend Framework. - * - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (https://www.zend.com) - * @license https://framework.zend.com/license/new-bsd New BSD License - */ - $chr = $matches[0]; - $ord = \ord($chr); - - /* - * The following replaces characters undefined in HTML with the - * hex entity for the Unicode replacement character. - */ - if (($ord <= 0x1f && "\t" != $chr && "\n" != $chr && "\r" != $chr) || ($ord >= 0x7f && $ord <= 0x9f)) { - return '�'; - } - - /* - * Check if the current character to escape has a name entity we should - * replace it with while grabbing the hex value of the character. - */ - if (1 === \strlen($chr)) { - /* - * While HTML supports far more named entities, the lowest common denominator - * has become HTML5's XML Serialisation which is restricted to the those named - * entities that XML supports. Using HTML entities would result in this error: - * XML Parsing Error: undefined entity - */ - static $entityMap = [ - 34 => '"', /* quotation mark */ - 38 => '&', /* ampersand */ - 60 => '<', /* less-than sign */ - 62 => '>', /* greater-than sign */ - ]; - - if (isset($entityMap[$ord])) { - return $entityMap[$ord]; - } - - return sprintf('&#x%02X;', $ord); - } - - /* - * Per OWASP recommendations, we'll use hex entities for any other - * characters where a named entity does not exist. - */ - return sprintf('&#x%04X;', mb_ord($chr, 'UTF-8')); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'url': - return rawurlencode($string); - - default: - static $escapers; - - if (null === $escapers) { - $escapers = $env->getExtension(EscaperExtension::class)->getEscapers(); - } - - if (isset($escapers[$strategy])) { - return $escapers[$strategy]($env, $string, $charset); - } - - $validStrategies = implode(', ', array_merge(['html', 'js', 'url', 'css', 'html_attr'], array_keys($escapers))); - - throw new RuntimeError(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $validStrategies)); - } -} - -/** - * @internal - */ -function twig_escape_filter_is_safe(Node $filterArgs) -{ - foreach ($filterArgs as $arg) { - if ($arg instanceof ConstantExpression) { - return [$arg->getAttribute('value')]; - } - - return []; - } - - return ['html']; -} -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ExtensionInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ExtensionInterface.php deleted file mode 100644 index 75fa237..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ExtensionInterface.php +++ /dev/null @@ -1,68 +0,0 @@ - - */ -interface ExtensionInterface -{ - /** - * Returns the token parser instances to add to the existing list. - * - * @return TokenParserInterface[] - */ - public function getTokenParsers(); - - /** - * Returns the node visitor instances to add to the existing list. - * - * @return NodeVisitorInterface[] - */ - public function getNodeVisitors(); - - /** - * Returns a list of filters to add to the existing list. - * - * @return TwigFilter[] - */ - public function getFilters(); - - /** - * Returns a list of tests to add to the existing list. - * - * @return TwigTest[] - */ - public function getTests(); - - /** - * Returns a list of functions to add to the existing list. - * - * @return TwigFunction[] - */ - public function getFunctions(); - - /** - * Returns a list of operators to add to the existing list. - * - * @return array First array of unary operators, second array of binary operators - */ - public function getOperators(); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/GlobalsInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/GlobalsInterface.php deleted file mode 100644 index ec0c682..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/GlobalsInterface.php +++ /dev/null @@ -1,25 +0,0 @@ - - */ -interface GlobalsInterface -{ - public function getGlobals(): array; -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/OptimizerExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/OptimizerExtension.php deleted file mode 100644 index 965bfdb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/OptimizerExtension.php +++ /dev/null @@ -1,29 +0,0 @@ -optimizers = $optimizers; - } - - public function getNodeVisitors(): array - { - return [new OptimizerNodeVisitor($this->optimizers)]; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ProfilerExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ProfilerExtension.php deleted file mode 100644 index 43e4a44..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/ProfilerExtension.php +++ /dev/null @@ -1,52 +0,0 @@ -actives[] = $profile; - } - - /** - * @return void - */ - public function enter(Profile $profile) - { - $this->actives[0]->addProfile($profile); - array_unshift($this->actives, $profile); - } - - /** - * @return void - */ - public function leave(Profile $profile) - { - $profile->leave(); - array_shift($this->actives); - - if (1 === \count($this->actives)) { - $this->actives[0]->leave(); - } - } - - public function getNodeVisitors(): array - { - return [new ProfilerNodeVisitor(static::class)]; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php deleted file mode 100644 index 63bc3b1..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php +++ /dev/null @@ -1,19 +0,0 @@ - - */ -interface RuntimeExtensionInterface -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/SandboxExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/SandboxExtension.php deleted file mode 100644 index 0a28cab..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/SandboxExtension.php +++ /dev/null @@ -1,123 +0,0 @@ -policy = $policy; - $this->sandboxedGlobally = $sandboxed; - } - - public function getTokenParsers(): array - { - return [new SandboxTokenParser()]; - } - - public function getNodeVisitors(): array - { - return [new SandboxNodeVisitor()]; - } - - public function enableSandbox(): void - { - $this->sandboxed = true; - } - - public function disableSandbox(): void - { - $this->sandboxed = false; - } - - public function isSandboxed(): bool - { - return $this->sandboxedGlobally || $this->sandboxed; - } - - public function isSandboxedGlobally(): bool - { - return $this->sandboxedGlobally; - } - - public function setSecurityPolicy(SecurityPolicyInterface $policy) - { - $this->policy = $policy; - } - - public function getSecurityPolicy(): SecurityPolicyInterface - { - return $this->policy; - } - - public function checkSecurity($tags, $filters, $functions): void - { - if ($this->isSandboxed()) { - $this->policy->checkSecurity($tags, $filters, $functions); - } - } - - public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null): void - { - if ($this->isSandboxed()) { - try { - $this->policy->checkMethodAllowed($obj, $method); - } catch (SecurityNotAllowedMethodError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - } - - public function checkPropertyAllowed($obj, $method, int $lineno = -1, Source $source = null): void - { - if ($this->isSandboxed()) { - try { - $this->policy->checkPropertyAllowed($obj, $method); - } catch (SecurityNotAllowedPropertyError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - } - - public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null) - { - if ($this->isSandboxed() && \is_object($obj) && method_exists($obj, '__toString')) { - try { - $this->policy->checkMethodAllowed($obj, '__toString'); - } catch (SecurityNotAllowedMethodError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - - return $obj; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StagingExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StagingExtension.php deleted file mode 100644 index 0ea47f9..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StagingExtension.php +++ /dev/null @@ -1,100 +0,0 @@ - - * - * @internal - */ -final class StagingExtension extends AbstractExtension -{ - private $functions = []; - private $filters = []; - private $visitors = []; - private $tokenParsers = []; - private $tests = []; - - public function addFunction(TwigFunction $function): void - { - if (isset($this->functions[$function->getName()])) { - throw new \LogicException(sprintf('Function "%s" is already registered.', $function->getName())); - } - - $this->functions[$function->getName()] = $function; - } - - public function getFunctions(): array - { - return $this->functions; - } - - public function addFilter(TwigFilter $filter): void - { - if (isset($this->filters[$filter->getName()])) { - throw new \LogicException(sprintf('Filter "%s" is already registered.', $filter->getName())); - } - - $this->filters[$filter->getName()] = $filter; - } - - public function getFilters(): array - { - return $this->filters; - } - - public function addNodeVisitor(NodeVisitorInterface $visitor): void - { - $this->visitors[] = $visitor; - } - - public function getNodeVisitors(): array - { - return $this->visitors; - } - - public function addTokenParser(TokenParserInterface $parser): void - { - if (isset($this->tokenParsers[$parser->getTag()])) { - throw new \LogicException(sprintf('Tag "%s" is already registered.', $parser->getTag())); - } - - $this->tokenParsers[$parser->getTag()] = $parser; - } - - public function getTokenParsers(): array - { - return $this->tokenParsers; - } - - public function addTest(TwigTest $test): void - { - if (isset($this->tests[$test->getName()])) { - throw new \LogicException(sprintf('Test "%s" is already registered.', $test->getName())); - } - - $this->tests[$test->getName()] = $test; - } - - public function getTests(): array - { - return $this->tests; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StringLoaderExtension.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StringLoaderExtension.php deleted file mode 100644 index 7b45147..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Extension/StringLoaderExtension.php +++ /dev/null @@ -1,42 +0,0 @@ - true]), - ]; - } -} -} - -namespace { -use Twig\Environment; -use Twig\TemplateWrapper; - -/** - * Loads a template from a string. - * - * {{ include(template_from_string("Hello {{ name }}")) }} - * - * @param string $template A template as a string or object implementing __toString() - * @param string $name An optional name of the template to be used in error messages - */ -function twig_template_from_string(Environment $env, $template, string $name = null): TemplateWrapper -{ - return $env->createTemplate((string) $template, $name); -} -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/ExtensionSet.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/ExtensionSet.php deleted file mode 100644 index 36e5bbc..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/ExtensionSet.php +++ /dev/null @@ -1,463 +0,0 @@ - - * - * @internal - */ -final class ExtensionSet -{ - private $extensions; - private $initialized = false; - private $runtimeInitialized = false; - private $staging; - private $parsers; - private $visitors; - private $filters; - private $tests; - private $functions; - private $unaryOperators; - private $binaryOperators; - private $globals; - private $functionCallbacks = []; - private $filterCallbacks = []; - private $parserCallbacks = []; - private $lastModified = 0; - - public function __construct() - { - $this->staging = new StagingExtension(); - } - - public function initRuntime() - { - $this->runtimeInitialized = true; - } - - public function hasExtension(string $class): bool - { - return isset($this->extensions[ltrim($class, '\\')]); - } - - public function getExtension(string $class): ExtensionInterface - { - $class = ltrim($class, '\\'); - - if (!isset($this->extensions[$class])) { - throw new RuntimeError(sprintf('The "%s" extension is not enabled.', $class)); - } - - return $this->extensions[$class]; - } - - /** - * @param ExtensionInterface[] $extensions - */ - public function setExtensions(array $extensions): void - { - foreach ($extensions as $extension) { - $this->addExtension($extension); - } - } - - /** - * @return ExtensionInterface[] - */ - public function getExtensions(): array - { - return $this->extensions; - } - - public function getSignature(): string - { - return json_encode(array_keys($this->extensions)); - } - - public function isInitialized(): bool - { - return $this->initialized || $this->runtimeInitialized; - } - - public function getLastModified(): int - { - if (0 !== $this->lastModified) { - return $this->lastModified; - } - - foreach ($this->extensions as $extension) { - $r = new \ReflectionObject($extension); - if (is_file($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->lastModified) { - $this->lastModified = $extensionTime; - } - } - - return $this->lastModified; - } - - public function addExtension(ExtensionInterface $extension): void - { - $class = \get_class($extension); - - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to register extension "%s" as extensions have already been initialized.', $class)); - } - - if (isset($this->extensions[$class])) { - throw new \LogicException(sprintf('Unable to register extension "%s" as it is already registered.', $class)); - } - - $this->extensions[$class] = $extension; - } - - public function addFunction(TwigFunction $function): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add function "%s" as extensions have already been initialized.', $function->getName())); - } - - $this->staging->addFunction($function); - } - - /** - * @return TwigFunction[] - */ - public function getFunctions(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->functions; - } - - public function getFunction(string $name): ?TwigFunction - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->functions[$name])) { - return $this->functions[$name]; - } - - foreach ($this->functions as $pattern => $function) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $function->setArguments($matches); - - return $function; - } - } - - foreach ($this->functionCallbacks as $callback) { - if (false !== $function = $callback($name)) { - return $function; - } - } - - return null; - } - - public function registerUndefinedFunctionCallback(callable $callable): void - { - $this->functionCallbacks[] = $callable; - } - - public function addFilter(TwigFilter $filter): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initialized.', $filter->getName())); - } - - $this->staging->addFilter($filter); - } - - /** - * @return TwigFilter[] - */ - public function getFilters(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->filters; - } - - public function getFilter(string $name): ?TwigFilter - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->filters[$name])) { - return $this->filters[$name]; - } - - foreach ($this->filters as $pattern => $filter) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $filter->setArguments($matches); - - return $filter; - } - } - - foreach ($this->filterCallbacks as $callback) { - if (false !== $filter = $callback($name)) { - return $filter; - } - } - - return null; - } - - public function registerUndefinedFilterCallback(callable $callable): void - { - $this->filterCallbacks[] = $callable; - } - - public function addNodeVisitor(NodeVisitorInterface $visitor): void - { - if ($this->initialized) { - throw new \LogicException('Unable to add a node visitor as extensions have already been initialized.'); - } - - $this->staging->addNodeVisitor($visitor); - } - - /** - * @return NodeVisitorInterface[] - */ - public function getNodeVisitors(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->visitors; - } - - public function addTokenParser(TokenParserInterface $parser): void - { - if ($this->initialized) { - throw new \LogicException('Unable to add a token parser as extensions have already been initialized.'); - } - - $this->staging->addTokenParser($parser); - } - - /** - * @return TokenParserInterface[] - */ - public function getTokenParsers(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->parsers; - } - - public function getTokenParser(string $name): ?TokenParserInterface - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->parsers[$name])) { - return $this->parsers[$name]; - } - - foreach ($this->parserCallbacks as $callback) { - if (false !== $parser = $callback($name)) { - return $parser; - } - } - - return null; - } - - public function registerUndefinedTokenParserCallback(callable $callable): void - { - $this->parserCallbacks[] = $callable; - } - - public function getGlobals(): array - { - if (null !== $this->globals) { - return $this->globals; - } - - $globals = []; - foreach ($this->extensions as $extension) { - if (!$extension instanceof GlobalsInterface) { - continue; - } - - $extGlobals = $extension->getGlobals(); - if (!\is_array($extGlobals)) { - throw new \UnexpectedValueException(sprintf('"%s::getGlobals()" must return an array of globals.', \get_class($extension))); - } - - $globals = array_merge($globals, $extGlobals); - } - - if ($this->initialized) { - $this->globals = $globals; - } - - return $globals; - } - - public function addTest(TwigTest $test): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add test "%s" as extensions have already been initialized.', $test->getName())); - } - - $this->staging->addTest($test); - } - - /** - * @return TwigTest[] - */ - public function getTests(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->tests; - } - - public function getTest(string $name): ?TwigTest - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->tests[$name])) { - return $this->tests[$name]; - } - - foreach ($this->tests as $pattern => $test) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count) { - if (preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $test->setArguments($matches); - - return $test; - } - } - } - - return null; - } - - public function getUnaryOperators(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->unaryOperators; - } - - public function getBinaryOperators(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->binaryOperators; - } - - private function initExtensions(): void - { - $this->parsers = []; - $this->filters = []; - $this->functions = []; - $this->tests = []; - $this->visitors = []; - $this->unaryOperators = []; - $this->binaryOperators = []; - - foreach ($this->extensions as $extension) { - $this->initExtension($extension); - } - $this->initExtension($this->staging); - // Done at the end only, so that an exception during initialization does not mark the environment as initialized when catching the exception - $this->initialized = true; - } - - private function initExtension(ExtensionInterface $extension): void - { - // filters - foreach ($extension->getFilters() as $filter) { - $this->filters[$filter->getName()] = $filter; - } - - // functions - foreach ($extension->getFunctions() as $function) { - $this->functions[$function->getName()] = $function; - } - - // tests - foreach ($extension->getTests() as $test) { - $this->tests[$test->getName()] = $test; - } - - // token parsers - foreach ($extension->getTokenParsers() as $parser) { - if (!$parser instanceof TokenParserInterface) { - throw new \LogicException('getTokenParsers() must return an array of \Twig\TokenParser\TokenParserInterface.'); - } - - $this->parsers[$parser->getTag()] = $parser; - } - - // node visitors - foreach ($extension->getNodeVisitors() as $visitor) { - $this->visitors[] = $visitor; - } - - // operators - if ($operators = $extension->getOperators()) { - if (!\is_array($operators)) { - throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array with operators, got "%s".', \get_class($extension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_resource($operators) ? '' : '#'.$operators))); - } - - if (2 !== \count($operators)) { - throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array of 2 elements, got %d.', \get_class($extension), \count($operators))); - } - - $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]); - $this->binaryOperators = array_merge($this->binaryOperators, $operators[1]); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/FileExtensionEscapingStrategy.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/FileExtensionEscapingStrategy.php deleted file mode 100644 index 28579c3..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/FileExtensionEscapingStrategy.php +++ /dev/null @@ -1,60 +0,0 @@ - - */ -class FileExtensionEscapingStrategy -{ - /** - * Guesses the best autoescaping strategy based on the file name. - * - * @param string $name The template name - * - * @return string|false The escaping strategy name to use or false to disable - */ - public static function guess(string $name) - { - if (\in_array(substr($name, -1), ['/', '\\'])) { - return 'html'; // return html for directories - } - - if ('.twig' === substr($name, -5)) { - $name = substr($name, 0, -5); - } - - $extension = pathinfo($name, PATHINFO_EXTENSION); - - switch ($extension) { - case 'js': - return 'js'; - - case 'css': - return 'css'; - - case 'txt': - return false; - - default: - return 'html'; - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Lexer.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Lexer.php deleted file mode 100644 index 4fcb223..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Lexer.php +++ /dev/null @@ -1,501 +0,0 @@ - - */ -class Lexer -{ - private $tokens; - private $code; - private $cursor; - private $lineno; - private $end; - private $state; - private $states; - private $brackets; - private $env; - private $source; - private $options; - private $regexes; - private $position; - private $positions; - private $currentVarBlockLine; - - const STATE_DATA = 0; - const STATE_BLOCK = 1; - const STATE_VAR = 2; - const STATE_STRING = 3; - const STATE_INTERPOLATION = 4; - - const REGEX_NAME = '/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/A'; - const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; - const REGEX_STRING = '/"([^#"\\\\]*(?:\\\\.[^#"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\'/As'; - const REGEX_DQ_STRING_DELIM = '/"/A'; - const REGEX_DQ_STRING_PART = '/[^#"\\\\]*(?:(?:\\\\.|#(?!\{))[^#"\\\\]*)*/As'; - const PUNCTUATION = '()[]{}?:.,|'; - - public function __construct(Environment $env, array $options = []) - { - $this->env = $env; - - $this->options = array_merge([ - 'tag_comment' => ['{#', '#}'], - 'tag_block' => ['{%', '%}'], - 'tag_variable' => ['{{', '}}'], - 'whitespace_trim' => '-', - 'whitespace_line_trim' => '~', - 'whitespace_line_chars' => ' \t\0\x0B', - 'interpolation' => ['#{', '}'], - ], $options); - - // when PHP 7.3 is the min version, we will be able to remove the '#' part in preg_quote as it's part of the default - $this->regexes = [ - // }} - 'lex_var' => '{ - \s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '#').'\s*'. // -}}\s* - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_variable'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~}}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_variable'][1], '#'). // }} - ') - }Ax', - - // %} - 'lex_block' => '{ - \s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*\n?'. // -%}\s*\n? - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n? - ') - }Ax', - - // {% endverbatim %} - 'lex_raw_data' => '{'. - preg_quote($this->options['tag_block'][0], '#'). // {% - '('. - $this->options['whitespace_trim']. // - - '|'. - $this->options['whitespace_line_trim']. // ~ - ')?\s*endverbatim\s*'. - '(?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%} - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#'). // %} - ') - }sx', - - 'operator' => $this->getOperatorRegex(), - - // #} - 'lex_comment' => '{ - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_comment'][1], '#').'\s*\n?'. // -#}\s*\n? - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_comment'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~#}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_comment'][1], '#').'\n?'. // #}\n? - ') - }sx', - - // verbatim %} - 'lex_block_raw' => '{ - \s*verbatim\s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%}\s* - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#'). // %} - ') - }Asx', - - 'lex_block_line' => '{\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '#').'}As', - - // {{ or {% or {# - 'lex_tokens_start' => '{ - ('. - preg_quote($this->options['tag_variable'][0], '#'). // {{ - '|'. - preg_quote($this->options['tag_block'][0], '#'). // {% - '|'. - preg_quote($this->options['tag_comment'][0], '#'). // {# - ')('. - preg_quote($this->options['whitespace_trim'], '#'). // - - '|'. - preg_quote($this->options['whitespace_line_trim'], '#'). // ~ - ')? - }sx', - 'interpolation_start' => '{'.preg_quote($this->options['interpolation'][0], '#').'\s*}A', - 'interpolation_end' => '{\s*'.preg_quote($this->options['interpolation'][1], '#').'}A', - ]; - } - - public function tokenize(Source $source): TokenStream - { - $this->source = $source; - $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode()); - $this->cursor = 0; - $this->lineno = 1; - $this->end = \strlen($this->code); - $this->tokens = []; - $this->state = self::STATE_DATA; - $this->states = []; - $this->brackets = []; - $this->position = -1; - - // find all token starts in one go - preg_match_all($this->regexes['lex_tokens_start'], $this->code, $matches, PREG_OFFSET_CAPTURE); - $this->positions = $matches; - - while ($this->cursor < $this->end) { - // dispatch to the lexing functions depending - // on the current state - switch ($this->state) { - case self::STATE_DATA: - $this->lexData(); - break; - - case self::STATE_BLOCK: - $this->lexBlock(); - break; - - case self::STATE_VAR: - $this->lexVar(); - break; - - case self::STATE_STRING: - $this->lexString(); - break; - - case self::STATE_INTERPOLATION: - $this->lexInterpolation(); - break; - } - } - - $this->pushToken(/* Token::EOF_TYPE */ -1); - - if (!empty($this->brackets)) { - list($expect, $lineno) = array_pop($this->brackets); - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - - return new TokenStream($this->tokens, $this->source); - } - - private function lexData(): void - { - // if no matches are left we return the rest of the template as simple text token - if ($this->position == \count($this->positions[0]) - 1) { - $this->pushToken(/* Token::TEXT_TYPE */ 0, substr($this->code, $this->cursor)); - $this->cursor = $this->end; - - return; - } - - // Find the first token after the current cursor - $position = $this->positions[0][++$this->position]; - while ($position[1] < $this->cursor) { - if ($this->position == \count($this->positions[0]) - 1) { - return; - } - $position = $this->positions[0][++$this->position]; - } - - // push the template text first - $text = $textContent = substr($this->code, $this->cursor, $position[1] - $this->cursor); - - // trim? - if (isset($this->positions[2][$this->position][0])) { - if ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0]) { - // whitespace_trim detected ({%-, {{- or {#-) - $text = rtrim($text); - } elseif ($this->options['whitespace_line_trim'] === $this->positions[2][$this->position][0]) { - // whitespace_line_trim detected ({%~, {{~ or {#~) - // don't trim \r and \n - $text = rtrim($text, " \t\0\x0B"); - } - } - $this->pushToken(/* Token::TEXT_TYPE */ 0, $text); - $this->moveCursor($textContent.$position[0]); - - switch ($this->positions[1][$this->position][0]) { - case $this->options['tag_comment'][0]: - $this->lexComment(); - break; - - case $this->options['tag_block'][0]: - // raw data? - if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - $this->lexRawData(); - // {% line \d+ %} - } elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - $this->lineno = (int) $match[1]; - } else { - $this->pushToken(/* Token::BLOCK_START_TYPE */ 1); - $this->pushState(self::STATE_BLOCK); - $this->currentVarBlockLine = $this->lineno; - } - break; - - case $this->options['tag_variable'][0]: - $this->pushToken(/* Token::VAR_START_TYPE */ 2); - $this->pushState(self::STATE_VAR); - $this->currentVarBlockLine = $this->lineno; - break; - } - } - - private function lexBlock(): void - { - if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::BLOCK_END_TYPE */ 3); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function lexVar(): void - { - if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::VAR_END_TYPE */ 4); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function lexExpression(): void - { - // whitespace - if (preg_match('/\s+/A', $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - - if ($this->cursor >= $this->end) { - throw new SyntaxError(sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'variable'), $this->currentVarBlockLine, $this->source); - } - } - - // arrow function - if ('=' === $this->code[$this->cursor] && '>' === $this->code[$this->cursor + 1]) { - $this->pushToken(Token::ARROW_TYPE, '=>'); - $this->moveCursor('=>'); - } - // operators - elseif (preg_match($this->regexes['operator'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::OPERATOR_TYPE */ 8, preg_replace('/\s+/', ' ', $match[0])); - $this->moveCursor($match[0]); - } - // names - elseif (preg_match(self::REGEX_NAME, $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::NAME_TYPE */ 5, $match[0]); - $this->moveCursor($match[0]); - } - // numbers - elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) { - $number = (float) $match[0]; // floats - if (ctype_digit($match[0]) && $number <= PHP_INT_MAX) { - $number = (int) $match[0]; // integers lower than the maximum - } - $this->pushToken(/* Token::NUMBER_TYPE */ 6, $number); - $this->moveCursor($match[0]); - } - // punctuation - elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) { - // opening bracket - if (false !== strpos('([{', $this->code[$this->cursor])) { - $this->brackets[] = [$this->code[$this->cursor], $this->lineno]; - } - // closing bracket - elseif (false !== strpos(')]}', $this->code[$this->cursor])) { - if (empty($this->brackets)) { - throw new SyntaxError(sprintf('Unexpected "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - - list($expect, $lineno) = array_pop($this->brackets); - if ($this->code[$this->cursor] != strtr($expect, '([{', ')]}')) { - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - } - - $this->pushToken(/* Token::PUNCTUATION_TYPE */ 9, $this->code[$this->cursor]); - ++$this->cursor; - } - // strings - elseif (preg_match(self::REGEX_STRING, $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::STRING_TYPE */ 7, stripcslashes(substr($match[0], 1, -1))); - $this->moveCursor($match[0]); - } - // opening double quoted string - elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, 0, $this->cursor)) { - $this->brackets[] = ['"', $this->lineno]; - $this->pushState(self::STATE_STRING); - $this->moveCursor($match[0]); - } - // unlexable - else { - throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - } - - private function lexRawData(): void - { - if (!preg_match($this->regexes['lex_raw_data'], $this->code, $match, PREG_OFFSET_CAPTURE, $this->cursor)) { - throw new SyntaxError('Unexpected end of file: Unclosed "verbatim" block.', $this->lineno, $this->source); - } - - $text = substr($this->code, $this->cursor, $match[0][1] - $this->cursor); - $this->moveCursor($text.$match[0][0]); - - // trim? - if (isset($match[1][0])) { - if ($this->options['whitespace_trim'] === $match[1][0]) { - // whitespace_trim detected ({%-, {{- or {#-) - $text = rtrim($text); - } else { - // whitespace_line_trim detected ({%~, {{~ or {#~) - // don't trim \r and \n - $text = rtrim($text, " \t\0\x0B"); - } - } - - $this->pushToken(/* Token::TEXT_TYPE */ 0, $text); - } - - private function lexComment(): void - { - if (!preg_match($this->regexes['lex_comment'], $this->code, $match, PREG_OFFSET_CAPTURE, $this->cursor)) { - throw new SyntaxError('Unclosed comment.', $this->lineno, $this->source); - } - - $this->moveCursor(substr($this->code, $this->cursor, $match[0][1] - $this->cursor).$match[0][0]); - } - - private function lexString(): void - { - if (preg_match($this->regexes['interpolation_start'], $this->code, $match, 0, $this->cursor)) { - $this->brackets[] = [$this->options['interpolation'][0], $this->lineno]; - $this->pushToken(/* Token::INTERPOLATION_START_TYPE */ 10); - $this->moveCursor($match[0]); - $this->pushState(self::STATE_INTERPOLATION); - } elseif (preg_match(self::REGEX_DQ_STRING_PART, $this->code, $match, 0, $this->cursor) && \strlen($match[0]) > 0) { - $this->pushToken(/* Token::STRING_TYPE */ 7, stripcslashes($match[0])); - $this->moveCursor($match[0]); - } elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, 0, $this->cursor)) { - list($expect, $lineno) = array_pop($this->brackets); - if ('"' != $this->code[$this->cursor]) { - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - - $this->popState(); - ++$this->cursor; - } else { - // unlexable - throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - } - - private function lexInterpolation(): void - { - $bracket = end($this->brackets); - if ($this->options['interpolation'][0] === $bracket[0] && preg_match($this->regexes['interpolation_end'], $this->code, $match, 0, $this->cursor)) { - array_pop($this->brackets); - $this->pushToken(/* Token::INTERPOLATION_END_TYPE */ 11); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function pushToken($type, $value = ''): void - { - // do not push empty text tokens - if (/* Token::TEXT_TYPE */ 0 === $type && '' === $value) { - return; - } - - $this->tokens[] = new Token($type, $value, $this->lineno); - } - - private function moveCursor($text): void - { - $this->cursor += \strlen($text); - $this->lineno += substr_count($text, "\n"); - } - - private function getOperatorRegex(): string - { - $operators = array_merge( - ['='], - array_keys($this->env->getUnaryOperators()), - array_keys($this->env->getBinaryOperators()) - ); - - $operators = array_combine($operators, array_map('strlen', $operators)); - arsort($operators); - - $regex = []; - foreach ($operators as $operator => $length) { - // an operator that ends with a character must be followed by - // a whitespace, a parenthesis, an opening map [ or sequence { - $r = preg_quote($operator, '/'); - if (ctype_alpha($operator[$length - 1])) { - $r .= '(?=[\s()\[{])'; - } - - // an operator that begins with a character must not have a dot or pipe before - if (ctype_alpha($operator[0])) { - $r = '(?states[] = $this->state; - $this->state = $state; - } - - private function popState(): void - { - if (0 === \count($this->states)) { - throw new \LogicException('Cannot pop state without a previous state.'); - } - - $this->state = array_pop($this->states); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ArrayLoader.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ArrayLoader.php deleted file mode 100644 index a6164bb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ArrayLoader.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ -final class ArrayLoader implements LoaderInterface -{ - private $templates = []; - - /** - * @param array $templates An array of templates (keys are the names, and values are the source code) - */ - public function __construct(array $templates = []) - { - $this->templates = $templates; - } - - public function setTemplate(string $name, string $template): void - { - $this->templates[$name] = $template; - } - - public function getSourceContext(string $name): Source - { - $name = (string) $name; - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return new Source($this->templates[$name], $name); - } - - public function exists(string $name): bool - { - return isset($this->templates[$name]); - } - - public function getCacheKey(string $name): string - { - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return $name.':'.$this->templates[$name]; - } - - public function isFresh(string $name, int $time): bool - { - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return true; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ChainLoader.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ChainLoader.php deleted file mode 100644 index fbf4f3a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/ChainLoader.php +++ /dev/null @@ -1,119 +0,0 @@ - - */ -final class ChainLoader implements LoaderInterface -{ - private $hasSourceCache = []; - private $loaders = []; - - /** - * @param LoaderInterface[] $loaders - */ - public function __construct(array $loaders = []) - { - foreach ($loaders as $loader) { - $this->addLoader($loader); - } - } - - public function addLoader(LoaderInterface $loader): void - { - $this->loaders[] = $loader; - $this->hasSourceCache = []; - } - - /** - * @return LoaderInterface[] - */ - public function getLoaders(): array - { - return $this->loaders; - } - - public function getSourceContext(string $name): Source - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->getSourceContext($name); - } catch (LoaderError $e) { - $exceptions[] = $e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } - - public function exists(string $name): bool - { - if (isset($this->hasSourceCache[$name])) { - return $this->hasSourceCache[$name]; - } - - foreach ($this->loaders as $loader) { - if ($loader->exists($name)) { - return $this->hasSourceCache[$name] = true; - } - } - - return $this->hasSourceCache[$name] = false; - } - - public function getCacheKey(string $name): string - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->getCacheKey($name); - } catch (LoaderError $e) { - $exceptions[] = \get_class($loader).': '.$e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } - - public function isFresh(string $name, int $time): bool - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->isFresh($name, $time); - } catch (LoaderError $e) { - $exceptions[] = \get_class($loader).': '.$e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/FilesystemLoader.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/FilesystemLoader.php deleted file mode 100644 index e55943d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/FilesystemLoader.php +++ /dev/null @@ -1,283 +0,0 @@ - - */ -class FilesystemLoader implements LoaderInterface -{ - /** Identifier of the main namespace. */ - const MAIN_NAMESPACE = '__main__'; - - protected $paths = []; - protected $cache = []; - protected $errorCache = []; - - private $rootPath; - - /** - * @param string|array $paths A path or an array of paths where to look for templates - * @param string|null $rootPath The root path common to all relative paths (null for getcwd()) - */ - public function __construct($paths = [], string $rootPath = null) - { - $this->rootPath = (null === $rootPath ? getcwd() : $rootPath).\DIRECTORY_SEPARATOR; - if (false !== $realPath = realpath($rootPath)) { - $this->rootPath = $realPath.\DIRECTORY_SEPARATOR; - } - - if ($paths) { - $this->setPaths($paths); - } - } - - /** - * Returns the paths to the templates. - */ - public function getPaths(string $namespace = self::MAIN_NAMESPACE): array - { - return isset($this->paths[$namespace]) ? $this->paths[$namespace] : []; - } - - /** - * Returns the path namespaces. - * - * The main namespace is always defined. - */ - public function getNamespaces(): array - { - return array_keys($this->paths); - } - - /** - * @param string|array $paths A path or an array of paths where to look for templates - */ - public function setPaths($paths, string $namespace = self::MAIN_NAMESPACE): void - { - if (!\is_array($paths)) { - $paths = [$paths]; - } - - $this->paths[$namespace] = []; - foreach ($paths as $path) { - $this->addPath($path, $namespace); - } - } - - /** - * @throws LoaderError - */ - public function addPath(string $path, string $namespace = self::MAIN_NAMESPACE): void - { - // invalidate the cache - $this->cache = $this->errorCache = []; - - $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; - if (!is_dir($checkPath)) { - throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath)); - } - - $this->paths[$namespace][] = rtrim($path, '/\\'); - } - - /** - * @throws LoaderError - */ - public function prependPath(string $path, string $namespace = self::MAIN_NAMESPACE): void - { - // invalidate the cache - $this->cache = $this->errorCache = []; - - $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; - if (!is_dir($checkPath)) { - throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath)); - } - - $path = rtrim($path, '/\\'); - - if (!isset($this->paths[$namespace])) { - $this->paths[$namespace][] = $path; - } else { - array_unshift($this->paths[$namespace], $path); - } - } - - public function getSourceContext(string $name): Source - { - if (null === $path = $this->findTemplate($name)) { - return new Source('', $name, ''); - } - - return new Source(file_get_contents($path), $name, $path); - } - - public function getCacheKey(string $name): string - { - if (null === $path = $this->findTemplate($name)) { - return ''; - } - $len = \strlen($this->rootPath); - if (0 === strncmp($this->rootPath, $path, $len)) { - return substr($path, $len); - } - - return $path; - } - - /** - * @return bool - */ - public function exists(string $name) - { - $name = $this->normalizeName($name); - - if (isset($this->cache[$name])) { - return true; - } - - return null !== $this->findTemplate($name, false); - } - - public function isFresh(string $name, int $time): bool - { - // false support to be removed in 3.0 - if (null === $path = $this->findTemplate($name)) { - return false; - } - - return filemtime($path) < $time; - } - - /** - * @return string|null - */ - protected function findTemplate(string $name, bool $throw = true) - { - $name = $this->normalizeName($name); - - if (isset($this->cache[$name])) { - return $this->cache[$name]; - } - - if (isset($this->errorCache[$name])) { - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - try { - $this->validateName($name); - - list($namespace, $shortname) = $this->parseName($name); - } catch (LoaderError $e) { - if (!$throw) { - return null; - } - - throw $e; - } - - if (!isset($this->paths[$namespace])) { - $this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace); - - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - foreach ($this->paths[$namespace] as $path) { - if (!$this->isAbsolutePath($path)) { - $path = $this->rootPath.$path; - } - - if (is_file($path.'/'.$shortname)) { - if (false !== $realpath = realpath($path.'/'.$shortname)) { - return $this->cache[$name] = $realpath; - } - - return $this->cache[$name] = $path.'/'.$shortname; - } - } - - $this->errorCache[$name] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implode(', ', $this->paths[$namespace])); - - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - private function normalizeName(string $name): string - { - return preg_replace('#/{2,}#', '/', str_replace('\\', '/', $name)); - } - - private function parseName(string $name, string $default = self::MAIN_NAMESPACE): array - { - if (isset($name[0]) && '@' == $name[0]) { - if (false === $pos = strpos($name, '/')) { - throw new LoaderError(sprintf('Malformed namespaced template name "%s" (expecting "@namespace/template_name").', $name)); - } - - $namespace = substr($name, 1, $pos - 1); - $shortname = substr($name, $pos + 1); - - return [$namespace, $shortname]; - } - - return [$default, $name]; - } - - private function validateName(string $name): void - { - if (false !== strpos($name, "\0")) { - throw new LoaderError('A template name cannot contain NUL bytes.'); - } - - $name = ltrim($name, '/'); - $parts = explode('/', $name); - $level = 0; - foreach ($parts as $part) { - if ('..' === $part) { - --$level; - } elseif ('.' !== $part) { - ++$level; - } - - if ($level < 0) { - throw new LoaderError(sprintf('Looks like you try to load a template outside configured directories (%s).', $name)); - } - } - } - - private function isAbsolutePath(string $file): bool - { - return strspn($file, '/\\', 0, 1) - || (\strlen($file) > 3 && ctype_alpha($file[0]) - && ':' === $file[1] - && strspn($file, '/\\', 2, 1) - ) - || null !== parse_url($file, PHP_URL_SCHEME) - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/LoaderInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/LoaderInterface.php deleted file mode 100644 index fec7e85..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Loader/LoaderInterface.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -interface LoaderInterface -{ - /** - * Returns the source context for a given template logical name. - * - * @throws LoaderError When $name is not found - */ - public function getSourceContext(string $name): Source; - - /** - * Gets the cache key to use for the cache for a given template name. - * - * @throws LoaderError When $name is not found - */ - public function getCacheKey(string $name): string; - - /** - * @param int $time Timestamp of the last modification time of the cached template - * - * @throws LoaderError When $name is not found - */ - public function isFresh(string $name, int $time): bool; - - /** - * @return bool - */ - public function exists(string $name); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Markup.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Markup.php deleted file mode 100644 index c8c5e1a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Markup.php +++ /dev/null @@ -1,47 +0,0 @@ - - */ -class Markup implements \Countable, \JsonSerializable -{ - private $content; - private $charset; - - public function __construct($content, $charset) - { - $this->content = (string) $content; - $this->charset = $charset; - } - - public function __toString() - { - return $this->content; - } - - /** - * @return int - */ - public function count() - { - return mb_strlen($this->content, $this->charset); - } - - public function jsonSerialize() - { - return $this->content; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/AutoEscapeNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/AutoEscapeNode.php deleted file mode 100644 index cd97041..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/AutoEscapeNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class AutoEscapeNode extends Node -{ - public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') - { - parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('body')); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockNode.php deleted file mode 100644 index 0632ba7..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockNode.php +++ /dev/null @@ -1,44 +0,0 @@ - - */ -class BlockNode extends Node -{ - public function __construct(string $name, Node $body, int $lineno, string $tag = null) - { - parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute('name')), "{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ; - - $compiler - ->subcompile($this->getNode('body')) - ->outdent() - ->write("}\n\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockReferenceNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockReferenceNode.php deleted file mode 100644 index cc8af5b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BlockReferenceNode.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class BlockReferenceNode extends Node implements NodeOutputInterface -{ - public function __construct(string $name, int $lineno, string $tag = null) - { - parent::__construct([], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name'))) - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BodyNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BodyNode.php deleted file mode 100644 index 041cbf6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/BodyNode.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -class BodyNode extends Node -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityCallNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityCallNode.php deleted file mode 100644 index a78a38d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityCallNode.php +++ /dev/null @@ -1,28 +0,0 @@ - - */ -class CheckSecurityCallNode extends Node -{ - public function compile(Compiler $compiler) - { - $compiler - ->write("\$this->sandbox = \$this->env->getExtension('\Twig\Extension\SandboxExtension');\n") - ->write("\$this->checkSecurity();\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityNode.php deleted file mode 100644 index 4727327..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckSecurityNode.php +++ /dev/null @@ -1,88 +0,0 @@ - - */ -class CheckSecurityNode extends Node -{ - private $usedFilters; - private $usedTags; - private $usedFunctions; - - public function __construct(array $usedFilters, array $usedTags, array $usedFunctions) - { - $this->usedFilters = $usedFilters; - $this->usedTags = $usedTags; - $this->usedFunctions = $usedFunctions; - - parent::__construct(); - } - - public function compile(Compiler $compiler): void - { - $tags = $filters = $functions = []; - foreach (['tags', 'filters', 'functions'] as $type) { - foreach ($this->{'used'.ucfirst($type)} as $name => $node) { - if ($node instanceof Node) { - ${$type}[$name] = $node->getTemplateLine(); - } else { - ${$type}[$node] = null; - } - } - } - - $compiler - ->write("\n") - ->write("public function checkSecurity()\n") - ->write("{\n") - ->indent() - ->write('static $tags = ')->repr(array_filter($tags))->raw(";\n") - ->write('static $filters = ')->repr(array_filter($filters))->raw(";\n") - ->write('static $functions = ')->repr(array_filter($functions))->raw(";\n\n") - ->write("try {\n") - ->indent() - ->write("\$this->sandbox->checkSecurity(\n") - ->indent() - ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n") - ->write(!$filters ? "[],\n" : "['".implode("', '", array_keys($filters))."'],\n") - ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n") - ->outdent() - ->write(");\n") - ->outdent() - ->write("} catch (SecurityError \$e) {\n") - ->indent() - ->write("\$e->setSourceContext(\$this->source);\n\n") - ->write("if (\$e instanceof SecurityNotAllowedTagError && isset(\$tags[\$e->getTagName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$tags[\$e->getTagName()]);\n") - ->outdent() - ->write("} elseif (\$e instanceof SecurityNotAllowedFilterError && isset(\$filters[\$e->getFilterName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$filters[\$e->getFilterName()]);\n") - ->outdent() - ->write("} elseif (\$e instanceof SecurityNotAllowedFunctionError && isset(\$functions[\$e->getFunctionName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$functions[\$e->getFunctionName()]);\n") - ->outdent() - ->write("}\n\n") - ->write("throw \$e;\n") - ->outdent() - ->write("}\n\n") - ->outdent() - ->write("}\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckToStringNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckToStringNode.php deleted file mode 100644 index c7a9d69..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/CheckToStringNode.php +++ /dev/null @@ -1,45 +0,0 @@ - - */ -class CheckToStringNode extends AbstractExpression -{ - public function __construct(AbstractExpression $expr) - { - parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag()); - } - - public function compile(Compiler $compiler): void - { - $expr = $this->getNode('expr'); - $compiler - ->raw('$this->sandbox->ensureToStringAllowed(') - ->subcompile($expr) - ->raw(', ') - ->repr($expr->getTemplateLine()) - ->raw(', $this->source)') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DeprecatedNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DeprecatedNode.php deleted file mode 100644 index 5ff4430..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DeprecatedNode.php +++ /dev/null @@ -1,53 +0,0 @@ - - */ -class DeprecatedNode extends Node -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - $expr = $this->getNode('expr'); - - if ($expr instanceof ConstantExpression) { - $compiler->write('@trigger_error(') - ->subcompile($expr); - } else { - $varName = $compiler->getVarName(); - $compiler->write(sprintf('$%s = ', $varName)) - ->subcompile($expr) - ->raw(";\n") - ->write(sprintf('@trigger_error($%s', $varName)); - } - - $compiler - ->raw('.') - ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine())) - ->raw(", E_USER_DEPRECATED);\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DoNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DoNode.php deleted file mode 100644 index f7783d1..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/DoNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class DoNode extends Node -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('') - ->subcompile($this->getNode('expr')) - ->raw(";\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/EmbedNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/EmbedNode.php deleted file mode 100644 index 903c3f6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/EmbedNode.php +++ /dev/null @@ -1,48 +0,0 @@ - - */ -class EmbedNode extends IncludeNode -{ - // we don't inject the module to avoid node visitors to traverse it twice (as it will be already visited in the main module) - public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) - { - parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing, $lineno, $tag); - - $this->setAttribute('name', $name); - $this->setAttribute('index', $index); - } - - protected function addGetTemplate(Compiler $compiler): void - { - $compiler - ->write('$this->loadTemplate(') - ->string($this->getAttribute('name')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(', ') - ->string($this->getAttribute('index')) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AbstractExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AbstractExpression.php deleted file mode 100644 index 42da055..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AbstractExpression.php +++ /dev/null @@ -1,24 +0,0 @@ - - */ -abstract class AbstractExpression extends Node -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrayExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrayExpression.php deleted file mode 100644 index 0e25fe4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrayExpression.php +++ /dev/null @@ -1,85 +0,0 @@ -index = -1; - foreach ($this->getKeyValuePairs() as $pair) { - if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute('value')) && $pair['key']->getAttribute('value') > $this->index) { - $this->index = $pair['key']->getAttribute('value'); - } - } - } - - public function getKeyValuePairs(): array - { - $pairs = []; - foreach (array_chunk($this->nodes, 2) as $pair) { - $pairs[] = [ - 'key' => $pair[0], - 'value' => $pair[1], - ]; - } - - return $pairs; - } - - public function hasElement(AbstractExpression $key): bool - { - foreach ($this->getKeyValuePairs() as $pair) { - // we compare the string representation of the keys - // to avoid comparing the line numbers which are not relevant here. - if ((string) $key === (string) $pair['key']) { - return true; - } - } - - return false; - } - - public function addElement(AbstractExpression $value, AbstractExpression $key = null): void - { - if (null === $key) { - $key = new ConstantExpression(++$this->index, $value->getTemplateLine()); - } - - array_push($this->nodes, $key, $value); - } - - public function compile(Compiler $compiler): void - { - $compiler->raw('['); - $first = true; - foreach ($this->getKeyValuePairs() as $pair) { - if (!$first) { - $compiler->raw(', '); - } - $first = false; - - $compiler - ->subcompile($pair['key']) - ->raw(' => ') - ->subcompile($pair['value']) - ; - } - $compiler->raw(']'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php deleted file mode 100644 index eaad03c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php +++ /dev/null @@ -1,64 +0,0 @@ - - */ -class ArrowFunctionExpression extends AbstractExpression -{ - public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) - { - parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->raw('function (') - ; - foreach ($this->getNode('names') as $i => $name) { - if ($i) { - $compiler->raw(', '); - } - - $compiler - ->raw('$__') - ->raw($name->getAttribute('name')) - ->raw('__') - ; - } - $compiler - ->raw(') use ($context, $macros) { ') - ; - foreach ($this->getNode('names') as $name) { - $compiler - ->raw('$context["') - ->raw($name->getAttribute('name')) - ->raw('"] = $__') - ->raw($name->getAttribute('name')) - ->raw('__; ') - ; - } - $compiler - ->raw('return ') - ->subcompile($this->getNode('expr')) - ->raw('; }') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php deleted file mode 100644 index 7dd1bc4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php +++ /dev/null @@ -1,27 +0,0 @@ -raw('$context[') - ->string($this->getAttribute('name')) - ->raw(']') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php deleted file mode 100644 index c424e5c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php +++ /dev/null @@ -1,42 +0,0 @@ - $left, 'right' => $right], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('left')) - ->raw(' ') - ; - $this->operator($compiler); - $compiler - ->raw(' ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - abstract public function operator(Compiler $compiler): Compiler; -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php deleted file mode 100644 index ee4307e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('+'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php deleted file mode 100644 index 5f2380d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('&&'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php deleted file mode 100644 index db7d6d6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('&'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php deleted file mode 100644 index ce803dd..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('|'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php deleted file mode 100644 index 5c29785..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('^'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php deleted file mode 100644 index f825ab8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('.'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php deleted file mode 100644 index e3817d1..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('/'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php deleted file mode 100644 index c3516b8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php +++ /dev/null @@ -1,35 +0,0 @@ -getVarName(); - $right = $compiler->getVarName(); - $compiler - ->raw(sprintf('(is_string($%s = ', $left)) - ->subcompile($this->getNode('left')) - ->raw(sprintf(') && is_string($%s = ', $right)) - ->subcompile($this->getNode('right')) - ->raw(sprintf(') && (\'\' === $%2$s || $%2$s === substr($%1$s, -strlen($%2$s))))', $left, $right)) - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php deleted file mode 100644 index 6b48549..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('=='); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php deleted file mode 100644 index d7e7980..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php +++ /dev/null @@ -1,29 +0,0 @@ -raw('(int) floor('); - parent::compile($compiler); - $compiler->raw(')'); - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('/'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php deleted file mode 100644 index e1dd067..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(1 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('>'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php deleted file mode 100644 index df9bfcf..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 <= twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('>='); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php deleted file mode 100644 index 6dbfa97..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('twig_in_filter(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('in'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php deleted file mode 100644 index 598e629..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(-1 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('<'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php deleted file mode 100644 index e3c4af5..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 >= twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('<='); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php deleted file mode 100644 index bc97292..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('preg_match(') - ->subcompile($this->getNode('right')) - ->raw(', ') - ->subcompile($this->getNode('left')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php deleted file mode 100644 index 271b45c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('%'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php deleted file mode 100644 index 6d4c1e0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('*'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php deleted file mode 100644 index db47a28..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 !== twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('!='); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php deleted file mode 100644 index fcba6cc..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('!twig_in_filter(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('not in'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php deleted file mode 100644 index 21f87c9..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('||'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php deleted file mode 100644 index c9f4c66..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php +++ /dev/null @@ -1,22 +0,0 @@ -raw('**'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php deleted file mode 100644 index 55982c8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('range(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('..'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php deleted file mode 100644 index ae5a4a4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php +++ /dev/null @@ -1,22 +0,0 @@ -raw('<=>'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php deleted file mode 100644 index d0df1c4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php +++ /dev/null @@ -1,35 +0,0 @@ -getVarName(); - $right = $compiler->getVarName(); - $compiler - ->raw(sprintf('(is_string($%s = ', $left)) - ->subcompile($this->getNode('left')) - ->raw(sprintf(') && is_string($%s = ', $right)) - ->subcompile($this->getNode('right')) - ->raw(sprintf(') && (\'\' === $%2$s || 0 === strpos($%1$s, $%2$s)))', $left, $right)) - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php deleted file mode 100644 index eeb87fa..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('-'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php deleted file mode 100644 index b1e2a8f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php +++ /dev/null @@ -1,86 +0,0 @@ - - */ -class BlockReferenceExpression extends AbstractExpression -{ - public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) - { - $nodes = ['name' => $name]; - if (null !== $template) { - $nodes['template'] = $template; - } - - parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('is_defined_test')) { - $this->compileTemplateCall($compiler, 'hasBlock'); - } else { - if ($this->getAttribute('output')) { - $compiler->addDebugInfo($this); - - $this - ->compileTemplateCall($compiler, 'displayBlock') - ->raw(";\n"); - } else { - $this->compileTemplateCall($compiler, 'renderBlock'); - } - } - } - - private function compileTemplateCall(Compiler $compiler, string $method): Compiler - { - if (!$this->hasNode('template')) { - $compiler->write('$this'); - } else { - $compiler - ->write('$this->loadTemplate(') - ->subcompile($this->getNode('template')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')') - ; - } - - $compiler->raw(sprintf('->%s', $method)); - - return $this->compileBlockArguments($compiler); - } - - private function compileBlockArguments(Compiler $compiler): Compiler - { - $compiler - ->raw('(') - ->subcompile($this->getNode('name')) - ->raw(', $context'); - - if (!$this->hasNode('template')) { - $compiler->raw(', $blocks'); - } - - return $compiler->raw(')'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/CallExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/CallExpression.php deleted file mode 100644 index fdf92a8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/CallExpression.php +++ /dev/null @@ -1,320 +0,0 @@ -getAttribute('callable'); - - $closingParenthesis = false; - $isArray = false; - if (\is_string($callable) && false === strpos($callable, '::')) { - $compiler->raw($callable); - } else { - list($r, $callable) = $this->reflectCallable($callable); - if ($r instanceof \ReflectionMethod && \is_string($callable[0])) { - if ($r->isStatic()) { - $compiler->raw(sprintf('%s::%s', $callable[0], $callable[1])); - } else { - $compiler->raw(sprintf('$this->env->getRuntime(\'%s\')->%s', $callable[0], $callable[1])); - } - } elseif ($r instanceof \ReflectionMethod && $callable[0] instanceof ExtensionInterface) { - $class = \get_class($callable[0]); - if (!$compiler->getEnvironment()->hasExtension($class)) { - // Compile a non-optimized call to trigger a \Twig\Error\RuntimeError, which cannot be a compile-time error - $compiler->raw(sprintf('$this->env->getExtension(\'%s\')', $class)); - } else { - $compiler->raw(sprintf('$this->extensions[\'%s\']', ltrim($class, '\\'))); - } - - $compiler->raw(sprintf('->%s', $callable[1])); - } else { - $closingParenthesis = true; - $isArray = true; - $compiler->raw(sprintf('call_user_func_array($this->env->get%s(\'%s\')->getCallable(), ', ucfirst($this->getAttribute('type')), $this->getAttribute('name'))); - } - } - - $this->compileArguments($compiler, $isArray); - - if ($closingParenthesis) { - $compiler->raw(')'); - } - } - - protected function compileArguments(Compiler $compiler, $isArray = false): void - { - $compiler->raw($isArray ? '[' : '('); - - $first = true; - - if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { - $compiler->raw('$this->env'); - $first = false; - } - - if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->raw('$context'); - $first = false; - } - - if ($this->hasAttribute('arguments')) { - foreach ($this->getAttribute('arguments') as $argument) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->string($argument); - $first = false; - } - } - - if ($this->hasNode('node')) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->subcompile($this->getNode('node')); - $first = false; - } - - if ($this->hasNode('arguments')) { - $callable = $this->getAttribute('callable'); - $arguments = $this->getArguments($callable, $this->getNode('arguments')); - foreach ($arguments as $node) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->subcompile($node); - $first = false; - } - } - - $compiler->raw($isArray ? ']' : ')'); - } - - protected function getArguments($callable, $arguments) - { - $callType = $this->getAttribute('type'); - $callName = $this->getAttribute('name'); - - $parameters = []; - $named = false; - foreach ($arguments as $name => $node) { - if (!\is_int($name)) { - $named = true; - $name = $this->normalizeName($name); - } elseif ($named) { - throw new SyntaxError(sprintf('Positional arguments cannot be used after named arguments for %s "%s".', $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - - $parameters[$name] = $node; - } - - $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic'); - if (!$named && !$isVariadic) { - return $parameters; - } - - if (!$callable) { - if ($named) { - $message = sprintf('Named arguments are not supported for %s "%s".', $callType, $callName); - } else { - $message = sprintf('Arbitrary positional arguments are not supported for %s "%s".', $callType, $callName); - } - - throw new \LogicException($message); - } - - list($callableParameters, $isPhpVariadic) = $this->getCallableParameters($callable, $isVariadic); - $arguments = []; - $names = []; - $missingArguments = []; - $optionalArguments = []; - $pos = 0; - foreach ($callableParameters as $callableParameter) { - $name = $this->normalizeName($callableParameter->name); - if (\PHP_VERSION_ID >= 80000 && 'range' === $callable) { - if ('start' === $name) { - $name = 'low'; - } elseif ('end' === $name) { - $name = 'high'; - } - } - - $names[] = $name; - - if (\array_key_exists($name, $parameters)) { - if (\array_key_exists($pos, $parameters)) { - throw new SyntaxError(sprintf('Argument "%s" is defined twice for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - - if (\count($missingArguments)) { - throw new SyntaxError(sprintf( - 'Argument "%s" could not be assigned for %s "%s(%s)" because it is mapped to an internal PHP function which cannot determine default value for optional argument%s "%s".', - $name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', implode('", "', $missingArguments) - ), $this->getTemplateLine(), $this->getSourceContext()); - } - - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $parameters[$name]; - unset($parameters[$name]); - $optionalArguments = []; - } elseif (\array_key_exists($pos, $parameters)) { - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $parameters[$pos]; - unset($parameters[$pos]); - $optionalArguments = []; - ++$pos; - } elseif ($callableParameter->isDefaultValueAvailable()) { - $optionalArguments[] = new ConstantExpression($callableParameter->getDefaultValue(), -1); - } elseif ($callableParameter->isOptional()) { - if (empty($parameters)) { - break; - } else { - $missingArguments[] = $name; - } - } else { - throw new SyntaxError(sprintf('Value for argument "%s" is required for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - } - - if ($isVariadic) { - $arbitraryArguments = $isPhpVariadic ? new VariadicExpression([], -1) : new ArrayExpression([], -1); - foreach ($parameters as $key => $value) { - if (\is_int($key)) { - $arbitraryArguments->addElement($value); - } else { - $arbitraryArguments->addElement($value, new ConstantExpression($key, -1)); - } - unset($parameters[$key]); - } - - if ($arbitraryArguments->count()) { - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $arbitraryArguments; - } - } - - if (!empty($parameters)) { - $unknownParameter = null; - foreach ($parameters as $parameter) { - if ($parameter instanceof Node) { - $unknownParameter = $parameter; - break; - } - } - - throw new SyntaxError( - sprintf( - 'Unknown argument%s "%s" for %s "%s(%s)".', - \count($parameters) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $names) - ), - $unknownParameter ? $unknownParameter->getTemplateLine() : $this->getTemplateLine(), - $unknownParameter ? $unknownParameter->getSourceContext() : $this->getSourceContext() - ); - } - - return $arguments; - } - - protected function normalizeName(string $name): string - { - return strtolower(preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z\d])([A-Z])/'], ['\\1_\\2', '\\1_\\2'], $name)); - } - - private function getCallableParameters($callable, bool $isVariadic): array - { - list($r) = $this->reflectCallable($callable); - if (null === $r) { - return [[], false]; - } - - $parameters = $r->getParameters(); - if ($this->hasNode('node')) { - array_shift($parameters); - } - if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { - array_shift($parameters); - } - if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { - array_shift($parameters); - } - if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) { - foreach ($this->getAttribute('arguments') as $argument) { - array_shift($parameters); - } - } - $isPhpVariadic = false; - if ($isVariadic) { - $argument = end($parameters); - $isArray = $argument && $argument->hasType() && 'array' === $argument->getType()->getName(); - if ($isArray && $argument->isDefaultValueAvailable() && [] === $argument->getDefaultValue()) { - array_pop($parameters); - } elseif ($argument && $argument->isVariadic()) { - array_pop($parameters); - $isPhpVariadic = true; - } else { - $callableName = $r->name; - if ($r instanceof \ReflectionMethod) { - $callableName = $r->getDeclaringClass()->name.'::'.$callableName; - } - - throw new \LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with default value, eg. "array $arg = []".', $callableName, $this->getAttribute('type'), $this->getAttribute('name'))); - } - } - - return [$parameters, $isPhpVariadic]; - } - - private function reflectCallable($callable) - { - if (null !== $this->reflector) { - return $this->reflector; - } - - if (\is_array($callable)) { - if (!method_exists($callable[0], $callable[1])) { - // __call() - return [null, []]; - } - $r = new \ReflectionMethod($callable[0], $callable[1]); - } elseif (\is_object($callable) && !$callable instanceof \Closure) { - $r = new \ReflectionObject($callable); - $r = $r->getMethod('__invoke'); - $callable = [$callable, '__invoke']; - } elseif (\is_string($callable) && false !== $pos = strpos($callable, '::')) { - $class = substr($callable, 0, $pos); - $method = substr($callable, $pos + 2); - if (!method_exists($class, $method)) { - // __staticCall() - return [null, []]; - } - $r = new \ReflectionMethod($callable); - $callable = [$class, $method]; - } else { - $r = new \ReflectionFunction($callable); - } - - return $this->reflector = [$r, $callable]; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php deleted file mode 100644 index 2c7bd0a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php +++ /dev/null @@ -1,36 +0,0 @@ - $expr1, 'expr2' => $expr2, 'expr3' => $expr3], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('((') - ->subcompile($this->getNode('expr1')) - ->raw(') ? (') - ->subcompile($this->getNode('expr2')) - ->raw(') : (') - ->subcompile($this->getNode('expr3')) - ->raw('))') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConstantExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConstantExpression.php deleted file mode 100644 index 7ddbcc6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ConstantExpression.php +++ /dev/null @@ -1,28 +0,0 @@ - $value], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler->repr($this->getAttribute('value')); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php deleted file mode 100644 index 6a572d4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php +++ /dev/null @@ -1,52 +0,0 @@ - - */ -class DefaultFilter extends FilterExpression -{ - public function __construct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = null) - { - $default = new FilterExpression($node, new ConstantExpression('default', $node->getTemplateLine()), $arguments, $node->getTemplateLine()); - - if ('default' === $filterName->getAttribute('value') && ($node instanceof NameExpression || $node instanceof GetAttrExpression)) { - $test = new DefinedTest(clone $node, 'defined', new Node(), $node->getTemplateLine()); - $false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTemplateLine()); - - $node = new ConditionalExpression($test, $default, $false, $node->getTemplateLine()); - } else { - $node = $default; - } - - parent::__construct($node, $filterName, $arguments, $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('node')); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FilterExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FilterExpression.php deleted file mode 100644 index 0fc1588..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FilterExpression.php +++ /dev/null @@ -1,40 +0,0 @@ - $node, 'filter' => $filterName, 'arguments' => $arguments], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getNode('filter')->getAttribute('value'); - $filter = $compiler->getEnvironment()->getFilter($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'filter'); - $this->setAttribute('needs_environment', $filter->needsEnvironment()); - $this->setAttribute('needs_context', $filter->needsContext()); - $this->setAttribute('arguments', $filter->getArguments()); - $this->setAttribute('callable', $filter->getCallable()); - $this->setAttribute('is_variadic', $filter->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FunctionExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FunctionExpression.php deleted file mode 100644 index 7126977..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/FunctionExpression.php +++ /dev/null @@ -1,43 +0,0 @@ - $arguments], ['name' => $name, 'is_defined_test' => false], $lineno); - } - - public function compile(Compiler $compiler) - { - $name = $this->getAttribute('name'); - $function = $compiler->getEnvironment()->getFunction($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'function'); - $this->setAttribute('needs_environment', $function->needsEnvironment()); - $this->setAttribute('needs_context', $function->needsContext()); - $this->setAttribute('arguments', $function->getArguments()); - $callable = $function->getCallable(); - if ('constant' === $name && $this->getAttribute('is_defined_test')) { - $callable = 'twig_constant_is_defined'; - } - $this->setAttribute('callable', $callable); - $this->setAttribute('is_variadic', $function->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php deleted file mode 100644 index e6a75ce..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php +++ /dev/null @@ -1,87 +0,0 @@ - $node, 'attribute' => $attribute]; - if (null !== $arguments) { - $nodes['arguments'] = $arguments; - } - - parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' => false, 'optimizable' => true], $lineno); - } - - public function compile(Compiler $compiler): void - { - $env = $compiler->getEnvironment(); - - // optimize array calls - if ( - $this->getAttribute('optimizable') - && (!$env->isStrictVariables() || $this->getAttribute('ignore_strict_check')) - && !$this->getAttribute('is_defined_test') - && Template::ARRAY_CALL === $this->getAttribute('type') - ) { - $var = '$'.$compiler->getVarName(); - $compiler - ->raw('(('.$var.' = ') - ->subcompile($this->getNode('node')) - ->raw(') && is_array(') - ->raw($var) - ->raw(') || ') - ->raw($var) - ->raw(' instanceof ArrayAccess ? (') - ->raw($var) - ->raw('[') - ->subcompile($this->getNode('attribute')) - ->raw('] ?? null) : null)') - ; - - return; - } - - $compiler->raw('twig_get_attribute($this->env, $this->source, '); - - if ($this->getAttribute('ignore_strict_check')) { - $this->getNode('node')->setAttribute('ignore_strict_check', true); - } - - $compiler - ->subcompile($this->getNode('node')) - ->raw(', ') - ->subcompile($this->getNode('attribute')) - ; - - if ($this->hasNode('arguments')) { - $compiler->raw(', ')->subcompile($this->getNode('arguments')); - } else { - $compiler->raw(', []'); - } - - $compiler->raw(', ') - ->repr($this->getAttribute('type')) - ->raw(', ')->repr($this->getAttribute('is_defined_test')) - ->raw(', ')->repr($this->getAttribute('ignore_strict_check')) - ->raw(', ')->repr($env->hasExtension(SandboxExtension::class)) - ->raw(', ')->repr($this->getNode('node')->getTemplateLine()) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/InlinePrint.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/InlinePrint.php deleted file mode 100644 index 1ad4751..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/InlinePrint.php +++ /dev/null @@ -1,35 +0,0 @@ - $node], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('print (') - ->subcompile($this->getNode('node')) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php deleted file mode 100644 index d5ec0b6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php +++ /dev/null @@ -1,62 +0,0 @@ - $node, 'arguments' => $arguments], ['method' => $method, 'safe' => false, 'is_defined_test' => false], $lineno); - - if ($node instanceof NameExpression) { - $node->setAttribute('always_defined', true); - } - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('is_defined_test')) { - $compiler - ->raw('method_exists($macros[') - ->repr($this->getNode('node')->getAttribute('name')) - ->raw('], ') - ->repr($this->getAttribute('method')) - ->raw(')') - ; - - return; - } - - $compiler - ->raw('twig_call_macro($macros[') - ->repr($this->getNode('node')->getAttribute('name')) - ->raw('], ') - ->repr($this->getAttribute('method')) - ->raw(', [') - ; - $first = true; - foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) { - if (!$first) { - $compiler->raw(', '); - } - $first = false; - - $compiler->subcompile($pair['value']); - } - $compiler - ->raw('], ') - ->repr($this->getTemplateLine()) - ->raw(', $context, $this->getSourceContext())'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NameExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NameExpression.php deleted file mode 100644 index c3563f0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NameExpression.php +++ /dev/null @@ -1,97 +0,0 @@ - '$this->getTemplateName()', - '_context' => '$context', - '_charset' => '$this->env->getCharset()', - ]; - - public function __construct(string $name, int $lineno) - { - parent::__construct([], ['name' => $name, 'is_defined_test' => false, 'ignore_strict_check' => false, 'always_defined' => false], $lineno); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getAttribute('name'); - - $compiler->addDebugInfo($this); - - if ($this->getAttribute('is_defined_test')) { - if ($this->isSpecial()) { - $compiler->repr(true); - } elseif (\PHP_VERSION_ID >= 70400) { - $compiler - ->raw('array_key_exists(') - ->string($name) - ->raw(', $context)') - ; - } else { - $compiler - ->raw('(isset($context[') - ->string($name) - ->raw(']) || array_key_exists(') - ->string($name) - ->raw(', $context))') - ; - } - } elseif ($this->isSpecial()) { - $compiler->raw($this->specialVars[$name]); - } elseif ($this->getAttribute('always_defined')) { - $compiler - ->raw('$context[') - ->string($name) - ->raw(']') - ; - } else { - if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables()) { - $compiler - ->raw('($context[') - ->string($name) - ->raw('] ?? null)') - ; - } else { - $compiler - ->raw('(isset($context[') - ->string($name) - ->raw(']) || array_key_exists(') - ->string($name) - ->raw(', $context) ? $context[') - ->string($name) - ->raw('] : (function () { throw new RuntimeError(\'Variable ') - ->string($name) - ->raw(' does not exist.\', ') - ->repr($this->lineno) - ->raw(', $this->source); })()') - ->raw(')') - ; - } - } - } - - public function isSpecial() - { - return isset($this->specialVars[$this->getAttribute('name')]); - } - - public function isSimple() - { - return !$this->isSpecial() && !$this->getAttribute('is_defined_test'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php deleted file mode 100644 index a72bc4f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php +++ /dev/null @@ -1,60 +0,0 @@ -getTemplateLine()); - // for "block()", we don't need the null test as the return value is always a string - if (!$left instanceof BlockReferenceExpression) { - $test = new AndBinary( - $test, - new NotUnary(new NullTest($left, 'null', new Node(), $left->getTemplateLine()), $left->getTemplateLine()), - $left->getTemplateLine() - ); - } - - parent::__construct($test, $left, $right, $lineno); - } - - public function compile(Compiler $compiler): void - { - /* - * This optimizes only one case. PHP 7 also supports more complex expressions - * that can return null. So, for instance, if log is defined, log("foo") ?? "..." works, - * but log($a["foo"]) ?? "..." does not if $a["foo"] is not defined. More advanced - * cases might be implemented as an optimizer node visitor, but has not been done - * as benefits are probably not worth the added complexity. - */ - if ($this->getNode('expr2') instanceof NameExpression) { - $this->getNode('expr2')->setAttribute('always_defined', true); - $compiler - ->raw('((') - ->subcompile($this->getNode('expr2')) - ->raw(') ?? (') - ->subcompile($this->getNode('expr3')) - ->raw('))') - ; - } else { - parent::compile($compiler); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ParentExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ParentExpression.php deleted file mode 100644 index 2549197..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/ParentExpression.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -class ParentExpression extends AbstractExpression -{ - public function __construct(string $name, int $lineno, string $tag = null) - { - parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('output')) { - $compiler - ->addDebugInfo($this) - ->write('$this->displayParentBlock(') - ->string($this->getAttribute('name')) - ->raw(", \$context, \$blocks);\n") - ; - } else { - $compiler - ->raw('$this->renderParentBlock(') - ->string($this->getAttribute('name')) - ->raw(', $context, $blocks)') - ; - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TempNameExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TempNameExpression.php deleted file mode 100644 index 004c704..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TempNameExpression.php +++ /dev/null @@ -1,31 +0,0 @@ - $name], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('$_') - ->raw($this->getAttribute('name')) - ->raw('_') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php deleted file mode 100644 index 57e9319..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -class ConstantTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' === constant(') - ; - - if ($this->getNode('arguments')->hasNode(1)) { - $compiler - ->raw('get_class(') - ->subcompile($this->getNode('arguments')->getNode(1)) - ->raw(')."::".') - ; - } - - $compiler - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw('))') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php deleted file mode 100644 index 3953bbb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php +++ /dev/null @@ -1,74 +0,0 @@ - - */ -class DefinedTest extends TestExpression -{ - public function __construct(Node $node, string $name, ?Node $arguments, int $lineno) - { - if ($node instanceof NameExpression) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof GetAttrExpression) { - $node->setAttribute('is_defined_test', true); - $this->changeIgnoreStrictCheck($node); - } elseif ($node instanceof BlockReferenceExpression) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof FunctionExpression && 'constant' === $node->getAttribute('name')) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof ConstantExpression || $node instanceof ArrayExpression) { - $node = new ConstantExpression(true, $node->getTemplateLine()); - } elseif ($node instanceof MethodCallExpression) { - $node->setAttribute('is_defined_test', true); - } else { - throw new SyntaxError('The "defined" test only works with simple variables.', $lineno); - } - - parent::__construct($node, $name, $arguments, $lineno); - } - - private function changeIgnoreStrictCheck(GetAttrExpression $node) - { - $node->setAttribute('optimizable', false); - $node->setAttribute('ignore_strict_check', true); - - if ($node->getNode('node') instanceof GetAttrExpression) { - $this->changeIgnoreStrictCheck($node->getNode('node')); - } - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('node')); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php deleted file mode 100644 index 4cb3ee0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class DivisiblebyTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(0 == ') - ->subcompile($this->getNode('node')) - ->raw(' % ') - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php deleted file mode 100644 index a0e3ed6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class EvenTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' % 2 == 0') - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/NullTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/NullTest.php deleted file mode 100644 index 45b54ae..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/NullTest.php +++ /dev/null @@ -1,34 +0,0 @@ - - */ -class NullTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(null === ') - ->subcompile($this->getNode('node')) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/OddTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/OddTest.php deleted file mode 100644 index d56c711..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/OddTest.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class OddTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' % 2 != 0') - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php deleted file mode 100644 index c96d2bc..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php +++ /dev/null @@ -1,34 +0,0 @@ - - */ -class SameasTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' === ') - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw(')') - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TestExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TestExpression.php deleted file mode 100644 index e518bd8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/TestExpression.php +++ /dev/null @@ -1,42 +0,0 @@ - $node]; - if (null !== $arguments) { - $nodes['arguments'] = $arguments; - } - - parent::__construct($nodes, ['name' => $name], $lineno); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getAttribute('name'); - $test = $compiler->getEnvironment()->getTest($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'test'); - $this->setAttribute('arguments', $test->getArguments()); - $this->setAttribute('callable', $test->getCallable()); - $this->setAttribute('is_variadic', $test->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php deleted file mode 100644 index e31e3f8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php +++ /dev/null @@ -1,34 +0,0 @@ - $node], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler->raw(' '); - $this->operator($compiler); - $compiler->subcompile($this->getNode('node')); - } - - abstract public function operator(Compiler $compiler): Compiler; -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php deleted file mode 100644 index dc2f235..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('-'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php deleted file mode 100644 index 55c11ba..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('!'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php deleted file mode 100644 index 4b0a062..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('+'); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/VariadicExpression.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/VariadicExpression.php deleted file mode 100644 index a1bdb48..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Expression/VariadicExpression.php +++ /dev/null @@ -1,24 +0,0 @@ -raw('...'); - - parent::compile($compiler); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/FlushNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/FlushNode.php deleted file mode 100644 index fa50a88..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/FlushNode.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class FlushNode extends Node -{ - public function __construct(int $lineno, string $tag) - { - parent::__construct([], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("flush();\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForLoopNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForLoopNode.php deleted file mode 100644 index d5ce845..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForLoopNode.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -class ForLoopNode extends Node -{ - public function __construct(int $lineno, string $tag = null) - { - parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('else')) { - $compiler->write("\$context['_iterated'] = true;\n"); - } - - if ($this->getAttribute('with_loop')) { - $compiler - ->write("++\$context['loop']['index0'];\n") - ->write("++\$context['loop']['index'];\n") - ->write("\$context['loop']['first'] = false;\n") - ->write("if (isset(\$context['loop']['length'])) {\n") - ->indent() - ->write("--\$context['loop']['revindex0'];\n") - ->write("--\$context['loop']['revindex'];\n") - ->write("\$context['loop']['last'] = 0 === \$context['loop']['revindex0'];\n") - ->outdent() - ->write("}\n") - ; - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForNode.php deleted file mode 100644 index 04addfb..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ForNode.php +++ /dev/null @@ -1,107 +0,0 @@ - - */ -class ForNode extends Node -{ - private $loop; - - public function __construct(AssignNameExpression $keyTarget, AssignNameExpression $valueTarget, AbstractExpression $seq, ?Node $ifexpr, Node $body, ?Node $else, int $lineno, string $tag = null) - { - $body = new Node([$body, $this->loop = new ForLoopNode($lineno, $tag)]); - - $nodes = ['key_target' => $keyTarget, 'value_target' => $valueTarget, 'seq' => $seq, 'body' => $body]; - if (null !== $else) { - $nodes['else'] = $else; - } - - parent::__construct($nodes, ['with_loop' => true], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("\$context['_parent'] = \$context;\n") - ->write("\$context['_seq'] = twig_ensure_traversable(") - ->subcompile($this->getNode('seq')) - ->raw(");\n") - ; - - if ($this->hasNode('else')) { - $compiler->write("\$context['_iterated'] = false;\n"); - } - - if ($this->getAttribute('with_loop')) { - $compiler - ->write("\$context['loop'] = [\n") - ->write(" 'parent' => \$context['_parent'],\n") - ->write(" 'index0' => 0,\n") - ->write(" 'index' => 1,\n") - ->write(" 'first' => true,\n") - ->write("];\n") - ->write("if (is_array(\$context['_seq']) || (is_object(\$context['_seq']) && \$context['_seq'] instanceof \Countable)) {\n") - ->indent() - ->write("\$length = count(\$context['_seq']);\n") - ->write("\$context['loop']['revindex0'] = \$length - 1;\n") - ->write("\$context['loop']['revindex'] = \$length;\n") - ->write("\$context['loop']['length'] = \$length;\n") - ->write("\$context['loop']['last'] = 1 === \$length;\n") - ->outdent() - ->write("}\n") - ; - } - - $this->loop->setAttribute('else', $this->hasNode('else')); - $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop')); - - $compiler - ->write("foreach (\$context['_seq'] as ") - ->subcompile($this->getNode('key_target')) - ->raw(' => ') - ->subcompile($this->getNode('value_target')) - ->raw(") {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->outdent() - ->write("}\n") - ; - - if ($this->hasNode('else')) { - $compiler - ->write("if (!\$context['_iterated']) {\n") - ->indent() - ->subcompile($this->getNode('else')) - ->outdent() - ->write("}\n") - ; - } - - $compiler->write("\$_parent = \$context['_parent'];\n"); - - // remove some "private" loop variables (needed for nested loops) - $compiler->write('unset($context[\'_seq\'], $context[\'_iterated\'], $context[\''.$this->getNode('key_target')->getAttribute('name').'\'], $context[\''.$this->getNode('value_target')->getAttribute('name').'\'], $context[\'_parent\'], $context[\'loop\']);'."\n"); - - // keep the values set in the inner context for variables defined in the outer context - $compiler->write("\$context = array_intersect_key(\$context, \$_parent) + \$_parent;\n"); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IfNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IfNode.php deleted file mode 100644 index 5fa2008..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IfNode.php +++ /dev/null @@ -1,70 +0,0 @@ - - */ -class IfNode extends Node -{ - public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) - { - $nodes = ['tests' => $tests]; - if (null !== $else) { - $nodes['else'] = $else; - } - - parent::__construct($nodes, [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) { - if ($i > 0) { - $compiler - ->outdent() - ->write('} elseif (') - ; - } else { - $compiler - ->write('if (') - ; - } - - $compiler - ->subcompile($this->getNode('tests')->getNode($i)) - ->raw(") {\n") - ->indent() - ->subcompile($this->getNode('tests')->getNode($i + 1)) - ; - } - - if ($this->hasNode('else')) { - $compiler - ->outdent() - ->write("} else {\n") - ->indent() - ->subcompile($this->getNode('else')) - ; - } - - $compiler - ->outdent() - ->write("}\n"); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ImportNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ImportNode.php deleted file mode 100644 index 5378d79..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ImportNode.php +++ /dev/null @@ -1,63 +0,0 @@ - - */ -class ImportNode extends Node -{ - public function __construct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string $tag = null, bool $global = true) - { - parent::__construct(['expr' => $expr, 'var' => $var], ['global' => $global], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('$macros[') - ->repr($this->getNode('var')->getAttribute('name')) - ->raw('] = ') - ; - - if ($this->getAttribute('global')) { - $compiler - ->raw('$this->macros[') - ->repr($this->getNode('var')->getAttribute('name')) - ->raw('] = ') - ; - } - - if ($this->getNode('expr') instanceof NameExpression && '_self' === $this->getNode('expr')->getAttribute('name')) { - $compiler->raw('$this'); - } else { - $compiler - ->raw('$this->loadTemplate(') - ->subcompile($this->getNode('expr')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')->unwrap()') - ; - } - - $compiler->raw(";\n"); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IncludeNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IncludeNode.php deleted file mode 100644 index d01f1fc..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/IncludeNode.php +++ /dev/null @@ -1,106 +0,0 @@ - - */ -class IncludeNode extends Node implements NodeOutputInterface -{ - public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) - { - $nodes = ['expr' => $expr]; - if (null !== $variables) { - $nodes['variables'] = $variables; - } - - parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - if ($this->getAttribute('ignore_missing')) { - $template = $compiler->getVarName(); - - $compiler - ->write(sprintf("$%s = null;\n", $template)) - ->write("try {\n") - ->indent() - ->write(sprintf('$%s = ', $template)) - ; - - $this->addGetTemplate($compiler); - - $compiler - ->raw(";\n") - ->outdent() - ->write("} catch (LoaderError \$e) {\n") - ->indent() - ->write("// ignore missing template\n") - ->outdent() - ->write("}\n") - ->write(sprintf("if ($%s) {\n", $template)) - ->indent() - ->write(sprintf('$%s->display(', $template)) - ; - $this->addTemplateArguments($compiler); - $compiler - ->raw(");\n") - ->outdent() - ->write("}\n") - ; - } else { - $this->addGetTemplate($compiler); - $compiler->raw('->display('); - $this->addTemplateArguments($compiler); - $compiler->raw(");\n"); - } - } - - protected function addGetTemplate(Compiler $compiler) - { - $compiler - ->write('$this->loadTemplate(') - ->subcompile($this->getNode('expr')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')') - ; - } - - protected function addTemplateArguments(Compiler $compiler) - { - if (!$this->hasNode('variables')) { - $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]'); - } elseif (false === $this->getAttribute('only')) { - $compiler - ->raw('twig_array_merge($context, ') - ->subcompile($this->getNode('variables')) - ->raw(')') - ; - } else { - $compiler->raw('twig_to_array('); - $compiler->subcompile($this->getNode('variables')); - $compiler->raw(')'); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/MacroNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/MacroNode.php deleted file mode 100644 index cfe38f8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/MacroNode.php +++ /dev/null @@ -1,113 +0,0 @@ - - */ -class MacroNode extends Node -{ - const VARARGS_NAME = 'varargs'; - - public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = null) - { - foreach ($arguments as $argumentName => $argument) { - if (self::VARARGS_NAME === $argumentName) { - throw new SyntaxError(sprintf('The argument "%s" in macro "%s" cannot be defined because the variable "%s" is reserved for arbitrary arguments.', self::VARARGS_NAME, $name, self::VARARGS_NAME), $argument->getTemplateLine(), $argument->getSourceContext()); - } - } - - parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf('public function macro_%s(', $this->getAttribute('name'))) - ; - - $count = \count($this->getNode('arguments')); - $pos = 0; - foreach ($this->getNode('arguments') as $name => $default) { - $compiler - ->raw('$__'.$name.'__ = ') - ->subcompile($default) - ; - - if (++$pos < $count) { - $compiler->raw(', '); - } - } - - if ($count) { - $compiler->raw(', '); - } - - $compiler - ->raw('...$__varargs__') - ->raw(")\n") - ->write("{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ->write("\$context = \$this->env->mergeGlobals([\n") - ->indent() - ; - - foreach ($this->getNode('arguments') as $name => $default) { - $compiler - ->write('') - ->string($name) - ->raw(' => $__'.$name.'__') - ->raw(",\n") - ; - } - - $compiler - ->write('') - ->string(self::VARARGS_NAME) - ->raw(' => ') - ; - - $compiler - ->raw("\$__varargs__,\n") - ->outdent() - ->write("]);\n\n") - ->write("\$blocks = [];\n\n") - ; - if ($compiler->getEnvironment()->isDebug()) { - $compiler->write("ob_start();\n"); - } else { - $compiler->write("ob_start(function () { return ''; });\n"); - } - $compiler - ->write("try {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->raw("\n") - ->write("return ('' === \$tmp = ob_get_contents()) ? '' : new Markup(\$tmp, \$this->env->getCharset());\n") - ->outdent() - ->write("} finally {\n") - ->indent() - ->write("ob_end_clean();\n") - ->outdent() - ->write("}\n") - ->outdent() - ->write("}\n\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ModuleNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ModuleNode.php deleted file mode 100644 index e972b6b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/ModuleNode.php +++ /dev/null @@ -1,464 +0,0 @@ - - */ -final class ModuleNode extends Node -{ - public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, Node $traits, $embeddedTemplates, Source $source) - { - $nodes = [ - 'body' => $body, - 'blocks' => $blocks, - 'macros' => $macros, - 'traits' => $traits, - 'display_start' => new Node(), - 'display_end' => new Node(), - 'constructor_start' => new Node(), - 'constructor_end' => new Node(), - 'class_end' => new Node(), - ]; - if (null !== $parent) { - $nodes['parent'] = $parent; - } - - // embedded templates are set as attributes so that they are only visited once by the visitors - parent::__construct($nodes, [ - 'index' => null, - 'embedded_templates' => $embeddedTemplates, - ], 1); - - // populate the template name of all node children - $this->setSourceContext($source); - } - - public function setIndex($index) - { - $this->setAttribute('index', $index); - } - - public function compile(Compiler $compiler): void - { - $this->compileTemplate($compiler); - - foreach ($this->getAttribute('embedded_templates') as $template) { - $compiler->subcompile($template); - } - } - - protected function compileTemplate(Compiler $compiler) - { - if (!$this->getAttribute('index')) { - $compiler->write('compileClassHeader($compiler); - - $this->compileConstructor($compiler); - - $this->compileGetParent($compiler); - - $this->compileDisplay($compiler); - - $compiler->subcompile($this->getNode('blocks')); - - $this->compileMacros($compiler); - - $this->compileGetTemplateName($compiler); - - $this->compileIsTraitable($compiler); - - $this->compileDebugInfo($compiler); - - $this->compileGetSourceContext($compiler); - - $this->compileClassFooter($compiler); - } - - protected function compileGetParent(Compiler $compiler) - { - if (!$this->hasNode('parent')) { - return; - } - $parent = $this->getNode('parent'); - - $compiler - ->write("protected function doGetParent(array \$context)\n", "{\n") - ->indent() - ->addDebugInfo($parent) - ->write('return ') - ; - - if ($parent instanceof ConstantExpression) { - $compiler->subcompile($parent); - } else { - $compiler - ->raw('$this->loadTemplate(') - ->subcompile($parent) - ->raw(', ') - ->repr($this->getSourceContext()->getName()) - ->raw(', ') - ->repr($parent->getTemplateLine()) - ->raw(')') - ; - } - - $compiler - ->raw(";\n") - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileClassHeader(Compiler $compiler) - { - $compiler - ->write("\n\n") - ; - if (!$this->getAttribute('index')) { - $compiler - ->write("use Twig\Environment;\n") - ->write("use Twig\Error\LoaderError;\n") - ->write("use Twig\Error\RuntimeError;\n") - ->write("use Twig\Extension\SandboxExtension;\n") - ->write("use Twig\Markup;\n") - ->write("use Twig\Sandbox\SecurityError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedTagError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedFilterError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedFunctionError;\n") - ->write("use Twig\Source;\n") - ->write("use Twig\Template;\n\n") - ; - } - $compiler - // if the template name contains */, add a blank to avoid a PHP parse error - ->write('/* '.str_replace('*/', '* /', $this->getSourceContext()->getName())." */\n") - ->write('class '.$compiler->getEnvironment()->getTemplateClass($this->getSourceContext()->getName(), $this->getAttribute('index'))) - ->raw(" extends Template\n") - ->write("{\n") - ->indent() - ->write("private \$source;\n") - ->write("private \$macros = [];\n\n") - ; - } - - protected function compileConstructor(Compiler $compiler) - { - $compiler - ->write("public function __construct(Environment \$env)\n", "{\n") - ->indent() - ->subcompile($this->getNode('constructor_start')) - ->write("parent::__construct(\$env);\n\n") - ->write("\$this->source = \$this->getSourceContext();\n\n") - ; - - // parent - if (!$this->hasNode('parent')) { - $compiler->write("\$this->parent = false;\n\n"); - } - - $countTraits = \count($this->getNode('traits')); - if ($countTraits) { - // traits - foreach ($this->getNode('traits') as $i => $trait) { - $node = $trait->getNode('template'); - - $compiler - ->addDebugInfo($node) - ->write(sprintf('$_trait_%s = $this->loadTemplate(', $i)) - ->subcompile($node) - ->raw(', ') - ->repr($node->getTemplateName()) - ->raw(', ') - ->repr($node->getTemplateLine()) - ->raw(");\n") - ->write(sprintf("if (!\$_trait_%s->isTraitable()) {\n", $i)) - ->indent() - ->write("throw new RuntimeError('Template \"'.") - ->subcompile($trait->getNode('template')) - ->raw(".'\" cannot be used as a trait.', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->source);\n") - ->outdent() - ->write("}\n") - ->write(sprintf("\$_trait_%s_blocks = \$_trait_%s->getBlocks();\n\n", $i, $i)) - ; - - foreach ($trait->getNode('targets') as $key => $value) { - $compiler - ->write(sprintf('if (!isset($_trait_%s_blocks[', $i)) - ->string($key) - ->raw("])) {\n") - ->indent() - ->write("throw new RuntimeError('Block ") - ->string($key) - ->raw(' is not defined in trait ') - ->subcompile($trait->getNode('template')) - ->raw(".', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->source);\n") - ->outdent() - ->write("}\n\n") - - ->write(sprintf('$_trait_%s_blocks[', $i)) - ->subcompile($value) - ->raw(sprintf('] = $_trait_%s_blocks[', $i)) - ->string($key) - ->raw(sprintf(']; unset($_trait_%s_blocks[', $i)) - ->string($key) - ->raw("]);\n\n") - ; - } - } - - if ($countTraits > 1) { - $compiler - ->write("\$this->traits = array_merge(\n") - ->indent() - ; - - for ($i = 0; $i < $countTraits; ++$i) { - $compiler - ->write(sprintf('$_trait_%s_blocks'.($i == $countTraits - 1 ? '' : ',')."\n", $i)) - ; - } - - $compiler - ->outdent() - ->write(");\n\n") - ; - } else { - $compiler - ->write("\$this->traits = \$_trait_0_blocks;\n\n") - ; - } - - $compiler - ->write("\$this->blocks = array_merge(\n") - ->indent() - ->write("\$this->traits,\n") - ->write("[\n") - ; - } else { - $compiler - ->write("\$this->blocks = [\n") - ; - } - - // blocks - $compiler - ->indent() - ; - - foreach ($this->getNode('blocks') as $name => $node) { - $compiler - ->write(sprintf("'%s' => [\$this, 'block_%s'],\n", $name, $name)) - ; - } - - if ($countTraits) { - $compiler - ->outdent() - ->write("]\n") - ->outdent() - ->write(");\n") - ; - } else { - $compiler - ->outdent() - ->write("];\n") - ; - } - - $compiler - ->subcompile($this->getNode('constructor_end')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileDisplay(Compiler $compiler) - { - $compiler - ->write("protected function doDisplay(array \$context, array \$blocks = [])\n", "{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ->subcompile($this->getNode('display_start')) - ->subcompile($this->getNode('body')) - ; - - if ($this->hasNode('parent')) { - $parent = $this->getNode('parent'); - - $compiler->addDebugInfo($parent); - if ($parent instanceof ConstantExpression) { - $compiler - ->write('$this->parent = $this->loadTemplate(') - ->subcompile($parent) - ->raw(', ') - ->repr($this->getSourceContext()->getName()) - ->raw(', ') - ->repr($parent->getTemplateLine()) - ->raw(");\n") - ; - $compiler->write('$this->parent'); - } else { - $compiler->write('$this->getParent($context)'); - } - $compiler->raw("->display(\$context, array_merge(\$this->blocks, \$blocks));\n"); - } - - $compiler - ->subcompile($this->getNode('display_end')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileClassFooter(Compiler $compiler) - { - $compiler - ->subcompile($this->getNode('class_end')) - ->outdent() - ->write("}\n") - ; - } - - protected function compileMacros(Compiler $compiler) - { - $compiler->subcompile($this->getNode('macros')); - } - - protected function compileGetTemplateName(Compiler $compiler) - { - $compiler - ->write("public function getTemplateName()\n", "{\n") - ->indent() - ->write('return ') - ->repr($this->getSourceContext()->getName()) - ->raw(";\n") - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileIsTraitable(Compiler $compiler) - { - // A template can be used as a trait if: - // * it has no parent - // * it has no macros - // * it has no body - // - // Put another way, a template can be used as a trait if it - // only contains blocks and use statements. - $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros')); - if ($traitable) { - if ($this->getNode('body') instanceof BodyNode) { - $nodes = $this->getNode('body')->getNode(0); - } else { - $nodes = $this->getNode('body'); - } - - if (!\count($nodes)) { - $nodes = new Node([$nodes]); - } - - foreach ($nodes as $node) { - if (!\count($node)) { - continue; - } - - if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) { - continue; - } - - if ($node instanceof BlockReferenceNode) { - continue; - } - - $traitable = false; - break; - } - } - - if ($traitable) { - return; - } - - $compiler - ->write("public function isTraitable()\n", "{\n") - ->indent() - ->write(sprintf("return %s;\n", $traitable ? 'true' : 'false')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileDebugInfo(Compiler $compiler) - { - $compiler - ->write("public function getDebugInfo()\n", "{\n") - ->indent() - ->write(sprintf("return %s;\n", str_replace("\n", '', var_export(array_reverse($compiler->getDebugInfo(), true), true)))) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileGetSourceContext(Compiler $compiler) - { - $compiler - ->write("public function getSourceContext()\n", "{\n") - ->indent() - ->write('return new Source(') - ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '') - ->raw(', ') - ->string($this->getSourceContext()->getName()) - ->raw(', ') - ->string($this->getSourceContext()->getPath()) - ->raw(");\n") - ->outdent() - ->write("}\n") - ; - } - - protected function compileLoadTemplate(Compiler $compiler, $node, $var) - { - if ($node instanceof ConstantExpression) { - $compiler - ->write(sprintf('%s = $this->loadTemplate(', $var)) - ->subcompile($node) - ->raw(', ') - ->repr($node->getTemplateName()) - ->raw(', ') - ->repr($node->getTemplateLine()) - ->raw(");\n") - ; - } else { - throw new \LogicException('Trait templates can only be constant nodes.'); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Node.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Node.php deleted file mode 100644 index e974b49..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/Node.php +++ /dev/null @@ -1,178 +0,0 @@ - - */ -class Node implements \Countable, \IteratorAggregate -{ - protected $nodes; - protected $attributes; - protected $lineno; - protected $tag; - - private $name; - private $sourceContext; - - /** - * @param array $nodes An array of named nodes - * @param array $attributes An array of attributes (should not be nodes) - * @param int $lineno The line number - * @param string $tag The tag name associated with the Node - */ - public function __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $tag = null) - { - foreach ($nodes as $name => $node) { - if (!$node instanceof self) { - throw new \InvalidArgumentException(sprintf('Using "%s" for the value of node "%s" of "%s" is not supported. You must pass a \Twig\Node\Node instance.', \is_object($node) ? \get_class($node) : (null === $node ? 'null' : \gettype($node)), $name, static::class)); - } - } - $this->nodes = $nodes; - $this->attributes = $attributes; - $this->lineno = $lineno; - $this->tag = $tag; - } - - public function __toString() - { - $attributes = []; - foreach ($this->attributes as $name => $value) { - $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true))); - } - - $repr = [static::class.'('.implode(', ', $attributes)]; - - if (\count($this->nodes)) { - foreach ($this->nodes as $name => $node) { - $len = \strlen($name) + 4; - $noderepr = []; - foreach (explode("\n", (string) $node) as $line) { - $noderepr[] = str_repeat(' ', $len).$line; - } - - $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr))); - } - - $repr[] = ')'; - } else { - $repr[0] .= ')'; - } - - return implode("\n", $repr); - } - - /** - * @return void - */ - public function compile(Compiler $compiler) - { - foreach ($this->nodes as $node) { - $node->compile($compiler); - } - } - - public function getTemplateLine(): int - { - return $this->lineno; - } - - public function getNodeTag(): ?string - { - return $this->tag; - } - - public function hasAttribute(string $name): bool - { - return \array_key_exists($name, $this->attributes); - } - - public function getAttribute(string $name) - { - if (!\array_key_exists($name, $this->attributes)) { - throw new \LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, static::class)); - } - - return $this->attributes[$name]; - } - - public function setAttribute(string $name, $value): void - { - $this->attributes[$name] = $value; - } - - public function removeAttribute(string $name): void - { - unset($this->attributes[$name]); - } - - public function hasNode(string $name): bool - { - return isset($this->nodes[$name]); - } - - public function getNode(string $name): self - { - if (!isset($this->nodes[$name])) { - throw new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, static::class)); - } - - return $this->nodes[$name]; - } - - public function setNode(string $name, self $node): void - { - $this->nodes[$name] = $node; - } - - public function removeNode(string $name): void - { - unset($this->nodes[$name]); - } - - /** - * @return int - */ - public function count() - { - return \count($this->nodes); - } - - public function getIterator(): \Traversable - { - return new \ArrayIterator($this->nodes); - } - - public function getTemplateName(): ?string - { - return $this->sourceContext ? $this->sourceContext->getName() : null; - } - - public function setSourceContext(Source $source): void - { - $this->sourceContext = $source; - foreach ($this->nodes as $node) { - $node->setSourceContext($source); - } - } - - public function getSourceContext(): ?Source - { - return $this->sourceContext; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeCaptureInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeCaptureInterface.php deleted file mode 100644 index 9fb6a0c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeCaptureInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -interface NodeCaptureInterface -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeOutputInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeOutputInterface.php deleted file mode 100644 index 5e35b40..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/NodeOutputInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -interface NodeOutputInterface -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/PrintNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/PrintNode.php deleted file mode 100644 index 60386d2..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/PrintNode.php +++ /dev/null @@ -1,39 +0,0 @@ - - */ -class PrintNode extends Node implements NodeOutputInterface -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('echo ') - ->subcompile($this->getNode('expr')) - ->raw(";\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SandboxNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SandboxNode.php deleted file mode 100644 index 4d5666b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SandboxNode.php +++ /dev/null @@ -1,52 +0,0 @@ - - */ -class SandboxNode extends Node -{ - public function __construct(Node $body, int $lineno, string $tag = null) - { - parent::__construct(['body' => $body], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("if (!\$alreadySandboxed = \$this->sandbox->isSandboxed()) {\n") - ->indent() - ->write("\$this->sandbox->enableSandbox();\n") - ->outdent() - ->write("}\n") - ->write("try {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->outdent() - ->write("} finally {\n") - ->indent() - ->write("if (!\$alreadySandboxed) {\n") - ->indent() - ->write("\$this->sandbox->disableSandbox();\n") - ->outdent() - ->write("}\n") - ->outdent() - ->write("}\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SetNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SetNode.php deleted file mode 100644 index 96b6bd8..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/SetNode.php +++ /dev/null @@ -1,105 +0,0 @@ - - */ -class SetNode extends Node implements NodeCaptureInterface -{ - public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = null) - { - parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => false], $lineno, $tag); - - /* - * Optimizes the node when capture is used for a large block of text. - * - * {% set foo %}foo{% endset %} is compiled to $context['foo'] = new Twig\Markup("foo"); - */ - if ($this->getAttribute('capture')) { - $this->setAttribute('safe', true); - - $values = $this->getNode('values'); - if ($values instanceof TextNode) { - $this->setNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplateLine())); - $this->setAttribute('capture', false); - } - } - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - if (\count($this->getNode('names')) > 1) { - $compiler->write('list('); - foreach ($this->getNode('names') as $idx => $node) { - if ($idx) { - $compiler->raw(', '); - } - - $compiler->subcompile($node); - } - $compiler->raw(')'); - } else { - if ($this->getAttribute('capture')) { - if ($compiler->getEnvironment()->isDebug()) { - $compiler->write("ob_start();\n"); - } else { - $compiler->write("ob_start(function () { return ''; });\n"); - } - $compiler - ->subcompile($this->getNode('values')) - ; - } - - $compiler->subcompile($this->getNode('names'), false); - - if ($this->getAttribute('capture')) { - $compiler->raw(" = ('' === \$tmp = ob_get_clean()) ? '' : new Markup(\$tmp, \$this->env->getCharset())"); - } - } - - if (!$this->getAttribute('capture')) { - $compiler->raw(' = '); - - if (\count($this->getNode('names')) > 1) { - $compiler->write('['); - foreach ($this->getNode('values') as $idx => $value) { - if ($idx) { - $compiler->raw(', '); - } - - $compiler->subcompile($value); - } - $compiler->raw(']'); - } else { - if ($this->getAttribute('safe')) { - $compiler - ->raw("('' === \$tmp = ") - ->subcompile($this->getNode('values')) - ->raw(") ? '' : new Markup(\$tmp, \$this->env->getCharset())") - ; - } else { - $compiler->subcompile($this->getNode('values')); - } - } - } - - $compiler->raw(";\n"); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/TextNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/TextNode.php deleted file mode 100644 index d74ebe6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/TextNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class TextNode extends Node implements NodeOutputInterface -{ - public function __construct(string $data, int $lineno) - { - parent::__construct([], ['data' => $data], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('echo ') - ->string($this->getAttribute('data')) - ->raw(";\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/WithNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/WithNode.php deleted file mode 100644 index 56a3344..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Node/WithNode.php +++ /dev/null @@ -1,70 +0,0 @@ - - */ -class WithNode extends Node -{ - public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = null) - { - $nodes = ['body' => $body]; - if (null !== $variables) { - $nodes['variables'] = $variables; - } - - parent::__construct($nodes, ['only' => $only], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - $parentContextName = $compiler->getVarName(); - - $compiler->write(sprintf("\$%s = \$context;\n", $parentContextName)); - - if ($this->hasNode('variables')) { - $node = $this->getNode('variables'); - $varsName = $compiler->getVarName(); - $compiler - ->write(sprintf('$%s = ', $varsName)) - ->subcompile($node) - ->raw(";\n") - ->write(sprintf("if (!twig_test_iterable(\$%s)) {\n", $varsName)) - ->indent() - ->write("throw new RuntimeError('Variables passed to the \"with\" tag must be a hash.', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->getSourceContext());\n") - ->outdent() - ->write("}\n") - ->write(sprintf("\$%s = twig_to_array(\$%s);\n", $varsName, $varsName)) - ; - - if ($this->getAttribute('only')) { - $compiler->write("\$context = [];\n"); - } - - $compiler->write(sprintf("\$context = \$this->env->mergeGlobals(array_merge(\$context, \$%s));\n", $varsName)); - } - - $compiler - ->subcompile($this->getNode('body')) - ->write(sprintf("\$context = \$%s;\n", $parentContextName)) - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeTraverser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeTraverser.php deleted file mode 100644 index 47a2d5c..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeTraverser.php +++ /dev/null @@ -1,76 +0,0 @@ - - */ -final class NodeTraverser -{ - private $env; - private $visitors = []; - - /** - * @param NodeVisitorInterface[] $visitors - */ - public function __construct(Environment $env, array $visitors = []) - { - $this->env = $env; - foreach ($visitors as $visitor) { - $this->addVisitor($visitor); - } - } - - public function addVisitor(NodeVisitorInterface $visitor): void - { - $this->visitors[$visitor->getPriority()][] = $visitor; - } - - /** - * Traverses a node and calls the registered visitors. - */ - public function traverse(Node $node): Node - { - ksort($this->visitors); - foreach ($this->visitors as $visitors) { - foreach ($visitors as $visitor) { - $node = $this->traverseForVisitor($visitor, $node); - } - } - - return $node; - } - - private function traverseForVisitor(NodeVisitorInterface $visitor, Node $node): ?Node - { - $node = $visitor->enterNode($node, $this->env); - - foreach ($node as $k => $n) { - if (null !== $m = $this->traverseForVisitor($visitor, $n)) { - if ($m !== $n) { - $node->setNode($k, $m); - } - } else { - $node->removeNode($k); - } - } - - return $visitor->leaveNode($node, $this->env); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php deleted file mode 100644 index d7036ae..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -abstract class AbstractNodeVisitor implements NodeVisitorInterface -{ - final public function enterNode(Node $node, Environment $env): Node - { - return $this->doEnterNode($node, $env); - } - - final public function leaveNode(Node $node, Environment $env): ?Node - { - return $this->doLeaveNode($node, $env); - } - - /** - * Called before child nodes are visited. - * - * @return Node The modified node - */ - abstract protected function doEnterNode(Node $node, Environment $env); - - /** - * Called after child nodes are visited. - * - * @return Node|null The modified node or null if the node must be removed - */ - abstract protected function doLeaveNode(Node $node, Environment $env); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php deleted file mode 100644 index fafceb4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php +++ /dev/null @@ -1,208 +0,0 @@ - - * - * @internal - */ -final class EscaperNodeVisitor implements NodeVisitorInterface -{ - private $statusStack = []; - private $blocks = []; - private $safeAnalysis; - private $traverser; - private $defaultStrategy = false; - private $safeVars = []; - - public function __construct() - { - $this->safeAnalysis = new SafeAnalysisNodeVisitor(); - } - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - if ($env->hasExtension(EscaperExtension::class) && $defaultStrategy = $env->getExtension(EscaperExtension::class)->getDefaultStrategy($node->getTemplateName())) { - $this->defaultStrategy = $defaultStrategy; - } - $this->safeVars = []; - $this->blocks = []; - } elseif ($node instanceof AutoEscapeNode) { - $this->statusStack[] = $node->getAttribute('value'); - } elseif ($node instanceof BlockNode) { - $this->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->getAttribute('name')] : $this->needEscaping($env); - } elseif ($node instanceof ImportNode) { - $this->safeVars[] = $node->getNode('var')->getAttribute('name'); - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $this->defaultStrategy = false; - $this->safeVars = []; - $this->blocks = []; - } elseif ($node instanceof FilterExpression) { - return $this->preEscapeFilterNode($node, $env); - } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping($env)) { - $expression = $node->getNode('expr'); - if ($expression instanceof ConditionalExpression && $this->shouldUnwrapConditional($expression, $env, $type)) { - return new DoNode($this->unwrapConditional($expression, $env, $type), $expression->getTemplateLine()); - } - - return $this->escapePrintNode($node, $env, $type); - } - - if ($node instanceof AutoEscapeNode || $node instanceof BlockNode) { - array_pop($this->statusStack); - } elseif ($node instanceof BlockReferenceNode) { - $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env); - } - - return $node; - } - - private function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, string $type): bool - { - $expr2Safe = $this->isSafeFor($type, $expression->getNode('expr2'), $env); - $expr3Safe = $this->isSafeFor($type, $expression->getNode('expr3'), $env); - - return $expr2Safe !== $expr3Safe; - } - - private function unwrapConditional(ConditionalExpression $expression, Environment $env, string $type): ConditionalExpression - { - // convert "echo a ? b : c" to "a ? echo b : echo c" recursively - $expr2 = $expression->getNode('expr2'); - if ($expr2 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr2, $env, $type)) { - $expr2 = $this->unwrapConditional($expr2, $env, $type); - } else { - $expr2 = $this->escapeInlinePrintNode(new InlinePrint($expr2, $expr2->getTemplateLine()), $env, $type); - } - $expr3 = $expression->getNode('expr3'); - if ($expr3 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr3, $env, $type)) { - $expr3 = $this->unwrapConditional($expr3, $env, $type); - } else { - $expr3 = $this->escapeInlinePrintNode(new InlinePrint($expr3, $expr3->getTemplateLine()), $env, $type); - } - - return new ConditionalExpression($expression->getNode('expr1'), $expr2, $expr3, $expression->getTemplateLine()); - } - - private function escapeInlinePrintNode(InlinePrint $node, Environment $env, string $type): Node - { - $expression = $node->getNode('node'); - - if ($this->isSafeFor($type, $expression, $env)) { - return $node; - } - - return new InlinePrint($this->getEscaperFilter($type, $expression), $node->getTemplateLine()); - } - - private function escapePrintNode(PrintNode $node, Environment $env, string $type): Node - { - if (false === $type) { - return $node; - } - - $expression = $node->getNode('expr'); - - if ($this->isSafeFor($type, $expression, $env)) { - return $node; - } - - $class = \get_class($node); - - return new $class($this->getEscaperFilter($type, $expression), $node->getTemplateLine()); - } - - private function preEscapeFilterNode(FilterExpression $filter, Environment $env): FilterExpression - { - $name = $filter->getNode('filter')->getAttribute('value'); - - $type = $env->getFilter($name)->getPreEscape(); - if (null === $type) { - return $filter; - } - - $node = $filter->getNode('node'); - if ($this->isSafeFor($type, $node, $env)) { - return $filter; - } - - $filter->setNode('node', $this->getEscaperFilter($type, $node)); - - return $filter; - } - - private function isSafeFor(string $type, Node $expression, Environment $env): bool - { - $safe = $this->safeAnalysis->getSafe($expression); - - if (null === $safe) { - if (null === $this->traverser) { - $this->traverser = new NodeTraverser($env, [$this->safeAnalysis]); - } - - $this->safeAnalysis->setSafeVars($this->safeVars); - - $this->traverser->traverse($expression); - $safe = $this->safeAnalysis->getSafe($expression); - } - - return \in_array($type, $safe) || \in_array('all', $safe); - } - - private function needEscaping(Environment $env) - { - if (\count($this->statusStack)) { - return $this->statusStack[\count($this->statusStack) - 1]; - } - - return $this->defaultStrategy ? $this->defaultStrategy : false; - } - - private function getEscaperFilter(string $type, Node $node): FilterExpression - { - $line = $node->getTemplateLine(); - $name = new ConstantExpression('escape', $line); - $args = new Node([new ConstantExpression((string) $type, $line), new ConstantExpression(null, $line), new ConstantExpression(true, $line)]); - - return new FilterExpression($node, $name, $args, $line); - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php deleted file mode 100644 index af477e6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php +++ /dev/null @@ -1,74 +0,0 @@ - - * - * @internal - */ -final class MacroAutoImportNodeVisitor implements NodeVisitorInterface -{ - private $inAModule = false; - private $hasMacroCalls = false; - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = true; - $this->hasMacroCalls = false; - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = false; - if ($this->hasMacroCalls) { - $node->getNode('constructor_end')->setNode('_auto_macro_import', new ImportNode(new NameExpression('_self', 0), new AssignNameExpression('_self', 0), 0, 'import', true)); - } - } elseif ($this->inAModule) { - if ( - $node instanceof GetAttrExpression && - $node->getNode('node') instanceof NameExpression && - '_self' === $node->getNode('node')->getAttribute('name') && - $node->getNode('attribute') instanceof ConstantExpression - ) { - $this->hasMacroCalls = true; - - $name = $node->getNode('attribute')->getAttribute('value'); - $node = new MethodCallExpression($node->getNode('node'), 'macro_'.$name, $node->getNode('arguments'), $node->getTemplateLine()); - $node->setAttribute('safe', true); - } - } - - return $node; - } - - public function getPriority(): int - { - // we must be ran before auto-escaping - return -10; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php deleted file mode 100644 index 59e836d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -interface NodeVisitorInterface -{ - /** - * Called before child nodes are visited. - * - * @return Node The modified node - */ - public function enterNode(Node $node, Environment $env): Node; - - /** - * Called after child nodes are visited. - * - * @return Node|null The modified node or null if the node must be removed - */ - public function leaveNode(Node $node, Environment $env): ?Node; - - /** - * Returns the priority for this visitor. - * - * Priority should be between -10 and 10 (0 is the default). - * - * @return int The priority level - */ - public function getPriority(); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php deleted file mode 100644 index c167d26..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php +++ /dev/null @@ -1,217 +0,0 @@ - - * - * @internal - */ -final class OptimizerNodeVisitor implements NodeVisitorInterface -{ - const OPTIMIZE_ALL = -1; - const OPTIMIZE_NONE = 0; - const OPTIMIZE_FOR = 2; - const OPTIMIZE_RAW_FILTER = 4; - - private $loops = []; - private $loopsTargets = []; - private $optimizers; - - /** - * @param int $optimizers The optimizer mode - */ - public function __construct(int $optimizers = -1) - { - if ($optimizers > (self::OPTIMIZE_FOR | self::OPTIMIZE_RAW_FILTER)) { - throw new \InvalidArgumentException(sprintf('Optimizer mode "%s" is not valid.', $optimizers)); - } - - $this->optimizers = $optimizers; - } - - public function enterNode(Node $node, Environment $env): Node - { - if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) { - $this->enterOptimizeFor($node, $env); - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) { - $this->leaveOptimizeFor($node, $env); - } - - if (self::OPTIMIZE_RAW_FILTER === (self::OPTIMIZE_RAW_FILTER & $this->optimizers)) { - $node = $this->optimizeRawFilter($node, $env); - } - - $node = $this->optimizePrintNode($node, $env); - - return $node; - } - - /** - * Optimizes print nodes. - * - * It replaces: - * - * * "echo $this->render(Parent)Block()" with "$this->display(Parent)Block()" - */ - private function optimizePrintNode(Node $node, Environment $env): Node - { - if (!$node instanceof PrintNode) { - return $node; - } - - $exprNode = $node->getNode('expr'); - if ( - $exprNode instanceof BlockReferenceExpression || - $exprNode instanceof ParentExpression - ) { - $exprNode->setAttribute('output', true); - - return $exprNode; - } - - return $node; - } - - /** - * Removes "raw" filters. - */ - private function optimizeRawFilter(Node $node, Environment $env): Node - { - if ($node instanceof FilterExpression && 'raw' == $node->getNode('filter')->getAttribute('value')) { - return $node->getNode('node'); - } - - return $node; - } - - /** - * Optimizes "for" tag by removing the "loop" variable creation whenever possible. - */ - private function enterOptimizeFor(Node $node, Environment $env): void - { - if ($node instanceof ForNode) { - // disable the loop variable by default - $node->setAttribute('with_loop', false); - array_unshift($this->loops, $node); - array_unshift($this->loopsTargets, $node->getNode('value_target')->getAttribute('name')); - array_unshift($this->loopsTargets, $node->getNode('key_target')->getAttribute('name')); - } elseif (!$this->loops) { - // we are outside a loop - return; - } - - // when do we need to add the loop variable back? - - // the loop variable is referenced for the current loop - elseif ($node instanceof NameExpression && 'loop' === $node->getAttribute('name')) { - $node->setAttribute('always_defined', true); - $this->addLoopToCurrent(); - } - - // optimize access to loop targets - elseif ($node instanceof NameExpression && \in_array($node->getAttribute('name'), $this->loopsTargets)) { - $node->setAttribute('always_defined', true); - } - - // block reference - elseif ($node instanceof BlockReferenceNode || $node instanceof BlockReferenceExpression) { - $this->addLoopToCurrent(); - } - - // include without the only attribute - elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) { - $this->addLoopToAll(); - } - - // include function without the with_context=false parameter - elseif ($node instanceof FunctionExpression - && 'include' === $node->getAttribute('name') - && (!$node->getNode('arguments')->hasNode('with_context') - || false !== $node->getNode('arguments')->getNode('with_context')->getAttribute('value') - ) - ) { - $this->addLoopToAll(); - } - - // the loop variable is referenced via an attribute - elseif ($node instanceof GetAttrExpression - && (!$node->getNode('attribute') instanceof ConstantExpression - || 'parent' === $node->getNode('attribute')->getAttribute('value') - ) - && (true === $this->loops[0]->getAttribute('with_loop') - || ($node->getNode('node') instanceof NameExpression - && 'loop' === $node->getNode('node')->getAttribute('name') - ) - ) - ) { - $this->addLoopToAll(); - } - } - - /** - * Optimizes "for" tag by removing the "loop" variable creation whenever possible. - */ - private function leaveOptimizeFor(Node $node, Environment $env): void - { - if ($node instanceof ForNode) { - array_shift($this->loops); - array_shift($this->loopsTargets); - array_shift($this->loopsTargets); - } - } - - private function addLoopToCurrent(): void - { - $this->loops[0]->setAttribute('with_loop', true); - } - - private function addLoopToAll(): void - { - foreach ($this->loops as $loop) { - $loop->setAttribute('with_loop', true); - } - } - - public function getPriority(): int - { - return 255; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php deleted file mode 100644 index 90d6f2e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php +++ /dev/null @@ -1,160 +0,0 @@ -safeVars = $safeVars; - } - - public function getSafe(Node $node) - { - $hash = spl_object_hash($node); - if (!isset($this->data[$hash])) { - return; - } - - foreach ($this->data[$hash] as $bucket) { - if ($bucket['key'] !== $node) { - continue; - } - - if (\in_array('html_attr', $bucket['value'])) { - $bucket['value'][] = 'html'; - } - - return $bucket['value']; - } - } - - private function setSafe(Node $node, array $safe): void - { - $hash = spl_object_hash($node); - if (isset($this->data[$hash])) { - foreach ($this->data[$hash] as &$bucket) { - if ($bucket['key'] === $node) { - $bucket['value'] = $safe; - - return; - } - } - } - $this->data[$hash][] = [ - 'key' => $node, - 'value' => $safe, - ]; - } - - public function enterNode(Node $node, Environment $env): Node - { - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ConstantExpression) { - // constants are marked safe for all - $this->setSafe($node, ['all']); - } elseif ($node instanceof BlockReferenceExpression) { - // blocks are safe by definition - $this->setSafe($node, ['all']); - } elseif ($node instanceof ParentExpression) { - // parent block is safe by definition - $this->setSafe($node, ['all']); - } elseif ($node instanceof ConditionalExpression) { - // intersect safeness of both operands - $safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNode('expr3'))); - $this->setSafe($node, $safe); - } elseif ($node instanceof FilterExpression) { - // filter expression is safe when the filter is safe - $name = $node->getNode('filter')->getAttribute('value'); - $args = $node->getNode('arguments'); - if ($filter = $env->getFilter($name)) { - $safe = $filter->getSafe($args); - if (null === $safe) { - $safe = $this->intersectSafe($this->getSafe($node->getNode('node')), $filter->getPreservesSafety()); - } - $this->setSafe($node, $safe); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof FunctionExpression) { - // function expression is safe when the function is safe - $name = $node->getAttribute('name'); - $args = $node->getNode('arguments'); - if ($function = $env->getFunction($name)) { - $this->setSafe($node, $function->getSafe($args)); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof MethodCallExpression) { - if ($node->getAttribute('safe')) { - $this->setSafe($node, ['all']); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof GetAttrExpression && $node->getNode('node') instanceof NameExpression) { - $name = $node->getNode('node')->getAttribute('name'); - if (\in_array($name, $this->safeVars)) { - $this->setSafe($node, ['all']); - } else { - $this->setSafe($node, []); - } - } else { - $this->setSafe($node, []); - } - - return $node; - } - - private function intersectSafe(array $a = null, array $b = null): array - { - if (null === $a || null === $b) { - return []; - } - - if (\in_array('all', $a)) { - return $b; - } - - if (\in_array('all', $b)) { - return $a; - } - - return array_intersect($a, $b); - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php deleted file mode 100644 index 1446cee..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php +++ /dev/null @@ -1,136 +0,0 @@ - - * - * @internal - */ -final class SandboxNodeVisitor implements NodeVisitorInterface -{ - private $inAModule = false; - private $tags; - private $filters; - private $functions; - private $needsToStringWrap = false; - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = true; - $this->tags = []; - $this->filters = []; - $this->functions = []; - - return $node; - } elseif ($this->inAModule) { - // look for tags - if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) { - $this->tags[$node->getNodeTag()] = $node; - } - - // look for filters - if ($node instanceof FilterExpression && !isset($this->filters[$node->getNode('filter')->getAttribute('value')])) { - $this->filters[$node->getNode('filter')->getAttribute('value')] = $node; - } - - // look for functions - if ($node instanceof FunctionExpression && !isset($this->functions[$node->getAttribute('name')])) { - $this->functions[$node->getAttribute('name')] = $node; - } - - // the .. operator is equivalent to the range() function - if ($node instanceof RangeBinary && !isset($this->functions['range'])) { - $this->functions['range'] = $node; - } - - if ($node instanceof PrintNode) { - $this->needsToStringWrap = true; - $this->wrapNode($node, 'expr'); - } - - if ($node instanceof SetNode && !$node->getAttribute('capture')) { - $this->needsToStringWrap = true; - } - - // wrap outer nodes that can implicitly call __toString() - if ($this->needsToStringWrap) { - if ($node instanceof ConcatBinary) { - $this->wrapNode($node, 'left'); - $this->wrapNode($node, 'right'); - } - if ($node instanceof FilterExpression) { - $this->wrapNode($node, 'node'); - $this->wrapArrayNode($node, 'arguments'); - } - if ($node instanceof FunctionExpression) { - $this->wrapArrayNode($node, 'arguments'); - } - } - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = false; - - $node->setNode('constructor_end', new Node([new CheckSecurityCallNode(), $node->getNode('constructor_end')])); - $node->setNode('class_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions), $node->getNode('class_end')])); - } elseif ($this->inAModule) { - if ($node instanceof PrintNode || $node instanceof SetNode) { - $this->needsToStringWrap = false; - } - } - - return $node; - } - - private function wrapNode(Node $node, string $name): void - { - $expr = $node->getNode($name); - if ($expr instanceof NameExpression || $expr instanceof GetAttrExpression) { - $node->setNode($name, new CheckToStringNode($expr)); - } - } - - private function wrapArrayNode(Node $node, string $name): void - { - $args = $node->getNode($name); - foreach ($args as $name => $_) { - $this->wrapNode($args, $name); - } - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Parser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Parser.php deleted file mode 100644 index b8aac05..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Parser.php +++ /dev/null @@ -1,349 +0,0 @@ - - */ -class Parser -{ - private $stack = []; - private $stream; - private $parent; - private $visitors; - private $expressionParser; - private $blocks; - private $blockStack; - private $macros; - private $env; - private $importedSymbols; - private $traits; - private $embeddedTemplates = []; - private $varNameSalt = 0; - - public function __construct(Environment $env) - { - $this->env = $env; - } - - public function getVarName(): string - { - return sprintf('__internal_%s', hash('sha256', __METHOD__.$this->stream->getSourceContext()->getCode().$this->varNameSalt++)); - } - - public function parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode - { - $vars = get_object_vars($this); - unset($vars['stack'], $vars['env'], $vars['handlers'], $vars['visitors'], $vars['expressionParser'], $vars['reservedMacroNames']); - $this->stack[] = $vars; - - // node visitors - if (null === $this->visitors) { - $this->visitors = $this->env->getNodeVisitors(); - } - - if (null === $this->expressionParser) { - $this->expressionParser = new ExpressionParser($this, $this->env); - } - - $this->stream = $stream; - $this->parent = null; - $this->blocks = []; - $this->macros = []; - $this->traits = []; - $this->blockStack = []; - $this->importedSymbols = [[]]; - $this->embeddedTemplates = []; - $this->varNameSalt = 0; - - try { - $body = $this->subparse($test, $dropNeedle); - - if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) { - $body = new Node(); - } - } catch (SyntaxError $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($this->stream->getSourceContext()); - } - - if (!$e->getTemplateLine()) { - $e->setTemplateLine($this->stream->getCurrent()->getLine()); - } - - throw $e; - } - - $node = new ModuleNode(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($this->macros), new Node($this->traits), $this->embeddedTemplates, $stream->getSourceContext()); - - $traverser = new NodeTraverser($this->env, $this->visitors); - - $node = $traverser->traverse($node); - - // restore previous stack so previous parse() call can resume working - foreach (array_pop($this->stack) as $key => $val) { - $this->$key = $val; - } - - return $node; - } - - public function subparse($test, bool $dropNeedle = false): Node - { - $lineno = $this->getCurrentToken()->getLine(); - $rv = []; - while (!$this->stream->isEOF()) { - switch ($this->getCurrentToken()->getType()) { - case /* Token::TEXT_TYPE */ 0: - $token = $this->stream->next(); - $rv[] = new TextNode($token->getValue(), $token->getLine()); - break; - - case /* Token::VAR_START_TYPE */ 2: - $token = $this->stream->next(); - $expr = $this->expressionParser->parseExpression(); - $this->stream->expect(/* Token::VAR_END_TYPE */ 4); - $rv[] = new PrintNode($expr, $token->getLine()); - break; - - case /* Token::BLOCK_START_TYPE */ 1: - $this->stream->next(); - $token = $this->getCurrentToken(); - - if (/* Token::NAME_TYPE */ 5 !== $token->getType()) { - throw new SyntaxError('A block must start with a tag name.', $token->getLine(), $this->stream->getSourceContext()); - } - - if (null !== $test && $test($token)) { - if ($dropNeedle) { - $this->stream->next(); - } - - if (1 === \count($rv)) { - return $rv[0]; - } - - return new Node($rv, [], $lineno); - } - - if (!$subparser = $this->env->getTokenParser($token->getValue())) { - if (null !== $test) { - $e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this->stream->getSourceContext()); - - if (\is_array($test) && isset($test[0]) && $test[0] instanceof TokenParserInterface) { - $e->appendMessage(sprintf(' (expecting closing tag for the "%s" tag defined near line %s).', $test[0]->getTag(), $lineno)); - } - } else { - $e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->stream->getSourceContext()); - $e->addSuggestions($token->getValue(), array_keys($this->env->getTokenParsers())); - } - - throw $e; - } - - $this->stream->next(); - - $subparser->setParser($this); - $node = $subparser->parse($token); - if (null !== $node) { - $rv[] = $node; - } - break; - - default: - throw new SyntaxError('Lexer or parser ended up in unsupported state.', $this->getCurrentToken()->getLine(), $this->stream->getSourceContext()); - } - } - - if (1 === \count($rv)) { - return $rv[0]; - } - - return new Node($rv, [], $lineno); - } - - public function getBlockStack(): array - { - return $this->blockStack; - } - - public function peekBlockStack() - { - return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->blockStack) - 1] : null; - } - - public function popBlockStack(): void - { - array_pop($this->blockStack); - } - - public function pushBlockStack($name): void - { - $this->blockStack[] = $name; - } - - public function hasBlock(string $name): bool - { - return isset($this->blocks[$name]); - } - - public function getBlock(string $name): Node - { - return $this->blocks[$name]; - } - - public function setBlock(string $name, BlockNode $value): void - { - $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine()); - } - - public function hasMacro(string $name): bool - { - return isset($this->macros[$name]); - } - - public function setMacro(string $name, MacroNode $node): void - { - $this->macros[$name] = $node; - } - - public function addTrait($trait): void - { - $this->traits[] = $trait; - } - - public function hasTraits(): bool - { - return \count($this->traits) > 0; - } - - public function embedTemplate(ModuleNode $template) - { - $template->setIndex(mt_rand()); - - $this->embeddedTemplates[] = $template; - } - - public function addImportedSymbol(string $type, string $alias, string $name = null, AbstractExpression $node = null): void - { - $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node]; - } - - public function getImportedSymbol(string $type, string $alias) - { - // if the symbol does not exist in the current scope (0), try in the main/global scope (last index) - return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedSymbols) - 1][$type][$alias] ?? null); - } - - public function isMainScope(): bool - { - return 1 === \count($this->importedSymbols); - } - - public function pushLocalScope(): void - { - array_unshift($this->importedSymbols, []); - } - - public function popLocalScope(): void - { - array_shift($this->importedSymbols); - } - - public function getExpressionParser(): ExpressionParser - { - return $this->expressionParser; - } - - public function getParent(): ?Node - { - return $this->parent; - } - - public function setParent(?Node $parent): void - { - $this->parent = $parent; - } - - public function getStream(): TokenStream - { - return $this->stream; - } - - public function getCurrentToken(): Token - { - return $this->stream->getCurrent(); - } - - private function filterBodyNodes(Node $node, bool $nested = false): ?Node - { - // check that the body does not contain non-empty output nodes - if ( - ($node instanceof TextNode && !ctype_space($node->getAttribute('data'))) - || - (!$node instanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface) - ) { - if (false !== strpos((string) $node, \chr(0xEF).\chr(0xBB).\chr(0xBF))) { - $t = substr($node->getAttribute('data'), 3); - if ('' === $t || ctype_space($t)) { - // bypass empty nodes starting with a BOM - return null; - } - } - - throw new SyntaxError('A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?', $node->getTemplateLine(), $this->stream->getSourceContext()); - } - - // bypass nodes that "capture" the output - if ($node instanceof NodeCaptureInterface) { - // a "block" tag in such a node will serve as a block definition AND be displayed in place as well - return $node; - } - - // "block" tags that are not captured (see above) are only used for defining - // the content of the block. In such a case, nesting it does not work as - // expected as the definition is not part of the default template code flow. - if ($nested && $node instanceof BlockReferenceNode) { - throw new SyntaxError('A block definition cannot be nested under non-capturing nodes.', $node->getTemplateLine(), $this->stream->getSourceContext()); - } - - if ($node instanceof NodeOutputInterface) { - return null; - } - - // here, $nested means "being at the root level of a child template" - // we need to discard the wrapping "Node" for the "body" node - $nested = $nested || Node::class !== \get_class($node); - foreach ($node as $k => $n) { - if (null !== $n && null === $this->filterBodyNodes($n, $nested)) { - $node->removeNode($k); - } - } - - return $node; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php deleted file mode 100644 index 4da43e4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php +++ /dev/null @@ -1,63 +0,0 @@ - - */ -abstract class BaseDumper -{ - private $root; - - public function dump(Profile $profile): string - { - return $this->dumpProfile($profile); - } - - abstract protected function formatTemplate(Profile $profile, $prefix): string; - - abstract protected function formatNonTemplate(Profile $profile, $prefix): string; - - abstract protected function formatTime(Profile $profile, $percent): string; - - private function dumpProfile(Profile $profile, $prefix = '', $sibling = false): string - { - if ($profile->isRoot()) { - $this->root = $profile->getDuration(); - $start = $profile->getName(); - } else { - if ($profile->isTemplate()) { - $start = $this->formatTemplate($profile, $prefix); - } else { - $start = $this->formatNonTemplate($profile, $prefix); - } - $prefix .= $sibling ? '│ ' : ' '; - } - - $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0; - - if ($profile->getDuration() * 1000 < 1) { - $str = $start."\n"; - } else { - $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent)); - } - - $nCount = \count($profile->getProfiles()); - foreach ($profile as $i => $p) { - $str .= $this->dumpProfile($p, $prefix, $i + 1 !== $nCount); - } - - return $str; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php deleted file mode 100644 index 3fab5db..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ -final class BlackfireDumper -{ - public function dump(Profile $profile): string - { - $data = []; - $this->dumpProfile('main()', $profile, $data); - $this->dumpChildren('main()', $profile, $data); - - $start = sprintf('%f', microtime(true)); - $str = << $values) { - $str .= "{$name}//{$values['ct']} {$values['wt']} {$values['mu']} {$values['pmu']}\n"; - } - - return $str; - } - - private function dumpChildren(string $parent, Profile $profile, &$data) - { - foreach ($profile as $p) { - if ($p->isTemplate()) { - $name = $p->getTemplate(); - } else { - $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName()); - } - $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data); - $this->dumpChildren($name, $p, $data); - } - } - - private function dumpProfile(string $edge, Profile $profile, &$data) - { - if (isset($data[$edge])) { - ++$data[$edge]['ct']; - $data[$edge]['wt'] += floor($profile->getDuration() * 1000000); - $data[$edge]['mu'] += $profile->getMemoryUsage(); - $data[$edge]['pmu'] += $profile->getPeakMemoryUsage(); - } else { - $data[$edge] = [ - 'ct' => 1, - 'wt' => floor($profile->getDuration() * 1000000), - 'mu' => $profile->getMemoryUsage(), - 'pmu' => $profile->getPeakMemoryUsage(), - ]; - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php deleted file mode 100644 index 1f2433b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php +++ /dev/null @@ -1,47 +0,0 @@ - - */ -final class HtmlDumper extends BaseDumper -{ - private static $colors = [ - 'block' => '#dfd', - 'macro' => '#ddf', - 'template' => '#ffd', - 'big' => '#d44', - ]; - - public function dump(Profile $profile): string - { - return '
    '.parent::dump($profile).'
    '; - } - - protected function formatTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s', $prefix, self::$colors['template'], $profile->getTemplate()); - } - - protected function formatNonTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$colors[$profile->getType()] : 'auto', $profile->getName()); - } - - protected function formatTime(Profile $profile, $percent): string - { - return sprintf('%.2fms/%.0f%%', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * 1000, $percent); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php deleted file mode 100644 index 31561c4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -final class TextDumper extends BaseDumper -{ - protected function formatTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s', $prefix, $profile->getTemplate()); - } - - protected function formatNonTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->getName()); - } - - protected function formatTime(Profile $profile, $percent): string - { - return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php deleted file mode 100644 index 1494baf..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php +++ /dev/null @@ -1,42 +0,0 @@ - - */ -class EnterProfileNode extends Node -{ - public function __construct(string $extensionName, string $type, string $name, string $varName) - { - parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName]); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->write(sprintf('$%s = $this->extensions[', $this->getAttribute('var_name'))) - ->repr($this->getAttribute('extension_name')) - ->raw("];\n") - ->write(sprintf('$%s->enter($%s = new \Twig\Profiler\Profile($this->getTemplateName(), ', $this->getAttribute('var_name'), $this->getAttribute('var_name').'_prof')) - ->repr($this->getAttribute('type')) - ->raw(', ') - ->repr($this->getAttribute('name')) - ->raw("));\n\n") - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php deleted file mode 100644 index 94cebba..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class LeaveProfileNode extends Node -{ - public function __construct(string $varName) - { - parent::__construct([], ['var_name' => $varName]); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->write("\n") - ->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('var_name').'_prof')) - ; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php deleted file mode 100644 index bd23b20..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php +++ /dev/null @@ -1,76 +0,0 @@ - - */ -final class ProfilerNodeVisitor implements NodeVisitorInterface -{ - private $extensionName; - - public function __construct(string $extensionName) - { - $this->extensionName = $extensionName; - } - - public function enterNode(Node $node, Environment $env): Node - { - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $varName = $this->getVarName(); - $node->setNode('display_start', new Node([new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $varName), $node->getNode('display_start')])); - $node->setNode('display_end', new Node([new LeaveProfileNode($varName), $node->getNode('display_end')])); - } elseif ($node instanceof BlockNode) { - $varName = $this->getVarName(); - $node->setNode('body', new BodyNode([ - new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $varName), - $node->getNode('body'), - new LeaveProfileNode($varName), - ])); - } elseif ($node instanceof MacroNode) { - $varName = $this->getVarName(); - $node->setNode('body', new BodyNode([ - new EnterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $varName), - $node->getNode('body'), - new LeaveProfileNode($varName), - ])); - } - - return $node; - } - - private function getVarName(): string - { - return sprintf('__internal_%s', hash('sha256', $this->extensionName)); - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Profile.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Profile.php deleted file mode 100644 index ffbe74f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Profiler/Profile.php +++ /dev/null @@ -1,181 +0,0 @@ - - */ -final class Profile implements \IteratorAggregate, \Serializable -{ - const ROOT = 'ROOT'; - const BLOCK = 'block'; - const TEMPLATE = 'template'; - const MACRO = 'macro'; - - private $template; - private $name; - private $type; - private $starts = []; - private $ends = []; - private $profiles = []; - - public function __construct(string $template = 'main', string $type = self::ROOT, string $name = 'main') - { - $this->template = $template; - $this->type = $type; - $this->name = 0 === strpos($name, '__internal_') ? 'INTERNAL' : $name; - $this->enter(); - } - - public function getTemplate(): string - { - return $this->template; - } - - public function getType(): string - { - return $this->type; - } - - public function getName(): string - { - return $this->name; - } - - public function isRoot(): bool - { - return self::ROOT === $this->type; - } - - public function isTemplate(): bool - { - return self::TEMPLATE === $this->type; - } - - public function isBlock(): bool - { - return self::BLOCK === $this->type; - } - - public function isMacro(): bool - { - return self::MACRO === $this->type; - } - - /** - * @return Profile[] - */ - public function getProfiles(): array - { - return $this->profiles; - } - - public function addProfile(self $profile): void - { - $this->profiles[] = $profile; - } - - /** - * Returns the duration in microseconds. - */ - public function getDuration(): float - { - if ($this->isRoot() && $this->profiles) { - // for the root node with children, duration is the sum of all child durations - $duration = 0; - foreach ($this->profiles as $profile) { - $duration += $profile->getDuration(); - } - - return $duration; - } - - return isset($this->ends['wt']) && isset($this->starts['wt']) ? $this->ends['wt'] - $this->starts['wt'] : 0; - } - - /** - * Returns the memory usage in bytes. - */ - public function getMemoryUsage(): int - { - return isset($this->ends['mu']) && isset($this->starts['mu']) ? $this->ends['mu'] - $this->starts['mu'] : 0; - } - - /** - * Returns the peak memory usage in bytes. - */ - public function getPeakMemoryUsage(): int - { - return isset($this->ends['pmu']) && isset($this->starts['pmu']) ? $this->ends['pmu'] - $this->starts['pmu'] : 0; - } - - /** - * Starts the profiling. - */ - public function enter(): void - { - $this->starts = [ - 'wt' => microtime(true), - 'mu' => memory_get_usage(), - 'pmu' => memory_get_peak_usage(), - ]; - } - - /** - * Stops the profiling. - */ - public function leave(): void - { - $this->ends = [ - 'wt' => microtime(true), - 'mu' => memory_get_usage(), - 'pmu' => memory_get_peak_usage(), - ]; - } - - public function reset(): void - { - $this->starts = $this->ends = $this->profiles = []; - $this->enter(); - } - - public function getIterator(): \Traversable - { - return new \ArrayIterator($this->profiles); - } - - public function serialize(): string - { - return serialize($this->__serialize()); - } - - public function unserialize($data): void - { - $this->__unserialize(unserialize($data)); - } - - /** - * @internal - */ - public function __serialize(): array - { - return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles]; - } - - /** - * @internal - */ - public function __unserialize(array $data): void - { - list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = $data; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php deleted file mode 100644 index b360d7b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php +++ /dev/null @@ -1,37 +0,0 @@ - - * @author Robin Chalas - */ -class ContainerRuntimeLoader implements RuntimeLoaderInterface -{ - private $container; - - public function __construct(ContainerInterface $container) - { - $this->container = $container; - } - - public function load(string $class) - { - return $this->container->has($class) ? $this->container->get($class) : null; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php deleted file mode 100644 index 1306483..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php +++ /dev/null @@ -1,41 +0,0 @@ - - */ -class FactoryRuntimeLoader implements RuntimeLoaderInterface -{ - private $map; - - /** - * @param array $map An array where keys are class names and values factory callables - */ - public function __construct(array $map = []) - { - $this->map = $map; - } - - public function load(string $class) - { - if (!isset($this->map[$class])) { - return null; - } - - $runtimeFactory = $this->map[$class]; - - return $runtimeFactory(); - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php deleted file mode 100644 index 9e5b204..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ -interface RuntimeLoaderInterface -{ - /** - * Creates the runtime implementation of a Twig element (filter/function/test). - * - * @return object|null The runtime instance or null if the loader does not know how to create the runtime for this class - */ - public function load(string $class); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityError.php deleted file mode 100644 index 30a404f..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityError.php +++ /dev/null @@ -1,23 +0,0 @@ - - */ -class SecurityError extends Error -{ -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php deleted file mode 100644 index 02d3063..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedFilterError extends SecurityError -{ - private $filterName; - - public function __construct(string $message, string $functionName) - { - parent::__construct($message); - $this->filterName = $functionName; - } - - public function getFilterName(): string - { - return $this->filterName; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php deleted file mode 100644 index 4f76dc6..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedFunctionError extends SecurityError -{ - private $functionName; - - public function __construct(string $message, string $functionName) - { - parent::__construct($message); - $this->functionName = $functionName; - } - - public function getFunctionName(): string - { - return $this->functionName; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php deleted file mode 100644 index 8df9d0b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php +++ /dev/null @@ -1,40 +0,0 @@ - - */ -final class SecurityNotAllowedMethodError extends SecurityError -{ - private $className; - private $methodName; - - public function __construct(string $message, string $className, string $methodName) - { - parent::__construct($message); - $this->className = $className; - $this->methodName = $methodName; - } - - public function getClassName(): string - { - return $this->className; - } - - public function getMethodName() - { - return $this->methodName; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php deleted file mode 100644 index 42ec4f3..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php +++ /dev/null @@ -1,40 +0,0 @@ - - */ -final class SecurityNotAllowedPropertyError extends SecurityError -{ - private $className; - private $propertyName; - - public function __construct(string $message, string $className, string $propertyName) - { - parent::__construct($message); - $this->className = $className; - $this->propertyName = $propertyName; - } - - public function getClassName(): string - { - return $this->className; - } - - public function getPropertyName() - { - return $this->propertyName; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php deleted file mode 100644 index 4522150..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedTagError extends SecurityError -{ - private $tagName; - - public function __construct(string $message, string $tagName) - { - parent::__construct($message); - $this->tagName = $tagName; - } - - public function getTagName(): string - { - return $this->tagName; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicy.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicy.php deleted file mode 100644 index 2fc0d01..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicy.php +++ /dev/null @@ -1,126 +0,0 @@ - - */ -final class SecurityPolicy implements SecurityPolicyInterface -{ - private $allowedTags; - private $allowedFilters; - private $allowedMethods; - private $allowedProperties; - private $allowedFunctions; - - public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMethods = [], array $allowedProperties = [], array $allowedFunctions = []) - { - $this->allowedTags = $allowedTags; - $this->allowedFilters = $allowedFilters; - $this->setAllowedMethods($allowedMethods); - $this->allowedProperties = $allowedProperties; - $this->allowedFunctions = $allowedFunctions; - } - - public function setAllowedTags(array $tags): void - { - $this->allowedTags = $tags; - } - - public function setAllowedFilters(array $filters): void - { - $this->allowedFilters = $filters; - } - - public function setAllowedMethods(array $methods): void - { - $this->allowedMethods = []; - foreach ($methods as $class => $m) { - $this->allowedMethods[$class] = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); }, \is_array($m) ? $m : [$m]); - } - } - - public function setAllowedProperties(array $properties): void - { - $this->allowedProperties = $properties; - } - - public function setAllowedFunctions(array $functions): void - { - $this->allowedFunctions = $functions; - } - - public function checkSecurity($tags, $filters, $functions): void - { - foreach ($tags as $tag) { - if (!\in_array($tag, $this->allowedTags)) { - throw new SecurityNotAllowedTagError(sprintf('Tag "%s" is not allowed.', $tag), $tag); - } - } - - foreach ($filters as $filter) { - if (!\in_array($filter, $this->allowedFilters)) { - throw new SecurityNotAllowedFilterError(sprintf('Filter "%s" is not allowed.', $filter), $filter); - } - } - - foreach ($functions as $function) { - if (!\in_array($function, $this->allowedFunctions)) { - throw new SecurityNotAllowedFunctionError(sprintf('Function "%s" is not allowed.', $function), $function); - } - } - } - - public function checkMethodAllowed($obj, $method): void - { - if ($obj instanceof Template || $obj instanceof Markup) { - return; - } - - $allowed = false; - $method = strtr($method, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); - foreach ($this->allowedMethods as $class => $methods) { - if ($obj instanceof $class) { - $allowed = \in_array($method, $methods); - - break; - } - } - - if (!$allowed) { - $class = \get_class($obj); - throw new SecurityNotAllowedMethodError(sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method); - } - } - - public function checkPropertyAllowed($obj, $property): void - { - $allowed = false; - foreach ($this->allowedProperties as $class => $properties) { - if ($obj instanceof $class) { - $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]); - - break; - } - } - - if (!$allowed) { - $class = \get_class($obj); - throw new SecurityNotAllowedPropertyError(sprintf('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php deleted file mode 100644 index 4cb479d..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -interface SecurityPolicyInterface -{ - /** - * @throws SecurityError - */ - public function checkSecurity($tags, $filters, $functions): void; - - /** - * @throws SecurityNotAllowedMethodError - */ - public function checkMethodAllowed($obj, $method): void; - - /** - * @throws SecurityNotAllowedPropertyError - */ - public function checkPropertyAllowed($obj, $method): void; -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Source.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Source.php deleted file mode 100644 index 3cb0240..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Source.php +++ /dev/null @@ -1,51 +0,0 @@ - - */ -final class Source -{ - private $code; - private $name; - private $path; - - /** - * @param string $code The template source code - * @param string $name The template logical name - * @param string $path The filesystem path of the template if any - */ - public function __construct(string $code, string $name, string $path = '') - { - $this->code = $code; - $this->name = $name; - $this->path = $path; - } - - public function getCode(): string - { - return $this->code; - } - - public function getName(): string - { - return $this->name; - } - - public function getPath(): string - { - return $this->path; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Template.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Template.php deleted file mode 100644 index 14033ce..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Template.php +++ /dev/null @@ -1,422 +0,0 @@ -load() - * instead, which returns an instance of \Twig\TemplateWrapper. - * - * @author Fabien Potencier - * - * @internal - */ -abstract class Template -{ - const ANY_CALL = 'any'; - const ARRAY_CALL = 'array'; - const METHOD_CALL = 'method'; - - protected $parent; - protected $parents = []; - protected $env; - protected $blocks = []; - protected $traits = []; - protected $extensions = []; - protected $sandbox; - - public function __construct(Environment $env) - { - $this->env = $env; - $this->extensions = $env->getExtensions(); - } - - /** - * Returns the template name. - * - * @return string The template name - */ - abstract public function getTemplateName(); - - /** - * Returns debug information about the template. - * - * @return array Debug information - */ - abstract public function getDebugInfo(); - - /** - * Returns information about the original template source code. - * - * @return Source - */ - abstract public function getSourceContext(); - - /** - * Returns the parent template. - * - * This method is for internal use only and should never be called - * directly. - * - * @return Template|TemplateWrapper|false The parent template or false if there is no parent - */ - public function getParent(array $context) - { - if (null !== $this->parent) { - return $this->parent; - } - - try { - $parent = $this->doGetParent($context); - - if (false === $parent) { - return false; - } - - if ($parent instanceof self || $parent instanceof TemplateWrapper) { - return $this->parents[$parent->getSourceContext()->getName()] = $parent; - } - - if (!isset($this->parents[$parent])) { - $this->parents[$parent] = $this->loadTemplate($parent); - } - } catch (LoaderError $e) { - $e->setSourceContext(null); - $e->guess(); - - throw $e; - } - - return $this->parents[$parent]; - } - - protected function doGetParent(array $context) - { - return false; - } - - public function isTraitable() - { - return true; - } - - /** - * Displays a parent block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to display from the parent - * @param array $context The context - * @param array $blocks The current set of blocks - */ - public function displayParentBlock($name, array $context, array $blocks = []) - { - if (isset($this->traits[$name])) { - $this->traits[$name][0]->displayBlock($name, $context, $blocks, false); - } elseif (false !== $parent = $this->getParent($context)) { - $parent->displayBlock($name, $context, $blocks, false); - } else { - throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.', $name), -1, $this->getSourceContext()); - } - } - - /** - * Displays a block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to display - * @param array $context The context - * @param array $blocks The current set of blocks - * @param bool $useBlocks Whether to use the current set of blocks - */ - public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) - { - if ($useBlocks && isset($blocks[$name])) { - $template = $blocks[$name][0]; - $block = $blocks[$name][1]; - } elseif (isset($this->blocks[$name])) { - $template = $this->blocks[$name][0]; - $block = $this->blocks[$name][1]; - } else { - $template = null; - $block = null; - } - - // avoid RCEs when sandbox is enabled - if (null !== $template && !$template instanceof self) { - throw new \LogicException('A block must be a method on a \Twig\Template instance.'); - } - - if (null !== $template) { - try { - $template->$block($context, $blocks); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($template->getSourceContext()); - } - - // this is mostly useful for \Twig\Error\LoaderError exceptions - // see \Twig\Error\LoaderError - if (-1 === $e->getTemplateLine()) { - $e->guess(); - } - - throw $e; - } catch (\Exception $e) { - $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e); - $e->guess(); - - throw $e; - } - } elseif (false !== $parent = $this->getParent($context)) { - $parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this); - } elseif (isset($blocks[$name])) { - throw new RuntimeError(sprintf('Block "%s" should not call parent() in "%s" as the block does not exist in the parent template "%s".', $name, $blocks[$name][0]->getTemplateName(), $this->getTemplateName()), -1, $blocks[$name][0]->getSourceContext()); - } else { - throw new RuntimeError(sprintf('Block "%s" on template "%s" does not exist.', $name, $this->getTemplateName()), -1, ($templateContext ?? $this)->getSourceContext()); - } - } - - /** - * Renders a parent block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to render from the parent - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return string The rendered block - */ - public function renderParentBlock($name, array $context, array $blocks = []) - { - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - $this->displayParentBlock($name, $context, $blocks); - - return ob_get_clean(); - } - - /** - * Renders a block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to render - * @param array $context The context - * @param array $blocks The current set of blocks - * @param bool $useBlocks Whether to use the current set of blocks - * - * @return string The rendered block - */ - public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) - { - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - $this->displayBlock($name, $context, $blocks, $useBlocks); - - return ob_get_clean(); - } - - /** - * Returns whether a block exists or not in the current context of the template. - * - * This method checks blocks defined in the current template - * or defined in "used" traits or defined in parent templates. - * - * @param string $name The block name - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return bool true if the block exists, false otherwise - */ - public function hasBlock($name, array $context, array $blocks = []) - { - if (isset($blocks[$name])) { - return $blocks[$name][0] instanceof self; - } - - if (isset($this->blocks[$name])) { - return true; - } - - if (false !== $parent = $this->getParent($context)) { - return $parent->hasBlock($name, $context); - } - - return false; - } - - /** - * Returns all block names in the current context of the template. - * - * This method checks blocks defined in the current template - * or defined in "used" traits or defined in parent templates. - * - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return array An array of block names - */ - public function getBlockNames(array $context, array $blocks = []) - { - $names = array_merge(array_keys($blocks), array_keys($this->blocks)); - - if (false !== $parent = $this->getParent($context)) { - $names = array_merge($names, $parent->getBlockNames($context)); - } - - return array_unique($names); - } - - /** - * @return Template|TemplateWrapper - */ - protected function loadTemplate($template, $templateName = null, $line = null, $index = null) - { - try { - if (\is_array($template)) { - return $this->env->resolveTemplate($template); - } - - if ($template instanceof self || $template instanceof TemplateWrapper) { - return $template; - } - - if ($template === $this->getTemplateName()) { - $class = static::class; - if (false !== $pos = strrpos($class, '___', -1)) { - $class = substr($class, 0, $pos); - } - } else { - $class = $this->env->getTemplateClass($template); - } - - return $this->env->loadTemplate($class, $template, $index); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext()); - } - - if ($e->getTemplateLine() > 0) { - throw $e; - } - - if (!$line) { - $e->guess(); - } else { - $e->setTemplateLine($line); - } - - throw $e; - } - } - - /** - * @internal - * - * @return Template - */ - public function unwrap() - { - return $this; - } - - /** - * Returns all blocks. - * - * This method is for internal use only and should never be called - * directly. - * - * @return array An array of blocks - */ - public function getBlocks() - { - return $this->blocks; - } - - public function display(array $context, array $blocks = []) - { - $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); - } - - public function render(array $context) - { - $level = ob_get_level(); - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - try { - $this->display($context); - } catch (\Throwable $e) { - while (ob_get_level() > $level) { - ob_end_clean(); - } - - throw $e; - } - - return ob_get_clean(); - } - - protected function displayWithErrorHandling(array $context, array $blocks = []) - { - try { - $this->doDisplay($context, $blocks); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($this->getSourceContext()); - } - - // this is mostly useful for \Twig\Error\LoaderError exceptions - // see \Twig\Error\LoaderError - if (-1 === $e->getTemplateLine()) { - $e->guess(); - } - - throw $e; - } catch (\Exception $e) { - $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e); - $e->guess(); - - throw $e; - } - } - - /** - * Auto-generated method to display the template with the given context. - * - * @param array $context An array of parameters to pass to the template - * @param array $blocks An array of blocks to pass to the template - */ - abstract protected function doDisplay(array $context, array $blocks = []); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TemplateWrapper.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TemplateWrapper.php deleted file mode 100644 index c9c6b07..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TemplateWrapper.php +++ /dev/null @@ -1,109 +0,0 @@ - - */ -final class TemplateWrapper -{ - private $env; - private $template; - - /** - * This method is for internal use only and should never be called - * directly (use Twig\Environment::load() instead). - * - * @internal - */ - public function __construct(Environment $env, Template $template) - { - $this->env = $env; - $this->template = $template; - } - - public function render(array $context = []): string - { - // using func_get_args() allows to not expose the blocks argument - // as it should only be used by internal code - return $this->template->render($context, \func_get_args()[1] ?? []); - } - - public function display(array $context = []) - { - // using func_get_args() allows to not expose the blocks argument - // as it should only be used by internal code - $this->template->display($context, \func_get_args()[1] ?? []); - } - - public function hasBlock(string $name, array $context = []): bool - { - return $this->template->hasBlock($name, $context); - } - - /** - * @return string[] An array of defined template block names - */ - public function getBlockNames(array $context = []): array - { - return $this->template->getBlockNames($context); - } - - public function renderBlock(string $name, array $context = []): string - { - $context = $this->env->mergeGlobals($context); - $level = ob_get_level(); - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - try { - $this->template->displayBlock($name, $context); - } catch (\Throwable $e) { - while (ob_get_level() > $level) { - ob_end_clean(); - } - - throw $e; - } - - return ob_get_clean(); - } - - public function displayBlock(string $name, array $context = []) - { - $this->template->displayBlock($name, $this->env->mergeGlobals($context)); - } - - public function getSourceContext(): Source - { - return $this->template->getSourceContext(); - } - - public function getTemplateName(): string - { - return $this->template->getTemplateName(); - } - - /** - * @internal - * - * @return Template - */ - public function unwrap() - { - return $this->template; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/IntegrationTestCase.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/IntegrationTestCase.php deleted file mode 100644 index d325874..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/IntegrationTestCase.php +++ /dev/null @@ -1,265 +0,0 @@ - - * @author Karma Dordrak - */ -abstract class IntegrationTestCase extends TestCase -{ - /** - * @return string - */ - abstract protected function getFixturesDir(); - - /** - * @return RuntimeLoaderInterface[] - */ - protected function getRuntimeLoaders() - { - return []; - } - - /** - * @return ExtensionInterface[] - */ - protected function getExtensions() - { - return []; - } - - /** - * @return TwigFilter[] - */ - protected function getTwigFilters() - { - return []; - } - - /** - * @return TwigFunction[] - */ - protected function getTwigFunctions() - { - return []; - } - - /** - * @return TwigTest[] - */ - protected function getTwigTests() - { - return []; - } - - /** - * @dataProvider getTests - */ - public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation); - } - - /** - * @dataProvider getLegacyTests - * @group legacy - */ - public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation); - } - - public function getTests($name, $legacyTests = false) - { - $fixturesDir = realpath($this->getFixturesDir()); - $tests = []; - - foreach (new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($fixturesDir), \RecursiveIteratorIterator::LEAVES_ONLY) as $file) { - if (!preg_match('/\.test$/', $file)) { - continue; - } - - if ($legacyTests xor false !== strpos($file->getRealpath(), '.legacy.test')) { - continue; - } - - $test = file_get_contents($file->getRealpath()); - - if (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*(?:--DEPRECATION--\s*(.*?))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)\s*(?:--DATA--\s*(.*))?\s*--EXCEPTION--\s*(.*)/sx', $test, $match)) { - $message = $match[1]; - $condition = $match[2]; - $deprecation = $match[3]; - $templates = self::parseTemplates($match[4]); - $exception = $match[6]; - $outputs = [[null, $match[5], null, '']]; - } elseif (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*(?:--DEPRECATION--\s*(.*?))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) { - $message = $match[1]; - $condition = $match[2]; - $deprecation = $match[3]; - $templates = self::parseTemplates($match[4]); - $exception = false; - preg_match_all('/--DATA--(.*?)(?:--CONFIG--(.*?))?--EXPECT--(.*?)(?=\-\-DATA\-\-|$)/s', $test, $outputs, PREG_SET_ORDER); - } else { - throw new \InvalidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/', '', $file))); - } - - $tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs, $deprecation]; - } - - if ($legacyTests && empty($tests)) { - // add a dummy test to avoid a PHPUnit message - return [['not', '-', '', [], '', []]]; - } - - return $tests; - } - - public function getLegacyTests() - { - return $this->getTests('testLegacyIntegration', true); - } - - protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - if (!$outputs) { - $this->markTestSkipped('no tests to run'); - } - - if ($condition) { - eval('$ret = '.$condition.';'); - if (!$ret) { - $this->markTestSkipped($condition); - } - } - - $loader = new ArrayLoader($templates); - - foreach ($outputs as $i => $match) { - $config = array_merge([ - 'cache' => false, - 'strict_variables' => true, - ], $match[2] ? eval($match[2].';') : []); - $twig = new Environment($loader, $config); - $twig->addGlobal('global', 'global'); - foreach ($this->getRuntimeLoaders() as $runtimeLoader) { - $twig->addRuntimeLoader($runtimeLoader); - } - - foreach ($this->getExtensions() as $extension) { - $twig->addExtension($extension); - } - - foreach ($this->getTwigFilters() as $filter) { - $twig->addFilter($filter); - } - - foreach ($this->getTwigTests() as $test) { - $twig->addTest($test); - } - - foreach ($this->getTwigFunctions() as $function) { - $twig->addFunction($function); - } - - // avoid using the same PHP class name for different cases - $p = new \ReflectionProperty($twig, 'templateClassPrefix'); - $p->setAccessible(true); - $p->setValue($twig, '__TwigTemplate_'.hash('sha256', uniqid(mt_rand(), true), false).'_'); - - $deprecations = []; - try { - $prevHandler = set_error_handler(function ($type, $msg, $file, $line, $context = []) use (&$deprecations, &$prevHandler) { - if (E_USER_DEPRECATED === $type) { - $deprecations[] = $msg; - - return true; - } - - return $prevHandler ? $prevHandler($type, $msg, $file, $line, $context) : false; - }); - - $template = $twig->load('index.twig'); - } catch (\Exception $e) { - if (false !== $exception) { - $message = $e->getMessage(); - $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message))); - $last = substr($message, \strlen($message) - 1); - $this->assertTrue('.' === $last || '?' === $last, 'Exception message must end with a dot or a question mark.'); - - return; - } - - throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e); - } finally { - restore_error_handler(); - } - - $this->assertSame($deprecation, implode("\n", $deprecations)); - - try { - $output = trim($template->render(eval($match[1].';')), "\n "); - } catch (\Exception $e) { - if (false !== $exception) { - $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage()))); - - return; - } - - $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e); - - $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage())); - } - - if (false !== $exception) { - list($class) = explode(':', $exception); - $constraintClass = class_exists('PHPUnit\Framework\Constraint\Exception') ? 'PHPUnit\Framework\Constraint\Exception' : 'PHPUnit_Framework_Constraint_Exception'; - $this->assertThat(null, new $constraintClass($class)); - } - - $expected = trim($match[3], "\n "); - - if ($expected !== $output) { - printf("Compiled templates that failed on case %d:\n", $i + 1); - - foreach (array_keys($templates) as $name) { - echo "Template: $name\n"; - echo $twig->compile($twig->parse($twig->tokenize($twig->getLoader()->getSourceContext($name)))); - } - } - $this->assertEquals($expected, $output, $message.' (in '.$file.')'); - } - } - - protected static function parseTemplates($test) - { - $templates = []; - preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, PREG_SET_ORDER); - foreach ($matches as $match) { - $templates[($match[1] ?: 'index.twig')] = $match[2]; - } - - return $templates; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/NodeTestCase.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/NodeTestCase.php deleted file mode 100644 index 6464024..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Test/NodeTestCase.php +++ /dev/null @@ -1,65 +0,0 @@ -assertNodeCompilation($source, $node, $environment, $isPattern); - } - - public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPattern = false) - { - $compiler = $this->getCompiler($environment); - $compiler->compile($node); - - if ($isPattern) { - $this->assertStringMatchesFormat($source, trim($compiler->getSource())); - } else { - $this->assertEquals($source, trim($compiler->getSource())); - } - } - - protected function getCompiler(Environment $environment = null) - { - return new Compiler(null === $environment ? $this->getEnvironment() : $environment); - } - - protected function getEnvironment() - { - return new Environment(new ArrayLoader([])); - } - - protected function getVariableGetter($name, $line = false) - { - $line = $line > 0 ? "// line {$line}\n" : ''; - - return sprintf('%s($context["%s"] ?? null)', $line, $name); - } - - protected function getAttributeGetter() - { - return 'twig_get_attribute($this->env, $this->source, '; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Token.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Token.php deleted file mode 100644 index 7640fc5..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Token.php +++ /dev/null @@ -1,178 +0,0 @@ - - */ -final class Token -{ - private $value; - private $type; - private $lineno; - - const EOF_TYPE = -1; - const TEXT_TYPE = 0; - const BLOCK_START_TYPE = 1; - const VAR_START_TYPE = 2; - const BLOCK_END_TYPE = 3; - const VAR_END_TYPE = 4; - const NAME_TYPE = 5; - const NUMBER_TYPE = 6; - const STRING_TYPE = 7; - const OPERATOR_TYPE = 8; - const PUNCTUATION_TYPE = 9; - const INTERPOLATION_START_TYPE = 10; - const INTERPOLATION_END_TYPE = 11; - const ARROW_TYPE = 12; - - public function __construct(int $type, $value, int $lineno) - { - $this->type = $type; - $this->value = $value; - $this->lineno = $lineno; - } - - public function __toString() - { - return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value); - } - - /** - * Tests the current token for a type and/or a value. - * - * Parameters may be: - * * just type - * * type and value (or array of possible values) - * * just value (or array of possible values) (NAME_TYPE is used as type) - * - * @param array|string|int $type The type to test - * @param array|string|null $values The token value - */ - public function test($type, $values = null): bool - { - if (null === $values && !\is_int($type)) { - $values = $type; - $type = self::NAME_TYPE; - } - - return ($this->type === $type) && ( - null === $values || - (\is_array($values) && \in_array($this->value, $values)) || - $this->value == $values - ); - } - - public function getLine(): int - { - return $this->lineno; - } - - public function getType(): int - { - return $this->type; - } - - public function getValue() - { - return $this->value; - } - - public static function typeToString(int $type, bool $short = false): string - { - switch ($type) { - case self::EOF_TYPE: - $name = 'EOF_TYPE'; - break; - case self::TEXT_TYPE: - $name = 'TEXT_TYPE'; - break; - case self::BLOCK_START_TYPE: - $name = 'BLOCK_START_TYPE'; - break; - case self::VAR_START_TYPE: - $name = 'VAR_START_TYPE'; - break; - case self::BLOCK_END_TYPE: - $name = 'BLOCK_END_TYPE'; - break; - case self::VAR_END_TYPE: - $name = 'VAR_END_TYPE'; - break; - case self::NAME_TYPE: - $name = 'NAME_TYPE'; - break; - case self::NUMBER_TYPE: - $name = 'NUMBER_TYPE'; - break; - case self::STRING_TYPE: - $name = 'STRING_TYPE'; - break; - case self::OPERATOR_TYPE: - $name = 'OPERATOR_TYPE'; - break; - case self::PUNCTUATION_TYPE: - $name = 'PUNCTUATION_TYPE'; - break; - case self::INTERPOLATION_START_TYPE: - $name = 'INTERPOLATION_START_TYPE'; - break; - case self::INTERPOLATION_END_TYPE: - $name = 'INTERPOLATION_END_TYPE'; - break; - case self::ARROW_TYPE: - $name = 'ARROW_TYPE'; - break; - default: - throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type)); - } - - return $short ? $name : 'Twig\Token::'.$name; - } - - public static function typeToEnglish(int $type): string - { - switch ($type) { - case self::EOF_TYPE: - return 'end of template'; - case self::TEXT_TYPE: - return 'text'; - case self::BLOCK_START_TYPE: - return 'begin of statement block'; - case self::VAR_START_TYPE: - return 'begin of print statement'; - case self::BLOCK_END_TYPE: - return 'end of statement block'; - case self::VAR_END_TYPE: - return 'end of print statement'; - case self::NAME_TYPE: - return 'name'; - case self::NUMBER_TYPE: - return 'number'; - case self::STRING_TYPE: - return 'string'; - case self::OPERATOR_TYPE: - return 'operator'; - case self::PUNCTUATION_TYPE: - return 'punctuation'; - case self::INTERPOLATION_START_TYPE: - return 'begin of string interpolation'; - case self::INTERPOLATION_END_TYPE: - return 'end of string interpolation'; - case self::ARROW_TYPE: - return 'arrow function'; - default: - throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type)); - } - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php deleted file mode 100644 index 720ea67..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php +++ /dev/null @@ -1,32 +0,0 @@ - - */ -abstract class AbstractTokenParser implements TokenParserInterface -{ - /** - * @var Parser - */ - protected $parser; - - public function setParser(Parser $parser): void - { - $this->parser = $parser; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php deleted file mode 100644 index 4dbf304..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php +++ /dev/null @@ -1,60 +0,0 @@ -getLine(); - $name = $this->parser->getVarName(); - - $ref = new TempNameExpression($name, $lineno); - $ref->setAttribute('always_defined', true); - - $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag()); - - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - $body = $this->parser->subparse([$this, 'decideApplyEnd'], true); - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - - return new Node([ - new SetNode(true, $ref, $body, $lineno, $this->getTag()), - new PrintNode($filter, $lineno, $this->getTag()), - ]); - } - - public function decideApplyEnd(Token $token): bool - { - return $token->test('endapply'); - } - - public function getTag(): string - { - return 'apply'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php deleted file mode 100644 index b674bea..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php +++ /dev/null @@ -1,58 +0,0 @@ -getLine(); - $stream = $this->parser->getStream(); - - if ($stream->test(/* Token::BLOCK_END_TYPE */ 3)) { - $value = 'html'; - } else { - $expr = $this->parser->getExpressionParser()->parseExpression(); - if (!$expr instanceof ConstantExpression) { - throw new SyntaxError('An escaping strategy must be a string or false.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - $value = $expr->getAttribute('value'); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new AutoEscapeNode($value, $body, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endautoescape'); - } - - public function getTag(): string - { - return 'autoescape'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/BlockTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/BlockTokenParser.php deleted file mode 100644 index 5878131..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/BlockTokenParser.php +++ /dev/null @@ -1,78 +0,0 @@ - - * {% block title %}{% endblock %} - My Webpage - * {% endblock %} - * - * @internal - */ -final class BlockTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - if ($this->parser->hasBlock($name)) { - throw new SyntaxError(sprintf("The block '%s' has already been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - $this->parser->setBlock($name, $block = new BlockNode($name, new Node([]), $lineno)); - $this->parser->pushLocalScope(); - $this->parser->pushBlockStack($name); - - if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) { - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $value = $token->getValue(); - - if ($value != $name) { - throw new SyntaxError(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - } else { - $body = new Node([ - new PrintNode($this->parser->getExpressionParser()->parseExpression(), $lineno), - ]); - } - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $block->setNode('body', $body); - $this->parser->popBlockStack(); - $this->parser->popLocalScope(); - - return new BlockReferenceNode($name, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endblock'); - } - - public function getTag(): string - { - return 'block'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php deleted file mode 100644 index 31416c7..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * @internal - */ -final class DeprecatedTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $expr = $this->parser->getExpressionParser()->parseExpression(); - - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - - return new DeprecatedNode($expr, $token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'deprecated'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DoTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DoTokenParser.php deleted file mode 100644 index 32c8f12..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/DoTokenParser.php +++ /dev/null @@ -1,38 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - - $this->parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new DoNode($expr, $token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'do'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php deleted file mode 100644 index 64b4f29..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -parser->getStream(); - - $parent = $this->parser->getExpressionParser()->parseExpression(); - - list($variables, $only, $ignoreMissing) = $this->parseArguments(); - - $parentToken = $fakeParentToken = new Token(/* Token::STRING_TYPE */ 7, '__parent__', $token->getLine()); - if ($parent instanceof ConstantExpression) { - $parentToken = new Token(/* Token::STRING_TYPE */ 7, $parent->getAttribute('value'), $token->getLine()); - } elseif ($parent instanceof NameExpression) { - $parentToken = new Token(/* Token::NAME_TYPE */ 5, $parent->getAttribute('name'), $token->getLine()); - } - - // inject a fake parent to make the parent() function work - $stream->injectTokens([ - new Token(/* Token::BLOCK_START_TYPE */ 1, '', $token->getLine()), - new Token(/* Token::NAME_TYPE */ 5, 'extends', $token->getLine()), - $parentToken, - new Token(/* Token::BLOCK_END_TYPE */ 3, '', $token->getLine()), - ]); - - $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true); - - // override the parent with the correct one - if ($fakeParentToken === $parentToken) { - $module->setNode('parent', $parent); - } - - $this->parser->embedTemplate($module); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endembed'); - } - - public function getTag(): string - { - return 'embed'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php deleted file mode 100644 index 0ca46dd..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php +++ /dev/null @@ -1,52 +0,0 @@ -parser->getStream(); - - if ($this->parser->peekBlockStack()) { - throw new SyntaxError('Cannot use "extend" in a block.', $token->getLine(), $stream->getSourceContext()); - } elseif (!$this->parser->isMainScope()) { - throw new SyntaxError('Cannot use "extend" in a macro.', $token->getLine(), $stream->getSourceContext()); - } - - if (null !== $this->parser->getParent()) { - throw new SyntaxError('Multiple extends tags are forbidden.', $token->getLine(), $stream->getSourceContext()); - } - $this->parser->setParent($this->parser->getExpressionParser()->parseExpression()); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new Node(); - } - - public function getTag(): string - { - return 'extends'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FlushTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FlushTokenParser.php deleted file mode 100644 index 02c74aa..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FlushTokenParser.php +++ /dev/null @@ -1,38 +0,0 @@ -parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new FlushNode($token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'flush'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ForTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ForTokenParser.php deleted file mode 100644 index b6d3b4e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ForTokenParser.php +++ /dev/null @@ -1,79 +0,0 @@ - - * {% for user in users %} - *
  • {{ user.username|e }}
  • - * {% endfor %} - * - * - * @internal - */ -final class ForTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $targets = $this->parser->getExpressionParser()->parseAssignmentExpression(); - $stream->expect(/* Token::OPERATOR_TYPE */ 8, 'in'); - $seq = $this->parser->getExpressionParser()->parseExpression(); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideForFork']); - if ('else' == $stream->next()->getValue()) { - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $else = $this->parser->subparse([$this, 'decideForEnd'], true); - } else { - $else = null; - } - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - if (\count($targets) > 1) { - $keyTarget = $targets->getNode(0); - $keyTarget = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLine()); - $valueTarget = $targets->getNode(1); - $valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine()); - } else { - $keyTarget = new AssignNameExpression('_key', $lineno); - $valueTarget = $targets->getNode(0); - $valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine()); - } - - return new ForNode($keyTarget, $valueTarget, $seq, null, $body, $else, $lineno, $this->getTag()); - } - - public function decideForFork(Token $token): bool - { - return $token->test(['else', 'endfor']); - } - - public function decideForEnd(Token $token): bool - { - return $token->test('endfor'); - } - - public function getTag(): string - { - return 'for'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FromTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FromTokenParser.php deleted file mode 100644 index 35098c2..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/FromTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - $stream->expect(/* Token::NAME_TYPE */ 5, 'import'); - - $targets = []; - do { - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $alias = $name; - if ($stream->nextIf('as')) { - $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - } - - $targets[$name] = $alias; - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } while (true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $var = new AssignNameExpression($this->parser->getVarName(), $token->getLine()); - $node = new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope()); - - foreach ($targets as $name => $alias) { - $this->parser->addImportedSymbol('function', $alias, 'macro_'.$name, $var); - } - - return $node; - } - - public function getTag(): string - { - return 'from'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IfTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IfTokenParser.php deleted file mode 100644 index c0fe6df..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IfTokenParser.php +++ /dev/null @@ -1,89 +0,0 @@ - - * {% for user in users %} - *
  • {{ user.username|e }}
  • - * {% endfor %} - * - * {% endif %} - * - * @internal - */ -final class IfTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $expr = $this->parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideIfFork']); - $tests = [$expr, $body]; - $else = null; - - $end = false; - while (!$end) { - switch ($stream->next()->getValue()) { - case 'else': - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $else = $this->parser->subparse([$this, 'decideIfEnd']); - break; - - case 'elseif': - $expr = $this->parser->getExpressionParser()->parseExpression(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideIfFork']); - $tests[] = $expr; - $tests[] = $body; - break; - - case 'endif': - $end = true; - break; - - default: - throw new SyntaxError(sprintf('Unexpected end of template. Twig was looking for the following tags "else", "elseif", or "endif" to close the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new IfNode(new Node($tests), $else, $lineno, $this->getTag()); - } - - public function decideIfFork(Token $token): bool - { - return $token->test(['elseif', 'else', 'endif']); - } - - public function decideIfEnd(Token $token): bool - { - return $token->test(['endif']); - } - - public function getTag(): string - { - return 'if'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ImportTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ImportTokenParser.php deleted file mode 100644 index 44cb4da..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/ImportTokenParser.php +++ /dev/null @@ -1,44 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5, 'as'); - $var = new AssignNameExpression($this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5)->getValue(), $token->getLine()); - $this->parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->addImportedSymbol('template', $var->getAttribute('name')); - - return new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope()); - } - - public function getTag(): string - { - return 'import'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php deleted file mode 100644 index 28beb8a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php +++ /dev/null @@ -1,69 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - - list($variables, $only, $ignoreMissing) = $this->parseArguments(); - - return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag()); - } - - protected function parseArguments() - { - $stream = $this->parser->getStream(); - - $ignoreMissing = false; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'ignore')) { - $stream->expect(/* Token::NAME_TYPE */ 5, 'missing'); - - $ignoreMissing = true; - } - - $variables = null; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'with')) { - $variables = $this->parser->getExpressionParser()->parseExpression(); - } - - $only = false; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'only')) { - $only = true; - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return [$variables, $only, $ignoreMissing]; - } - - public function getTag(): string - { - return 'include'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/MacroTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/MacroTokenParser.php deleted file mode 100644 index f584927..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/MacroTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ - - * {% endmacro %} - * - * @internal - */ -final class MacroTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $arguments = $this->parser->getExpressionParser()->parseArguments(true, true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $this->parser->pushLocalScope(); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $value = $token->getValue(); - - if ($value != $name) { - throw new SyntaxError(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - $this->parser->popLocalScope(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $this->getTag())); - - return new Node(); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endmacro'); - } - - public function getTag(): string - { - return 'macro'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php deleted file mode 100644 index c919556..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ -parser->getStream(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - // in a sandbox tag, only include tags are allowed - if (!$body instanceof IncludeNode) { - foreach ($body as $node) { - if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) { - continue; - } - - if (!$node instanceof IncludeNode) { - throw new SyntaxError('Only "include" tags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->getSourceContext()); - } - } - } - - return new SandboxNode($body, $token->getLine(), $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endsandbox'); - } - - public function getTag(): string - { - return 'sandbox'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SetTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SetTokenParser.php deleted file mode 100644 index 2fbdfe0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/SetTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -getLine(); - $stream = $this->parser->getStream(); - $names = $this->parser->getExpressionParser()->parseAssignmentExpression(); - - $capture = false; - if ($stream->nextIf(/* Token::OPERATOR_TYPE */ 8, '=')) { - $values = $this->parser->getExpressionParser()->parseMultitargetExpression(); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - if (\count($names) !== \count($values)) { - throw new SyntaxError('When using set, you must have the same number of variables and assignments.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } else { - $capture = true; - - if (\count($names) > 1) { - throw new SyntaxError('When using set with a block, you cannot have a multi-target.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $values = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - } - - return new SetNode($capture, $names, $values, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endset'); - } - - public function getTag(): string - { - return 'set'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/TokenParserInterface.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/TokenParserInterface.php deleted file mode 100644 index bb8db3e..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/TokenParserInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -interface TokenParserInterface -{ - /** - * Sets the parser associated with this token parser. - */ - public function setParser(Parser $parser): void; - - /** - * Parses a token and returns a node. - * - * @return Node - * - * @throws SyntaxError - */ - public function parse(Token $token); - - /** - * Gets the tag name associated with this token parser. - * - * @return string - */ - public function getTag(); -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/UseTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/UseTokenParser.php deleted file mode 100644 index d0a2de4..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/UseTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - - if (!$template instanceof ConstantExpression) { - throw new SyntaxError('The template references in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - - $targets = []; - if ($stream->nextIf('with')) { - do { - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $alias = $name; - if ($stream->nextIf('as')) { - $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - } - - $targets[$name] = new ConstantExpression($alias, -1); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } while (true); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)])); - - return new Node(); - } - - public function getTag(): string - { - return 'use'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/WithTokenParser.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/WithTokenParser.php deleted file mode 100644 index 7d8cbe2..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenParser/WithTokenParser.php +++ /dev/null @@ -1,56 +0,0 @@ - - * - * @internal - */ -final class WithTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $stream = $this->parser->getStream(); - - $variables = null; - $only = false; - if (!$stream->test(/* Token::BLOCK_END_TYPE */ 3)) { - $variables = $this->parser->getExpressionParser()->parseExpression(); - $only = (bool) $stream->nextIf(/* Token::NAME_TYPE */ 5, 'only'); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $body = $this->parser->subparse([$this, 'decideWithEnd'], true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag()); - } - - public function decideWithEnd(Token $token): bool - { - return $token->test('endwith'); - } - - public function getTag(): string - { - return 'with'; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenStream.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenStream.php deleted file mode 100644 index 1eac11a..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TokenStream.php +++ /dev/null @@ -1,132 +0,0 @@ - - */ -final class TokenStream -{ - private $tokens; - private $current = 0; - private $source; - - public function __construct(array $tokens, Source $source = null) - { - $this->tokens = $tokens; - $this->source = $source ?: new Source('', ''); - } - - public function __toString() - { - return implode("\n", $this->tokens); - } - - public function injectTokens(array $tokens) - { - $this->tokens = array_merge(\array_slice($this->tokens, 0, $this->current), $tokens, \array_slice($this->tokens, $this->current)); - } - - /** - * Sets the pointer to the next token and returns the old one. - */ - public function next(): Token - { - if (!isset($this->tokens[++$this->current])) { - throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(), $this->source); - } - - return $this->tokens[$this->current - 1]; - } - - /** - * Tests a token, sets the pointer to the next one and returns it or throws a syntax error. - * - * @return Token|null The next token if the condition is true, null otherwise - */ - public function nextIf($primary, $secondary = null) - { - if ($this->tokens[$this->current]->test($primary, $secondary)) { - return $this->next(); - } - } - - /** - * Tests a token and returns it or throws a syntax error. - */ - public function expect($type, $value = null, string $message = null): Token - { - $token = $this->tokens[$this->current]; - if (!$token->test($type, $value)) { - $line = $token->getLine(); - throw new SyntaxError(sprintf('%sUnexpected token "%s"%s ("%s" expected%s).', - $message ? $message.'. ' : '', - Token::typeToEnglish($token->getType()), - $token->getValue() ? sprintf(' of value "%s"', $token->getValue()) : '', - Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''), - $line, - $this->source - ); - } - $this->next(); - - return $token; - } - - /** - * Looks at the next token. - */ - public function look(int $number = 1): Token - { - if (!isset($this->tokens[$this->current + $number])) { - throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current + $number - 1]->getLine(), $this->source); - } - - return $this->tokens[$this->current + $number]; - } - - /** - * Tests the current token. - */ - public function test($primary, $secondary = null): bool - { - return $this->tokens[$this->current]->test($primary, $secondary); - } - - /** - * Checks if end of stream was reached. - */ - public function isEOF(): bool - { - return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType(); - } - - public function getCurrent(): Token - { - return $this->tokens[$this->current]; - } - - /** - * Gets the source associated with this stream. - * - * @internal - */ - public function getSourceContext(): Source - { - return $this->source; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFilter.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFilter.php deleted file mode 100644 index 94e5f9b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFilter.php +++ /dev/null @@ -1,134 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#filters - */ -final class TwigFilter -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|null $callable A callable implementing the filter. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'needs_environment' => false, - 'needs_context' => false, - 'is_variadic' => false, - 'is_safe' => null, - 'is_safe_callback' => null, - 'pre_escape' => null, - 'preserves_safety' => null, - 'node_class' => FilterExpression::class, - 'deprecated' => false, - 'alternative' => null, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this filter. - * - * @return callable|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function needsEnvironment(): bool - { - return $this->options['needs_environment']; - } - - public function needsContext(): bool - { - return $this->options['needs_context']; - } - - public function getSafe(Node $filterArgs): ?array - { - if (null !== $this->options['is_safe']) { - return $this->options['is_safe']; - } - - if (null !== $this->options['is_safe_callback']) { - return $this->options['is_safe_callback']($filterArgs); - } - - return null; - } - - public function getPreservesSafety(): ?array - { - return $this->options['preserves_safety']; - } - - public function getPreEscape(): ?string - { - return $this->options['pre_escape']; - } - - public function isVariadic(): bool - { - return $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFunction.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFunction.php deleted file mode 100644 index 494d45b..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigFunction.php +++ /dev/null @@ -1,122 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#functions - */ -final class TwigFunction -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|null $callable A callable implementing the function. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'needs_environment' => false, - 'needs_context' => false, - 'is_variadic' => false, - 'is_safe' => null, - 'is_safe_callback' => null, - 'node_class' => FunctionExpression::class, - 'deprecated' => false, - 'alternative' => null, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this function. - * - * @return callable|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function needsEnvironment(): bool - { - return $this->options['needs_environment']; - } - - public function needsContext(): bool - { - return $this->options['needs_context']; - } - - public function getSafe(Node $functionArgs): ?array - { - if (null !== $this->options['is_safe']) { - return $this->options['is_safe']; - } - - if (null !== $this->options['is_safe_callback']) { - return $this->options['is_safe_callback']($functionArgs); - } - - return []; - } - - public function isVariadic(): bool - { - return (bool) $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigTest.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigTest.php deleted file mode 100644 index 4c18632..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/TwigTest.php +++ /dev/null @@ -1,100 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#test-operator - */ -final class TwigTest -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|null $callable A callable implementing the test. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'is_variadic' => false, - 'node_class' => TestExpression::class, - 'deprecated' => false, - 'alternative' => null, - 'one_mandatory_argument' => false, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this test. - * - * @return callable|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function isVariadic(): bool - { - return (bool) $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } - - public function hasOneMandatoryArgument(): bool - { - return (bool) $this->options['one_mandatory_argument']; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/DeprecationCollector.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/DeprecationCollector.php deleted file mode 100644 index 51345e0..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/DeprecationCollector.php +++ /dev/null @@ -1,77 +0,0 @@ - - */ -final class DeprecationCollector -{ - private $twig; - - public function __construct(Environment $twig) - { - $this->twig = $twig; - } - - /** - * Returns deprecations for templates contained in a directory. - * - * @param string $dir A directory where templates are stored - * @param string $ext Limit the loaded templates by extension - * - * @return array An array of deprecations - */ - public function collectDir(string $dir, string $ext = '.twig'): array - { - $iterator = new \RegexIterator( - new \RecursiveIteratorIterator( - new \RecursiveDirectoryIterator($dir), \RecursiveIteratorIterator::LEAVES_ONLY - ), '{'.preg_quote($ext).'$}' - ); - - return $this->collect(new TemplateDirIterator($iterator)); - } - - /** - * Returns deprecations for passed templates. - * - * @param \Traversable $iterator An iterator of templates (where keys are template names and values the contents of the template) - * - * @return array An array of deprecations - */ - public function collect(\Traversable $iterator): array - { - $deprecations = []; - set_error_handler(function ($type, $msg) use (&$deprecations) { - if (E_USER_DEPRECATED === $type) { - $deprecations[] = $msg; - } - }); - - foreach ($iterator as $name => $contents) { - try { - $this->twig->parse($this->twig->tokenize(new Source($contents, $name))); - } catch (SyntaxError $e) { - // ignore templates containing syntax errors - } - } - - restore_error_handler(); - - return $deprecations; - } -} diff --git a/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/TemplateDirIterator.php b/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/TemplateDirIterator.php deleted file mode 100644 index c7339fd..0000000 --- a/public_html/shop.old/composer.old/vendor/twig/twig/src/Util/TemplateDirIterator.php +++ /dev/null @@ -1,28 +0,0 @@ - - */ -class TemplateDirIterator extends \IteratorIterator -{ - public function current() - { - return file_get_contents(parent::current()); - } - - public function key() - { - return (string) parent::key(); - } -} diff --git a/public_html/shop.old/css.old/font/appicons.eot b/public_html/shop.old/css.old/font/appicons.eot deleted file mode 100644 index 6057e10..0000000 Binary files a/public_html/shop.old/css.old/font/appicons.eot and /dev/null differ diff --git a/public_html/shop.old/css.old/font/appicons.svg b/public_html/shop.old/css.old/font/appicons.svg deleted file mode 100644 index 656cb95..0000000 --- a/public_html/shop.old/css.old/font/appicons.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - -Copyright (C) 2021 by original authors @ fontello.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public_html/shop.old/css.old/font/appicons.ttf b/public_html/shop.old/css.old/font/appicons.ttf deleted file mode 100644 index 8f2f237..0000000 Binary files a/public_html/shop.old/css.old/font/appicons.ttf and /dev/null differ diff --git a/public_html/shop.old/css.old/font/appicons.woff b/public_html/shop.old/css.old/font/appicons.woff deleted file mode 100644 index 3a8eab8..0000000 Binary files a/public_html/shop.old/css.old/font/appicons.woff and /dev/null differ diff --git a/public_html/shop.old/css.old/font/appicons.woff2 b/public_html/shop.old/css.old/font/appicons.woff2 deleted file mode 100644 index d2b3ced..0000000 Binary files a/public_html/shop.old/css.old/font/appicons.woff2 and /dev/null differ diff --git a/public_html/shop.old/css.old/icons.css b/public_html/shop.old/css.old/icons.css deleted file mode 100644 index 284240d..0000000 --- a/public_html/shop.old/css.old/icons.css +++ /dev/null @@ -1,215 +0,0 @@ -@font-face { - font-family: 'appicons'; - src: url('font/appicons.eot?88347603'); - src: url('font/appicons.eot?88347603#iefix') format('embedded-opentype'), - url('font/appicons.woff2?88347603') format('woff2'), - url('font/appicons.woff?88347603') format('woff'), - url('font/appicons.ttf?88347603') format('truetype'), - url('font/appicons.svg?88347603#appicons') format('svg'); - font-weight: normal; - font-style: normal; -} -/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ -/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ -/* -@media screen and (-webkit-min-device-pixel-ratio:0) { - @font-face { - font-family: 'appicons'; - src: url('font/appicons.svg?88347603#appicons') format('svg'); - } -} -*/ - - [class^=""]:before, [class*=" "]:before { - font-family: "appicons"; - font-style: normal; - font-weight: normal; - speak: none; - - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - /* opacity: .8; */ - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Font smoothing. That was taken from TWBS */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.icon-add:before { content: '\e800'; } -.icon-addcsv:before { content: '\e801'; } -.icon-agrement:before { content: '\e802'; } -.icon-archive:before { content: '\e803'; } -.icon-back:before { content: '\e804'; } -.icon-backup:before { content: '\e805'; } -.icon-barcode:before { content: '\e806'; } -.icon-basket:before { content: '\e807'; } -.icon-be:before { content: '\e808'; } -.icon-befr:before { content: '\e809'; } -.icon-benl:before { content: '\e80a'; } -.icon-bill:before { content: '\e80b'; } -.icon-book:before { content: '\e80c'; } -.icon-bookings:before { content: '\e80d'; } -.icon-books:before { content: '\e80e'; } -.icon-box:before { content: '\e80f'; } -.icon-boxcheck-not:before { content: '\e810'; } -.icon-boxcheck-ok:before { content: '\e811'; } -.icon-boxes:before { content: '\e812'; } -.icon-calendar1:before { content: '\e813'; } -.icon-calendar2:before { content: '\e814'; } -.icon-catalog:before { content: '\e815'; } -.icon-close:before { content: '\e816'; } -.icon-close1:before { content: '\e817'; } -.icon-cloud-data:before { content: '\e818'; } -.icon-code:before { content: '\e819'; } -.icon-config:before { content: '\e81a'; } -.icon-config3:before { content: '\e81b'; } -.icon-contacts:before { content: '\e81c'; } -.icon-contrat-cadre:before { content: '\e81d'; } -.icon-creditcard:before { content: '\e81e'; } -.icon-cuterly:before { content: '\e81f'; } -.icon-dat-export:before { content: '\e820'; } -.icon-data-import:before { content: '\e821'; } -.icon-data-transfer:before { content: '\e822'; } -.icon-dataadd:before { content: '\e823'; } -.icon-datadelete:before { content: '\e824'; } -.icon-dataedit:before { content: '\e825'; } -.icon-datasets:before { content: '\e826'; } -.icon-date:before { content: '\e827'; } -.icon-de:before { content: '\e828'; } -.icon-delivery:before { content: '\e829'; } -.icon-download:before { content: '\e82a'; } -.icon-duplicate:before { content: '\e82b'; } -.icon-duplicate2:before { content: '\e82c'; } -.icon-edit:before { content: '\e82d'; } -.icon-edit2:before { content: '\e82e'; } -.icon-editblog:before { content: '\e82f'; } -.icon-email:before { content: '\e830'; } -.icon-en:before { content: '\e831'; } -.icon-euro-tag:before { content: '\e832'; } -.icon-events:before { content: '\e833'; } -.icon-exit:before { content: '\e834'; } -.icon-eye-close:before { content: '\e835'; } -.icon-eye-open:before { content: '\e836'; } -.icon-facebook:before { content: '\e837'; } -.icon-file:before { content: '\e838'; } -.icon-filter:before { content: '\e839'; } -.icon-filter2:before { content: '\e83a'; } -.icon-folder:before { content: '\e83b'; } -.icon-foldershare:before { content: '\e83c'; } -.icon-food:before { content: '\e83d'; } -.icon-fr:before { content: '\e83e'; } -.icon-gift:before { content: '\e83f'; } -.icon-hdd:before { content: '\e840'; } -.icon-help-box:before { content: '\e841'; } -.icon-help-important:before { content: '\e842'; } -.icon-help:before { content: '\e843'; } -.icon-helpdesk:before { content: '\e844'; } -.icon-home:before { content: '\e845'; } -.icon-image:before { content: '\e846'; } -.icon-in:before { content: '\e847'; } -.icon-info-box:before { content: '\e848'; } -.icon-info:before { content: '\e849'; } -.icon-instagram:before { content: '\e84a'; } -.icon-invoice:before { content: '\e84b'; } -.icon-invoice1:before { content: '\e84c'; } -.icon-labels:before { content: '\e84d'; } -.icon-laptop:before { content: '\e84e'; } -.icon-laptop1:before { content: '\e84f'; } -.icon-license:before { content: '\e850'; } -.icon-location:before { content: '\e851'; } -.icon-locationmark:before { content: '\e852'; } -.icon-lu:before { content: '\e853'; } -.icon-mailsend:before { content: '\e854'; } -.icon-mailserver:before { content: '\e855'; } -.icon-mailtemplate:before { content: '\e856'; } -.icon-menu:before { content: '\e857'; } -.icon-minus:before { content: '\e858'; } -.icon-mobile:before { content: '\e859'; } -.icon-msstore:before { content: '\e85a'; } -.icon-news:before { content: '\e85b'; } -.icon-next:before { content: '\e85c'; } -.icon-nl:before { content: '\e85d'; } -.icon-nostock:before { content: '\e85e'; } -.icon-ok:before { content: '\e85f'; } -.icon-open:before { content: '\e860'; } -.icon-orders:before { content: '\e861'; } -.icon-out:before { content: '\e862'; } -.icon-paper:before { content: '\e863'; } -.icon-paragraph:before { content: '\e864'; } -.icon-password:before { content: '\e865'; } -.icon-pc-datatransfer:before { content: '\e866'; } -.icon-pc-mac:before { content: '\e867'; } -.icon-pc-windows:before { content: '\e868'; } -.icon-pc:before { content: '\e869'; } -.icon-pc1:before { content: '\e86a'; } -.icon-pdf:before { content: '\e86b'; } -.icon-percent:before { content: '\e86c'; } -.icon-phone:before { content: '\e86d'; } -.icon-preview:before { content: '\e86e'; } -.icon-print:before { content: '\e86f'; } -.icon-printer:before { content: '\e870'; } -.icon-private-cloud:before { content: '\e871'; } -.icon-product:before { content: '\e872'; } -.icon-productcd:before { content: '\e873'; } -.icon-pt:before { content: '\e874'; } -.icon-qrcode:before { content: '\e875'; } -.icon-qube:before { content: '\e876'; } -.icon-reload:before { content: '\e877'; } -.icon-rendezvous:before { content: '\e878'; } -.icon-reporttemplate:before { content: '\e879'; } -.icon-rndcheck-not:before { content: '\e87a'; } -.icon-rndcheck-ok:before { content: '\e87b'; } -.icon-sale:before { content: '\e87c'; } -.icon-save:before { content: '\e87d'; } -.icon-search:before { content: '\e87e'; } -.icon-settings-bars:before { content: '\e87f'; } -.icon-settings:before { content: '\e880'; } -.icon-shield:before { content: '\e881'; } -.icon-shop:before { content: '\e882'; } -.icon-shop3:before { content: '\e883'; } -.icon-shoppingcard:before { content: '\e884'; } -.icon-slines:before { content: '\e885'; } -.icon-sortasc:before { content: '\e886'; } -.icon-sortdesc:before { content: '\e887'; } -.icon-star:before { content: '\e888'; } -.icon-stock-ok:before { content: '\e889'; } -.icon-stopwatches:before { content: '\e88a'; } -.icon-stripe:before { content: '\e88b'; } -.icon-support:before { content: '\e88c'; } -.icon-tag:before { content: '\e88d'; } -.icon-template:before { content: '\e88e'; } -.icon-terms:before { content: '\e88f'; } -.icon-transactions:before { content: '\e890'; } -.icon-trash:before { content: '\e891'; } -.icon-unsort:before { content: '\e892'; } -.icon-upload:before { content: '\e893'; } -.icon-user:before { content: '\e894'; } -.icon-userconfig:before { content: '\e895'; } -.icon-usergroup:before { content: '\e896'; } -.icon-video-camera:before { content: '\e897'; } -.icon-video:before { content: '\e898'; } -.icon-viewpdf:before { content: '\e899'; } -.icon-website:before { content: '\e89a'; } -.icon-website2:before { content: '\e89b'; } -.icon-win10:before { content: '\e89c'; } -.icon-youtube:before { content: '\e89d'; } diff --git a/public_html/shop.old/css.old/oldtheme.css b/public_html/shop.old/css.old/oldtheme.css deleted file mode 100644 index d634ad9..0000000 --- a/public_html/shop.old/css.old/oldtheme.css +++ /dev/null @@ -1,1057 +0,0 @@ -/* W3PRO.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */ -html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit} -/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */ -html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} -html,body {-webkit-user-select: none;-ms-user-select: none;user-select: none;-moz-user-select:none;} -article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item} -audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline} -audio:not([controls]){display:none;height:0}[hidden],template{display:none} -a{background-color:transparent}a:active,a:hover{outline-width:0} -abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} -b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000} -small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} -sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none} -code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible} -button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold} -button,input{overflow:visible}button,select{text-transform:none} -button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button} -button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0} -button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText} -fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} -legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto} -[type=checkbox],[type=radio]{padding:0} -[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} -[type=search]{-webkit-appearance:textfield;outline-offset:-2px} -[type=search]::-webkit-search-decoration{-webkit-appearance:none} -::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} -/* End extract */ -/* html,body { - background-color: #245caa; -} */ -html,body{font-family:Verdana,sans-serif;font-size:10pt;line-height:1.5} -/* html{overflow-x:hidden} */ -h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.serif{font-family:serif} -h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin: 0}.wide{letter-spacing:4px} -hr{border:0;border-top:1px solid #eee;margin:20px 0} -.img{max-width:100%;height:auto; vertical-align:middle}a{color:inherit} -.table,.table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.table-all{border:1px solid #ccc} -.bordered tr,.table-all tr{border-bottom:1px solid #ddd}.striped tbody tr:nth-child(even){background-color:#f1f1f1} -.table-all tr:nth-child(odd){background-color:#fff}.table-all tr:nth-child(even){background-color:#f1f1f1} -.hoverable tbody tr:hover,.ul.hoverable li:hover{background-color:#ccc}.centered tr th,.centered tr td{text-align:center} -.table td,.table th,.table-all td,.table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top} -.table th:first-child,.table td:first-child,.table-all th:first-child,.table-all td:first-child{padding-left:16px} -.btn,.button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap} -.btn:hover{box-shadow:0 8px 16px 0 #00000033,0 6px 20px 0 #00000030} -.btn,.button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} -.disabled,.btn:disabled,.button:disabled{cursor:not-allowed;background-color: #e6e6e6}.disabled *,:disabled *{pointer-events:none} -.btn.disabled:hover,.btn:disabled:hover{box-shadow:none} -.badge,.tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.badge{border-radius:50%} -.ul{list-style-type:none;padding:0;margin:0}.ul li{padding:8px 16px;border-bottom:1px solid #ddd}.ul li:last-child{border-bottom:none} -.tooltip,.display-container{position:relative}.tooltip .text{display:none}.tooltip:hover .text{display:inline-block} -.ripple:active{opacity:0.5}.ripple{transition:opacity 0s} -.input{padding:6px;display:block;border: 1px solid #ccc;width:100%;background-color: #fff; border-radius: 3px; }/*#e8f0fe*/ -.select{padding:2px 0; display:block;width:100%;border:1px solid #ccc;background-color: #fff;} -.dropdown-click,.dropdown-hover{position:relative;display:inline-block;cursor:pointer} -.dropdown-hover:hover .dropdown-content{display:block; } -.dropdown-hover:first-child,.dropdown-click:hover{background-color:#ccc;color:#000} -.dropdown-hover:hover > .button:first-child,.dropdown-click:hover > .button:first-child{background-color:#ccc;} -.dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1} -.check,.radio{width:24px;height:24px;position:relative;top:6px} -.sidebar{height:100%;width:160px;background-color:#fff;position:fixed!important;z-index:5;overflow:hidden} -.bar-block .dropdown-hover,.bar-block .dropdown-click{width:100%} -.bar-block .dropdown-hover .dropdown-content,.bar-block .dropdown-click .dropdown-content{min-width:100%} -.bar-block .dropdown-hover .button,.bar-block .dropdown-click .button{width:100%;text-align:left;padding:8px 16px} -.main,#main{transition:margin-left .4s} -.modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000;background-color:#00000066} -.modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px} -.bar{width:100%}.center .bar{display:inline-block;width:auto} -.bar .bar-item{padding:6px 6px;float:left;width:auto; min-width: 50px;border:none;display:block;outline:0} -.bar .dropdown-hover,.bar .dropdown-click{position:static;float:left} -.bar .button{white-space:normal} -.bar-block .bar-item{width:100%;display:block;padding:6px 6px;text-align:left;border:none;white-space:normal;float:none;outline:0} -.bar-block.center .bar-item{text-align:center}.block{display:block;width:100%} -.responsive{display:block;overflow-x:auto} -.container:after,.container:before,.datapanel:after,.datapanel:before,.row:after,.row:before,.row-padding:after,.row-padding:before, -.cell-row:before,.cell-row:after,.clear:after,.clear:before,.bar:before,.bar:after{content:"";display:table;clear:both} -.col,.half,.third,.twothird,.threequarter,.quarter,.fifth,.twofifth,.threefifth,.fourfifth{float:left;width:100%} -.col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%} -.col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%} -.col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%} -@media (min-width:601px){.col.m1{width:8.33333%}.col.m2{width:16.66666%}.col.m3,.quarter{width:24.99999%}.col.m4,.third{width:33.33333%}.fifth{width:20%;min-width:100px} -.col.m5{width:41.66666%}.col.m6,.half{width:49.99999%}.col.m7{width:58.33333%}.col.m8,.twothird{width:66.66666%} -.col.m9,.threequarter{width:74.99999%}.col.m10{width:83.33333%}.col.m11{width:91.66666%}.col.m12{width:99.99999%}.twofifth{width:40%}.threefifth{width:60%}.fourfifth{width:80%}} -@media (min-width:993px){.col.l1{width:8.33333%}.col.l2{width:16.66666%}.col.l3{width:24.99999%}.col.l4{width:33.33333%} -.col.l5{width:41.66666%}.col.l6{width:49.99999%}.col.l7{width:58.33333%}.col.l8{width:66.66666%} -.col.l9{width:74.99999%}.col.l10{width:83.33333%}.col.l11{width:91.66666%}.col.l12{width:99.99999%}} -.rest{overflow:hidden}.stretch{margin-left:-16px;margin-right:-16px} -.content,.auto{margin-left:auto;margin-right:auto}.content{max-width:980px}.auto{max-width:1140px} -.cell-row{display:table;width:100%}.cell{display:table-cell;vertical-align: top;} -.cell-top{vertical-align:top}.cell-middle{vertical-align:middle}.cell-bottom{vertical-align:bottom} -.hide{display:none!important}.show-block,.show{display:block!important}.show-inline-block{display:inline-block!important} -@media (max-width:1205px){.auto{max-width:95%}} -@media (max-width:600px){.modal-content{margin:0 10px;width:auto!important}.modal{padding-top:30px} -.dropdown-hover.mobile .dropdown-content,.dropdown-click.mobile .dropdown-content{position:relative} -.hide-small{display:none!important}.mobile{display:block;width:100%!important}.bar-item.mobile,.dropdown-hover.mobile,.dropdown-click.mobile{text-align:center} -.dropdown-hover.mobile,.dropdown-hover.mobile .btn,.dropdown-hover.mobile .button,.dropdown-click.mobile,.dropdown-click.mobile .btn,.dropdown-click.mobile .button{width:100%}} -@media (max-width:768px){.modal-content{width:500px}.modal{padding-top:50px}.datawrapper{width: 100vw!important}} -@media (min-width:993px){.modal-content{width:900px}.hide-large{display:none!important}.sidebar.collapse{display:block!important}} -@media (max-width:992px) and (min-width:601px){.hide-medium{display:none!important}.datawrapper{width: 100vw!important}} -@media (max-width:992px){.sidebar.collapse{display:none}.main{margin-left:0!important;margin-right:0!important}.auto{max-width:100%}} -.top,.bottom{position:fixed;width:100%;z-index:1}.top{top:0}.bottom{bottom:0} -.overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:2} -.display-topleft{position:absolute;left:0;top:0}.display-topright{position:absolute;right:0;top:0} -.display-bottomleft{position:absolute;left:0;bottom:0}.display-bottomright{position:absolute;right:0;bottom:0} -.display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)} -.display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)} -.display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)} -.display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} -.display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} -.display-container:hover .display-hover{display:block}.display-container:hover span.display-hover{display:inline-block}.display-hover{display:none} -.display-position{position:absolute} -.circle{border-radius:50%} -.round-small{border-radius:2px}.round,.round-medium{border-radius:4px}.round-large{border-radius:8px}.round-xlarge{border-radius:16px}.round-xxlarge{border-radius:32px} -.row-padding,.row-padding>.half,.row-padding>.third,.row-padding>.twothird,.row-padding>.threequarter,.row-padding>.quarter,.row-padding>.col{padding:0 8px} -.container,.datapanel{padding:0.01em 8px}.datapanel{margin-top:8px;margin-bottom:8px} -.code,.codespan{font-family:Consolas,"courier new";font-size:16px} -.code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word} -.codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%} -.card,.card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16)} -.card-4,.hover-shadow:hover{box-shadow:0 4px 10px 0 #00000033,0 4px 20px 0 #00000030} -.spin{animation:spin 2s infinite linear}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} -.animate-fading{animation:fading 2s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}} -.animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}} -.animate-top{position:relative;animation:animatetop 1s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} -.animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}} -.animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}} -.animate-bottom{position:relative;animation:animatebottom 1s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}} -.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} -.animate-input{transition:width 0.4s ease-in-out}.animate-input:focus{width:100%!important} -.opacity,.hover-opacity:hover{opacity:0.60}.opacity-off,.hover-opacity-off:hover{opacity:1} -.opacity-max{opacity:0.25}.opacity-min{opacity:0.75} -.greyscale-max,.grayscale-max,.hover-greyscale:hover,.hover-grayscale:hover{filter:grayscale(100%)} -.greyscale,.grayscale{filter:grayscale(75%)}.greyscale-min,.grayscale-min{filter:grayscale(50%)} -.sepia{filter:sepia(75%)}.sepia-max,.hover-sepia:hover{filter:sepia(100%)}.sepia-min{filter:sepia(50%)} -.tiny{font-size:10px!important}.small{font-size:12px!important}.medium{font-size:15px!important}.large{font-size:18px!important} -.xlarge{font-size:24px!important}.xxlarge{font-size:36px!important}.xxxlarge{font-size:48px!important}.jumbo{font-size:64px!important} -.left-align{text-align:left!important}.right-align{text-align:right!important}.justify{text-align:justify!important}.center{text-align:center!important} -.border-0{border:0!important}.border{border:1px solid #ccc!important} -.border-top{border-top:1px solid #ccc!important}.border-bottom{border-bottom:1px solid #ccc!important} -.border-left{border-left:1px solid #ccc!important}.border-right{border-right:1px solid #ccc!important} -.topbar{border-top:6px solid #ccc!important}.bottombar{border-bottom:6px solid #ccc!important} -.leftbar{border-left:6px solid #ccc!important}.rightbar{border-right:6px solid #ccc!important} -.section,.code{margin-top:16px!important;margin-bottom:16px!important} -.margin{margin:16px!important}.margin-top{margin-top:16px!important}.margin-bottom{margin-bottom:16px!important} -.margin-left{margin-left:16px!important}.margin-right{margin-right:16px!important} -.padding-small{padding:4px 8px!important}.padding{padding:8px 16px!important}.padding-large{padding:12px 24px!important} -.padding-16{padding-top:16px!important;padding-bottom:16px!important}.padding-24{padding-top:24px!important;padding-bottom:24px!important} -.padding-32{padding-top:32px!important;padding-bottom:32px!important}.padding-48{padding-top:48px!important;padding-bottom:48px!important} -.padding-64{padding-top:64px!important;padding-bottom:64px!important} -.left{float:left!important}.right{float:right!important} -.button:hover{color:#fff!important;background-color:#343434!important} -.transparent,.hover-none:hover{background-color:transparent!important} -.hover-none:hover{box-shadow:none!important} -/* DEFAULT COLORS */ -.amber,.hover-amber:hover{color:#000!important;background-color:#ffc107!important} -.aqua,.hover-aqua:hover{color:#000!important;background-color:#00ffff!important} -.blue,.hover-blue:hover{color:#fff!important;background-color:#2196F3!important} -.light-blue,.hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important} -.brown,.hover-brown:hover{color:#fff!important;background-color:#795548!important} -.cyan,.hover-cyan:hover{color:#000!important;background-color:#00bcd4!important} -.blue-grey,.hover-blue-grey:hover{color:#fff!important;background-color:#607d8b!important} -.green,.hover-green:hover{color:#fff!important;background-color:#4CAF50!important} -.light-green,.hover-light-green:hover{color:#000!important;background-color:#8bc34a!important} -.indigo,.hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important} -.khaki,.hover-khaki:hover{color:#000!important;background-color:#f0e68c!important} -.lime,.hover-lime:hover{color:#000!important;background-color:#cddc39!important} -.orange,.hover-orange:hover{color:#fff!important;background-color:#ff9800!important} -.deep-orange,.hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important} -.pink,.hover-pink:hover{color:#fff!important;background-color:#e91e63!important} -.purple,.hover-purple:hover{color:#fff!important;background-color:#9c27b0!important} -.deep-purple,.hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important} -.red,.hover-red:hover{color:#fff!important;background-color:#f44336!important} -.sand,.hover-sand:hover{color:#000!important;background-color:#fdf5e6!important} -.teal,.hover-teal:hover{color:#fff!important;background-color:#009688!important} -.yellow,.hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important} -.white,.hover-white:hover{color:#000!important;background-color:#fff!important} -.black,.hover-black:hover{color:#fff!important;background-color:#000!important} -.grey,.hover-grey:hover{color:#000!important;background-color:#9e9e9e!important} -.light-grey,.hover-light-grey:hover{color:#000!important;background-color:#f1f1f1!important} -.dark-grey,.hover-dark-grey:hover{color:#fff!important;background-color:#616161!important} -.pale-red,.hover-pale-red:hover{color:#000!important;background-color:#ffe7e7!important}.pale-green,.hover-pale-green:hover{color:#000!important;background-color:#e7ffe7!important} -.pale-yellow,.hover-pale-yellow:hover{color:#000!important;background-color:#ffffd7!important}.pale-blue,.hover-pale-blue:hover{color:#000!important;background-color:#e7ffff!important} -.text-align-right { text-align: right;} -.text-amber,.hover-text-amber:hover{color:#ffc107!important} -.text-aqua,.hover-text-aqua:hover{color:#00ffff!important} -.text-blue,.hover-text-blue:hover{color:#2196F3!important} -.text-light-blue,.hover-text-light-blue:hover{color:#87CEEB!important} -.text-brown,.hover-text-brown:hover{color:#795548!important} -.text-cyan,.hover-text-cyan:hover{color:#00bcd4!important} -.text-blue-grey,.hover-text-blue-grey:hover{color:#607d8b!important} -.text-green,.hover-text-green:hover{color:#4CAF50!important} -.text-light-green,.hover-text-light-green:hover{color:#8bc34a!important} -.text-indigo,.hover-text-indigo:hover{color:#3f51b5!important} -.text-khaki,.hover-text-khaki:hover{color:#b4aa50!important} -.text-lime,.hover-text-lime:hover{color:#cddc39!important} -.text-orange,.hover-text-orange:hover{color:#ff9800!important} -.text-deep-orange,.hover-text-deep-orange:hover{color:#ff5722!important} -.text-pink,.hover-text-pink:hover{color:#e91e63!important} -.text-purple,.hover-text-purple:hover{color:#9c27b0!important} -.text-deep-purple,.hover-text-deep-purple:hover{color:#673ab7!important} -.text-red,.hover-text-red:hover{color:#f44336!important} -.text-sand,.hover-text-sand:hover{color:#fdf5e6!important} -.text-teal,.hover-text-teal:hover{color:#009688!important} -.text-yellow,.hover-text-yellow:hover{color:#d2be0e!important} -.text-white,.hover-text-white:hover{color:#fff!important} -.text-black,.hover-text-black:hover{color:#000!important} -.text-grey,.hover-text-grey:hover{color:#757575!important} -.text-light-grey,.hover-text-light-grey:hover{color:#f1f1f1!important} -.text-dark-grey,.hover-text-dark-grey:hover{color:#3a3a3a!important} -.border-amber,.hover-border-amber:hover{border-color:#ffc107!important} -.border-aqua,.hover-border-aqua:hover{border-color:#00ffff!important} -.border-blue,.hover-border-blue:hover{border-color:#2196F3!important} -.border-light-blue,.hover-border-light-blue:hover{border-color:#87CEEB!important} -.border-brown,.hover-border-brown:hover{border-color:#795548!important} -.border-cyan,.hover-border-cyan:hover{border-color:#00bcd4!important} -.border-blue-grey,.hover-blue-grey:hover{border-color:#607d8b!important} -.border-green,.hover-border-green:hover{border-color:#4CAF50!important} -.border-light-green,.hover-border-light-green:hover{border-color:#8bc34a!important} -.border-indigo,.hover-border-indigo:hover{border-color:#3f51b5!important} -.border-khaki,.hover-border-khaki:hover{border-color:#f0e68c!important} -.border-lime,.hover-border-lime:hover{border-color:#cddc39!important} -.border-orange,.hover-border-orange:hover{border-color:#ff9800!important} -.border-deep-orange,.hover-border-deep-orange:hover{border-color:#ff5722!important} -.border-pink,.hover-border-pink:hover{border-color:#e91e63!important} -.border-purple,.hover-border-purple:hover{border-color:#9c27b0!important} -.border-deep-purple,.hover-border-deep-purple:hover{border-color:#673ab7!important} -.border-red,.hover-border-red:hover{border-color:#f44336!important} -.border-sand,.hover-border-sand:hover{border-color:#fdf5e6!important} -.border-teal,.hover-border-teal:hover{border-color:#009688!important} -.border-yellow,.hover-border-yellow:hover{border-color:#ffeb3b!important} -.border-white,.hover-border-white:hover{border-color:#fff!important} -.border-black,.hover-border-black:hover{border-color:#000!important} -.border-grey,.hover-border-grey:hover{border-color:#9e9e9e!important} -.border-light-grey,.hover-border-light-grey:hover{border-color:#f1f1f1!important} -.border-dark-grey,.hover-border-dark-grey:hover{border-color:#616161!important} -.border-pale-red,.hover-border-pale-red:hover{border-color:#ffe7e7!important}.border-pale-green,.hover-border-pale-green:hover{border-color:#e7ffe7!important} -.border-pale-yellow,.hover-border-pale-yellow:hover{border-color:#ffffd7!important}.border-pale-blue,.hover-border-pale-blue:hover{border-color:#e7ffff!important} -/* DEFAULT THEME */ -.theme-l5 {color:#000 !important; background-color:#f6f8fc !important} -.theme-l4 {color:#000 !important; background-color:#e1e9f6 !important} -.theme-l3 {color:#000 !important; background-color:#c3d3ed !important} -.theme-l2 {color:#000 !important; background-color:#a5bee4 !important} -.theme-l1 {color:#fff !important; background-color:#88a8db !important} -.theme-d1 {color:#fff !important; background-color:#5180cb !important} -.theme-d2 {color:#fff !important; background-color:#3a6fc3 !important} -.theme-d3 {color:#fff !important; background-color:#3361aa !important} -.theme-d4 {color:#fff !important; background-color:#2c5392 !important} -.theme-d5 {color:#fff !important; background-color:#24457a !important} - -.theme-light {color:#000 !important; background-color:#f6f8fc !important} -.theme-dark {color:#fff !important; background-color:#24457a !important} -.theme-action {color:#fff !important; background-color:#24457a !important} - -.theme {color:#fff !important; background-color:#6a92d3 !important} -.text-theme {color:#6a92d3 !important} -.border-theme {border-color:#6a92d3 !important} -.color-qube {color: rgb(36, 92, 170)} -.bg-qube {background-color: #245caa} -.hover-theme:hover {color:#fff !important; background-color:#6a92d3 !important} -.hover-text-theme:hover {color:#6a92d3 !important} -.hover-border-theme:hover {border-color:#6a92d3 !important} -.newcontainer{display: none} -/* .label { color: #000; font-size: 8pt;} */ -/* #main {margin-left: 210px;} */ -/* @media (max-width:768px){ - #sidebar { display: none;} - #main { margin-left: 0px;} -} */ - -.info-panel { - padding: 3px; - color: #ff4500; - border: 1px solid #ff4500; - background-color: #f89774; -} - -.error-panel { - padding: 3px; - color: #ff0000; - border: 1px solid #ff0000; - background-color: #fcb2b2; -} - -.table { - table-layout: fixed; -} - -.text-line-through { text-decoration: line-through; } - -#snackbar { - visibility: hidden; - min-width: 250px; - margin-left: -125px; - background-color: #333; - color: #fff; - text-align: center; - - padding: 16px; - position: fixed; - z-index: 1; - left: 50%; - bottom: 30px; - font-size: 17px; -} - -#snackbar.show { - visibility: visible; - -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; - animation: fadein 0.5s, fadeout 0.5s 2.5s; -} - -@-webkit-keyframes fadein { - from {bottom: 0; opacity: 0;} - to {bottom: 30px; opacity: 1;} -} - -@keyframes fadein { - from {bottom: 0; opacity: 0;} - to {bottom: 30px; opacity: 1;} -} - -@-webkit-keyframes fadeout { - from {bottom: 30px; opacity: 1;} - to {bottom: 0; opacity: 0;} -} - -@keyframes fadeout { - from {bottom: 30px; opacity: 1;} - to {bottom: 0; opacity: 0;} -} - -.tabulator-header-filter > input { - background-color: #fff; - border: 1px solid #ccc; - font-weight: normal; -} - -.readonly { - pointer-events:none; - color: #000!important; - background-color: #d3d3d3!important; -} - - - -.right-side-bg { - background: url("../img/bg1.jpg"); - background-size: cover; - min-height: 100vh; -} - - - - -/* .mceContentBody { - background: #fff; - color:#000; -} */ - -/* .tabulator-row-even { - background-color: #757575; -} */ - - -button -{ - background-color: #f4f4f4; - /* border: 1pt solid #cccccc; */ - font-size: 10pt; - color: #000; - line-height: 1line; - text-align: center; -} -button:hover -{ - background-color: #343434; -} -button:pressed -{ - background-color: #343434; -} -button:focus -{ - background-color: #343434; -} - - - - -header -{ - background-color: #fff; - box-sizing: border-box; -} - - -.actionbtn { - background-color: #245caa; - color: #fff; -} - -::-webkit-input-placeholder -{ - color: rgba(60.3922%,60.3922%,60.3922%,1); -} - - -textarea -{ - background-color: #fff; - border-color: #cccccc; - border-style: solid; - border-width: 1pt; - font-size: 11pt; - color: #000; - line-height: 1line; - text-align: left; - /* margin-top: 0.88em; - margin-right: 0.75em; - margin-bottom: 0.63em; - margin-left: 0.75em; - top: 0pt; - right: 30pt; - bottom: 0pt; - left: 0pt; - position: absolute; - box-sizing: border-box; */ -} -textarea:focus -{ - border-color: #0070cf; -} -textarea:placeholder -{ - color: #cccccc; -} -/* textarea .text -{ - -} */ -textarea .scrollbar_track -{ - width: 30pt; - top: 0pt; - right: 0pt; - bottom: 0pt; - position: absolute; - box-sizing: border-box; -} - - -footer -{ - background-color: #fff; - box-sizing: border-box; -} - - -div.group_container -{ - background-color: #e3e3e3; - border-color: #cccccc; - border-style: solid; - border-width: 1pt; - padding-top: 4px; - padding-bottom: 8px; -} - -.moduletoolbar -{ - background-color: #245caa; - color: #fff; -} - -div.PageHeadTitle -{ - font-size: 18pt; - color: #fff; -} - -div.SubHeadTitle -{ - font-size: 13pt; - color: #fff; -} - -div.SectionHeader -{ - background-color: #245caa; - -} - -.toolbarbtn > .icon { - font-size: 16px; -} -.mnubtn > .icon-inline { - font-size: 24px; -} - -button.toolbarbtn -{ - margin: 2px; - background-color:#245caa!important; - border-radius: 2px; - border: 1px solid #245caa!important; - color: #fff; - -} -button.toolbarbtn:hover -{ - background-color: #1851a0!important; - color: #fff; -} -button.toolbarbtn:pressed -{ - background-color: #1851a0!important; - color: #fff; -} -button.toolbarbtn:focus -{ - border-color: #1851a0!important; - color: #fff; -} - - -a.toolbarbtn -{ - border-radius: 2px; - border: 0.5px solid #c6c6c6; - color: #fff!important; - text-align: center; - text-decoration: unset; - font-size: 16px; -} -a.toolbarbtn:hover -{ - - background-color: #1851a0; - color: #fff; -} -a.toolbarbtn:pressed -{ - background-color: #1851a0; - color: #fff; -} -a.toolbarbtn:focus -{ - border-color: #1851a0; -} - -button.bodybtn -{ - border-radius: 2px; - border: 0.5px solid #c6c6c6; - color: #000; -} -button.bodybtn:hover -{ - background-color: #1851a0; - color: #fff; -} -button.bodybtn:pressed -{ - background-color: #1851a0; - color: #fff; -} -button.bodybtn:focus -{ - border-color: #1851a0; -} - - -a.bodybtn -{ - border-radius: 2px; - color: #000; - text-align: center; - text-decoration: unset; -} -a.bodybtn:hover -{ - - background-color: #1851a0; - color: #fff; -} -a.bodybtn:pressed -{ - background-color: #1851a0; - color: #fff; -} -a.bodybtn:focus -{ - border-color: #1851a0; -} - -button.mnubtn -{ - margin: 2px; - - /* border-radius: 2px; */ - /* border-bottom: 1px solid #c6c6c6!important; */ - color: #fff; - font-size: 12pt; - -} -button.mnubtn:hover -{ - background-color: #1851a0!important; - color: #fff; -} -button.mnubtn:pressed -{ - background-color: #343434!important; - color: #fff; -} -button.mnubtn:focus -{ - border-color: #1851a0!important; -} - -div.toolbar -{ - background-color: #245caa; -} - -div.sectiontoolbar -{ - margin-top: 8px; - margin-bottom: 8px; - background-color: #616264; -} - -::-webkit-scrollbar { --webkit-appearance: none; -width: 10px; -} - -::-webkit-scrollbar-track { - background-color: rgba(80%, 80%, 80%, .5); -} - -::-webkit-scrollbar-thumb { -border-radius: 0px; -background-color: rgba(0, 0, 0, .5); -box-shadow: 0 0 1px rgba(255, 255, 255, .5); --webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); -} - - -select { - /* -webkit-appearance: none; */ - display: block; - color: #000; - line-height: 1line; - text-align: left; - padding: 3.5px; - width: 100%; - max-width: 100%; - box-sizing: border-box; - margin: 0; - border: 1px solid #cccccc; - /* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */ - border-radius: 0px; - font-weight: normal; - font-size: 11pt; - background-color: #fff; - /* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), - linear-gradient(to bottom, #fff 0%,#fff 100%); - background-repeat: no-repeat, repeat; - background-position: right .7em top 50%, 0 0; - background-size: .65em auto, 100%; */ -} - -select:focus -{ - border: 1px solid #3a6fc3; - border-radius: unset; -} - - -::-webkit-select-placeholder -{ - color: #9a9a9a; -} - -div.DataFooter{ - background: #384462; -} -/* .input-sum{padding:2px;display:block;border: 1px solid #ccc;width:100%;background-color: #4D4D4D; } - - -.currency-sum {padding:2px;display:block;border: 1px solid #ccc;width:100%;background-color: #4D4D4D;} - -.currency-sum,.currency-sum:read-only { - display: block; - color: #fff; - padding: 2px; - padding-right: 12px; - width: 100%; - max-width: 100%; - box-sizing: border-box; - margin: 0; - border: 1px solid #ccc; - border-radius: unset; - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background-color: #4D4D4D; - background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22225%22%20height=%22300%22%3E%3Cpath%20fill=%22white%22%20stroke=%22none%22%20d=%22m%20224.99996,16.22698%20-8.11342,36.41161%20q%20-24.14255,-19.78892%20-54.61741,-19.78892%20-41.3588,0%20-65.00658,23.74671%20-23.647774,23.7467%20-28.397115,53.23215%20l%20134.960355,0%20-5.14505,26.71508%20-132.981532,0%20-0.395848,7.71771%200.395848,18.20566%20127.242642,0%20-5.14505,26.71508%20-117.941954,0%20q%207.519719,40.17154%2032.552754,59.06997%2025.03303,18.89844%2056.49745,18.89844%2037.20302,0%2057.98149,-19.59107%20l%200,40.9631%20Q%20192.34828,300%20162.26913,300%2053.034301,300%2030.474864,189.18206%20l%20-30.474864,0%205.738751,-26.71508%2020.580475,0%20q%20-0.395708,-4.74934%20-0.395708,-17.80995%20l%200,-8.11342%20-25.923518,0%205.738751,-26.71508%2023.152999,0%20Q%2039.181988,55.21112%2076.583149,27.60556%20113.98417,0%20163.06069,0%20199.868,0%20224.99996,16.22698%20z%22%20/%3E%3C/svg%3E'); - background-repeat: no-repeat, repeat; - background-position: right 2px top 50%, 0 0; - background-size: 9px auto, 100%; -} */ - - - - -/* input[type=date]::-webkit-inner-spin-button, -input[type=date]::-webkit-outer-spin-button { - display: none; -} */ - -:focus { - outline: unset; -} - -input -{ - background-color: #ffffff; - border: 1px solid #cccccc; - font-weight: normal; - font-size: 11pt; - color: #000000; - line-height: 1line; - text-align: left; - width:100%; - padding:2px; - display:block; - border-radius: unset; -} -/* input:focus -{ - border: #0070cf; -} */ - -input:focus { - border: 1px solid #3a6fc3; - border-radius: unset; -} - -input[readonly=true]{ - color: #000!important; - background-color: #d3d3d3!important; -} - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} -/* input[type=checkbox]{ - appearance: none; - display:inline-block; - font-size: 24px!important; - border: 1px solid green; -} */ - -input[class*="currency"] { - padding: 6px; - padding-right: 12px; - text-align: right; - background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22225%22%20height=%22300%22%3E%3Cpath%20stroke=%22none%22%20d=%22m%20224.99996,16.22698%20-8.11342,36.41161%20q%20-24.14255,-19.78892%20-54.61741,-19.78892%20-41.3588,0%20-65.00658,23.74671%20-23.647774,23.7467%20-28.397115,53.23215%20l%20134.960355,0%20-5.14505,26.71508%20-132.981532,0%20-0.395848,7.71771%200.395848,18.20566%20127.242642,0%20-5.14505,26.71508%20-117.941954,0%20q%207.519719,40.17154%2032.552754,59.06997%2025.03303,18.89844%2056.49745,18.89844%2037.20302,0%2057.98149,-19.59107%20l%200,40.9631%20Q%20192.34828,300%20162.26913,300%2053.034301,300%2030.474864,189.18206%20l%20-30.474864,0%205.738751,-26.71508%2020.580475,0%20q%20-0.395708,-4.74934%20-0.395708,-17.80995%20l%200,-8.11342%20-25.923518,0%205.738751,-26.71508%2023.152999,0%20Q%2039.181988,55.21112%2076.583149,27.60556%20113.98417,0%20163.06069,0%20199.868,0%20224.99996,16.22698%20z%22%20/%3E%0A%3C/svg%3E'), - linear-gradient(to bottom, #fff 0%,#fff 100%); - background-repeat: no-repeat, repeat; - background-position: right 2px top 50%, 0 0; - background-size: 9px auto, 100%; -} - -input[class*="currency"]:read-only { - background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22225%22%20height=%22300%22%3E%3Cpath%20stroke=%22none%22%20d=%22m%20224.99996,16.22698%20-8.11342,36.41161%20q%20-24.14255,-19.78892%20-54.61741,-19.78892%20-41.3588,0%20-65.00658,23.74671%20-23.647774,23.7467%20-28.397115,53.23215%20l%20134.960355,0%20-5.14505,26.71508%20-132.981532,0%20-0.395848,7.71771%200.395848,18.20566%20127.242642,0%20-5.14505,26.71508%20-117.941954,0%20q%207.519719,40.17154%2032.552754,59.06997%2025.03303,18.89844%2056.49745,18.89844%2037.20302,0%2057.98149,-19.59107%20l%200,40.9631%20Q%20192.34828,300%20162.26913,300%2053.034301,300%2030.474864,189.18206%20l%20-30.474864,0%205.738751,-26.71508%2020.580475,0%20q%20-0.395708,-4.74934%20-0.395708,-17.80995%20l%200,-8.11342%20-25.923518,0%205.738751,-26.71508%2023.152999,0%20Q%2039.181988,55.21112%2076.583149,27.60556%20113.98417,0%20163.06069,0%20199.868,0%20224.99996,16.22698%20z%22%20/%3E%0A%3C/svg%3E'), - linear-gradient(to bottom, #d3d3d3 0%,#d3d3d3 100%); -} - -input[class*="percent"] { - padding: 6px; - padding-right: 12px; - text-align: right; - background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22256%22%20height=%22232%22%20version=%221.0%22%3E%3Cg%20transform=%22translate(-112.3674,-128.3649)%22%3E%3Cpath%20style=%22fill:black;fill-opacity:1;stroke:none%22%20d=%22M%20317.1674,257.53698%20C%20308.53463,257.53708%20301.73774,261.20839%20296.77671,268.55094%20C%20291.91449,275.89365%20289.48349,286.1138%20289.48368,299.2114%20C%20289.48349,312.11067%20291.91449,322.2812%20296.77671,329.72303%20C%20301.73774,337.06568%20308.53463,340.737%20317.1674,340.73698%20C%20325.60128,340.737%20332.24934,337.06568%20337.11159,329.72303%20C%20342.07258,322.2812%20344.5532,312.11067%20344.55345,299.2114%20C%20344.5532,286.21302%20342.07258,276.04249%20337.11159,268.69977%20C%20332.24934,261.25801%20325.60128,257.53708%20317.1674,257.53698%20M%20317.1674,238.63466%20C%20332.84469,238.63477%20345.29739,244.09213%20354.52554,255.00675%20C%20363.75318,265.92157%20368.36713,280.65644%20368.3674,299.2114%20C%20368.36713,317.76648%20363.70357,332.50135%20354.37671,343.41605%20C%20345.14855,354.23156%20332.74546,359.6393%20317.1674,359.63931%20C%20301.29123,359.6393%20288.7393,354.23156%20279.51159,343.41605%20C%20270.28351,332.50135%20265.66956,317.76648%20265.66973,299.2114%20C%20265.66956,280.55721%20270.28351,265.82234%20279.51159,255.00675%20C%20288.83853,244.09213%20301.39045,238.63477%20317.1674,238.63466%20M%20163.5674,147.9928%20C%20155.03401,147.993%20148.28673,151.71393%20143.32554,159.15559%20C%20138.46349,166.49841%20136.03248,176.61933%20136.03252,189.51838%20C%20136.03248,202.61621%20138.46349,212.83635%20143.32554,220.17884%20C%20148.18751,227.52161%20154.93479,231.19292%20163.5674,231.1928%20C%20172.19989,231.19292%20178.94717,227.52161%20183.80926,220.17884%20C%20188.77041,212.83635%20191.25103,202.61621%20191.25113,189.51838%20C%20191.25103,176.71856%20188.77041,166.59764%20183.80926,159.15559%20C%20178.84794,151.71393%20172.10066,147.993%20163.5674,147.9928%20M%20297.9674,129.09047%20L%20321.78136,129.09047%20L%20182.7674,359.63931%20L%20158.95345,359.63931%20L%20297.9674,129.09047%20M%20163.5674,129.09047%20C%20179.24484,129.0907%20191.74715,134.54806%20201.07438,145.46256%20C%20210.4014,156.27827%20215.06496,170.96352%20215.06508,189.51838%20C%20215.06496,208.27201%20210.4014,223.05649%20201.07438,233.87187%20C%20191.84638,244.68748%20179.34406,250.09523%20163.5674,250.09512%20C%20147.79061,250.09523%20135.28829,244.68748%20126.06043,233.87187%20C%20116.93172,222.95727%20112.36739,208.17279%20112.3674,189.51838%20C%20112.36739,171.06275%20116.98134,156.37749%20126.20926,145.46256%20C%20135.43713,134.54806%20147.88983,129.0907%20163.5674,129.09047%22%20/%3E%3C/g%3E%3C/svg%3E'), - linear-gradient(to bottom, #fff 0%,#fff 100%); - background-repeat: no-repeat, repeat; - background-position: right 2px top 50%, 0 0; - background-size: 9px auto, 100%; -} - -input[class*="percent"]:read-only { - background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22225%22%20height=%22300%22%3E%3Cpath%20stroke=%22none%22%20d=%22m%20224.99996,16.22698%20-8.11342,36.41161%20q%20-24.14255,-19.78892%20-54.61741,-19.78892%20-41.3588,0%20-65.00658,23.74671%20-23.647774,23.7467%20-28.397115,53.23215%20l%20134.960355,0%20-5.14505,26.71508%20-132.981532,0%20-0.395848,7.71771%200.395848,18.20566%20127.242642,0%20-5.14505,26.71508%20-117.941954,0%20q%207.519719,40.17154%2032.552754,59.06997%2025.03303,18.89844%2056.49745,18.89844%2037.20302,0%2057.98149,-19.59107%20l%200,40.9631%20Q%20192.34828,300%20162.26913,300%2053.034301,300%2030.474864,189.18206%20l%20-30.474864,0%205.738751,-26.71508%2020.580475,0%20q%20-0.395708,-4.74934%20-0.395708,-17.80995%20l%200,-8.11342%20-25.923518,0%205.738751,-26.71508%2023.152999,0%20Q%2039.181988,55.21112%2076.583149,27.60556%20113.98417,0%20163.06069,0%20199.868,0%20224.99996,16.22698%20z%22%20/%3E%0A%3C/svg%3E'), - linear-gradient(to bottom, #d3d3d3 0%,#d3d3d3 100%); -} - -label { - height: 12.8px!important; - color: #000; - font-size: 8pt; -} - -input[class*="quantity"]{ - display: inline-block; - width: 80px!important; - text-align: right; -} - - -input[type="checkbox"] { - display: block; - -webkit-appearance:none;/* Hides the default checkbox style */ - height:29.66px; - width:29.66px; - cursor:pointer; - position:relative; - transition: .15s; - -webkit-transition: .15s; - border-radius: unset; - border: 1px solid #cccccc; - background-color:#fff; - } - - input[type="checkbox"]:checked { - background-color:#9ABCEA; - } - - input[type="checkbox"]:before, input[type="checkbox"]:checked:before { - position:absolute; - top:0; - left:0; - width:100%; - height:100%; - line-height:2em; - text-align:center; - color:#000; - content: ''; - } - - input[type="checkbox"]:checked:before { - font-size: 11pt; - content: '✔'; - } - - input[type="checkbox"]:hover:before { - background:rgba(255,255,255,0.3); - } - - - body.mceContentBody { - background:#e8f0fe; - color:#000; -} - -/* .mceContentBody { - background: #e8f0fe; - color:#000; -} */ - -/* .tabulator-row-even { - background-color: #757575; -} */ - -:focus { - outline: 1px solid #607d8b; -} - -.modal-content > header { - background-color: #245caa; - color: #fff; - padding:8px!important; - margin-bottom: 10px; -} - -.modal-content > header > h2 { - font-size: 13pt; -} - -.modal-content > footer { - - /* padding:0.01em 8px; */ - text-align:right!important; - color:#000!important; - background-color:#fff!important; - margin-top: 2px; - padding-top:4px!important; - padding-bottom:4px!important; -} - -.modal-content > header:after,.modal-content > header:before,.modal-content > footer:after,.modal-content > footer:before { - content:"";display:table;clear:both -} - -span[class^="icon"]::after { - content: "\A"; - white-space: pre; -} - -span[class^="icon-inline"]::after { - content: ""; - /* white-space: pre; */ -} - -.inlinebtn { - position: relative; - height: 28px; - margin-top: -28px; - margin-left: -20px; - padding: 4px 8px; - border: 0!important; - float: right; -} - - - -.tlbicon { - font-size: 16px; -} - -.pointer { - cursor: pointer; -} -.pointer:hover p { - text-decoration: underline; -} -.articleno { - font-size: 9pt; - white-space: nowrap; - -} - -.toptoolbarbtn{ - font-size: 17.33px!important; - padding: 15px 14px!important; -} - -footer { - padding-top: 5px; - padding-bottom: 5px; - background-color: #204a94; - text-align: left; - margin-left: auto; - font-size: 16px; -} - -footer a { - text-decoration: none; -} - -footer h4 { - font-weight: bold; - font-size: 20px; - margin-bottom: 18px; -} - -.bg-qube2 { - background-color: #204a94; -} - -.bg-qube3 { - background-color: #2f54a2; -} - -button.orange { - color:#fff!important;background-color:#ff9800!important; -} - -button.green { - color:#fff!important;background-color:#4CAF50!important; -} - -button.blue-grey { - color:#fff!important;background-color:#607d8b!important; -} - -@media (max-width:600px){ #articlehead {font-size: 10pt;} } - -.artlbldata { display: inline-block;width: 105px!important; } -.artinlbldata {height: 35px;padding:6px 1px;width: 100%; overflow: hidden;white-space: nowrap;} -.sitelogo { height: 50px;} -/* @media(min-width:993px){ .artlbldata { width: 105px!important; }} */ -@media(max-width:992px){ .artlbldata { width: 80px!important; }} -@media(max-width:600px){ .sitelogo { height: 30px;} .artlbldata { width: 65px!important; }.rest { width: 80%;}} - - -.loader, -.loader:after { - border-radius: 50%; - width: 4em; - height: 4em; -} -.loader { - margin: auto 60px ; - font-size: 10px; - position: relative; - text-indent: -9999em; - border-top: 1.1em solid rgba(119,117,234, 0.2); - border-right: 1.1em solid rgba(119,117,234, 0.2); - border-bottom: 1.1em solid rgba(119,117,234, 0.2); - border-left: 1.1em solid #7775ea; - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - -webkit-animation: load8 1.1s infinite linear; - animation: load8 1.1s infinite linear; -} -@-webkit-keyframes load8 { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} -@keyframes load8 { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} - -.span33 { - float:none; - display:inline-block; - width: 300px; - height:350px; - background:#ccc; - border: 1px solid #fff; - border-radius: 0px; - padding:0px; - overflow:hidden; - margin:auto; - margin-top:20px; - margin-left:35px; - -webkit-box-shadow: 0px 0px 39px -14px rgba(0,0,0,0.62); --moz-box-shadow: 0px 0px 39px -14px rgba(0,0,0,0.62); -box-shadow: 0px 0px 39px -14px rgba(0,0,0,0.62); - -} - -a.plink { - color: #fff; - text-decoration: underline; -} - -a.plink:hover { - cursor: pointer; - text-decoration: none; -} diff --git a/public_html/shop.old/index.php b/public_html/shop.old/index.php deleted file mode 100644 index 0e111e3..0000000 --- a/public_html/shop.old/index.php +++ /dev/null @@ -1,161 +0,0 @@ -checklogin($_POST["login"],$_POST["password"]); -// //_contents("session.log",print_r($ret,true)."\n",FILE_APPEND); -// if ($ret["sid"] != "" && $ret["sid"] != null){ -// $vars["sid"] = $ret["sid"]; -// setcookie($cfg["cookie"],$vars["sid"],0,"",$_SERVER["HTTP_HOST"],false,true); - - -// }else { -// $vars["message"] = $ret["message"]; -// $vars["messagetype"] = $ret["messagetype"]; -// $vars["page"] = "message.html"; -// } -// } -// } - -//error_log("before get session: ".$vars["sid"]); -if (($vars["sid"] != "") && ($vars["sid"] != null)){ - $sess = $se->getsession($vars["sid"]); - - if ($sess == null){ - $vars["sid"] = ""; - $vars["skeleton"] = "login.html"; - } elseif ($vars["filepath"] == "login.html"){ - $vars["page"] = 'index.html'; - } -} else { - $vars["skeleton"] = "login.html"; -} - -$vars["session"] = $sess; - -file_put_contents("log/intro.log",$vars["requri"],FILE_APPEND); - - if ($_SERVER["REQUEST_URI"] != $cfg["basepath"]){ - if (strpos($_SERVER["REQUEST_URI"], ".js?") == true){ - $vars["filepath"] = substr($_SERVER["REQUEST_URI"],0,strpos($_SERVER["REQUEST_URI"],".js?")).".js"; - $vars["filepath"] = substr($vars["filepath"],strlen($cfg["basepath"])); - } else { - $vars["filepath"] = $_SERVER["REQUEST_URI"]; - $vars["filepath"] = substr($vars["filepath"],strlen($cfg["basepath"])); - if (file_exists('module/'.$vars["filepath"].".html")){ - $vars["filepath"] = $vars["filepath"].".html"; - } elseif (preg_match()) { - $vars["filepath"] = $vars["filepath"]; - } - } - //$vars["filepath"] = substr($vars["filepath"],strlen($cfg["basepath"])); - $vars["querystr"] = $_SERVER['QUERY_STRING']; - $vars["params"] = $postdata; - $vars["page"] = $vars["filepath"]; - } - - $abslen = substr_count($vars["page"],'/'); - $vars["abspath"] = ""; - if ($abslen > 0){ - for ($i=0;$i<$abslen;$i++){ - $vars["abspath"] .= "../"; - } - - } - $vars["contenttype"] = "text/html"; - - if (substr($vars["page"],-3) == "css"){ - $vars["contenttype"] = "text/css"; - } elseif (substr($vars["page"],-2) == "js"){ - $vars["contenttype"] = "text/javascript"; - } else { - if ((file_exists($cfg["templatepath"].'/module/'.$vars["filepath"]))){ - $vars["origpage"] =$vars["page"]; - $vars["page"] = '/module/'.$vars["filepath"]; - } else { - $vars["page"] = '/module/error.html'; - } - } - - - $vars['lang'] = $cfg['lang']; - if (isset($sess["userlanguage"])){ - $vars['lang'] = $sess["userlanguage"]; - } - include("lib/lang/".$vars["lang"].".php"); - $vars["lbl"] = $lbl; - //TODO vars: - // $vars['p_lang'] = 'fr'; - // $vars['p_page']= ""; - // $vars["p_prod"] =""; - // $vars["p_subprod"] =""; - $vars['keywords'] =""; //$lang sel; - $vars['description'] = ""; //$lang sel; - $vars['title'] = ""; - //END TODO vars - header('Content-Type: '.$vars["contenttype"]); - $vars["page"] = ''.$vars["page"]; - use Twig\Environment; - use Twig\Loader\FilesystemLoader; - - $loader = new FilesystemLoader($cfg["templatepath"]); - $twig = new Environment($loader,['autoescape' => false]); - if ($vars["contenttype"] == "text/html"){ - echo $twig->render($vars['skeleton'], $vars); - } else { - $dd = $twig->render($vars["page"], $vars); - //error_log($dd); - echo $dd; - - // $mainsite = $m->render($vars["page"],$vars); - // echo $mainsite; - } - if ($vars["contenttype"] == 'text/html' && $cfg["debug"] == 1){ - unset($vars['lbl']); - unset($vars['config']); - echo "
    ".print_r($vars,true)."
    "; - } - -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/.htaccess b/public_html/shop.old/lib.old/.htaccess deleted file mode 100644 index a7a56f7..0000000 --- a/public_html/shop.old/lib.old/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Require all denied \ No newline at end of file diff --git a/public_html/shop.old/lib.old/config copy.php b/public_html/shop.old/lib.old/config copy.php deleted file mode 100644 index 5efd7d3..0000000 --- a/public_html/shop.old/lib.old/config copy.php +++ /dev/null @@ -1,53 +0,0 @@ - '/qube/', - "siteurl" => 'http://localhost/qube/', - "cookie" => "qubeshop", - "lang" => "fr", - "debug" => 0, - "maildps" => array( - "from" => "ksaffran@dks.lu", - "server" => "mail.your-server.de", - "login" => "ksaffran@dks.lu", - "password" => "FB1ia1ka", - "port" => 587, - "encrpytion" => "tls", - "debug" => 0 - ), - "mailshop" => array( - "from" => "ksaffran@dks.lu", - "server" => "mail.your-server.de", - "login" => "ksaffran@dks.lu", - "password" => "FB1ia1ka", - "port" => 587, - "encrpytion" => "tls", - "debug" => 0 - ), - "mailto" => "ksaffran@dks.lu", - "db"=> array( - "type" => "mysql", - "host" => "dedi1781.your-server.de", - "dbname" => "qube_db4", - "user" => "qube_user4", - "password" => "xevt4b99cNRHPEjF", - "prefix" => "wiges", - "debug" => 1 - ), - "api" => array( - "useragent" => "Qube Wiges WebSync", - "user" => "point", - "password" => "poco941", - "api-app-key" => "l9345y3e-4b56-3fb4-91ca-404f62d52jfs", - "api-device-key" => "webdev", - "url" => "https://pointcomm.api.qube.wiges.lu/api/%%TABLE%%/search", - "sqlpath" => '../api/bin/sql', - "logpath" => '../api/bin/log' - ), - "datapath" => "data/", - "templatepath" => "tmpl/", - "basepath" => substr(dirname($_SERVER["SCRIPT_FILENAME"]),strlen($_SERVER["DOCUMENT_ROOT"])).'/', - "version" => date("YmdHis"), - "cdate" => date("Ymd") - - ); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/config.php b/public_html/shop.old/lib.old/config.php deleted file mode 100644 index aeba0e4..0000000 --- a/public_html/shop.old/lib.old/config.php +++ /dev/null @@ -1,54 +0,0 @@ - '/qube/', - "siteurl" => 'https://qube-concretec.eu/', - "cookie" => "qubeshop", - "lang" => "fr", - "debug" => 1, - "maildps" => array( - "from" => "demande@qube-group.eu", - "server" => "smtp.office365.com", - "login" => "demande@qube-group.eu", - "password" => "wabribus66*3", - "port" => 587, - "encrpytion" => "tls", - "debug" => 0 - ), - "mailshop" => array( - "from" => "shop@qube-group.eu", - "server" => "smtp.office365.com", - "login" => "shop@qube-group.eu", - "password" => "crugemut!33+", - "port" => 587, - "encrpytion" => "tls", - "debug" => 0 - ), - "mailto" => "team.qube@qube-group.eu", - - "db"=> array( - "type" => "mysql", - "host" => "dedi1781.your-server.de", - "dbname" => "qube_db4", - "user" => "qube_user4", - "password" => "xevt4b99cNRHPEjF", - "prefix" => "wiges", - "debug" => 1 - ), - "api" => array( - "useragent" => "Qube Wiges WebSync", - "user" => "point", - "password" => "poco941", - "api-app-key" => "l9345y3e-4b56-3fb4-91ca-404f62d52jfs", - "api-device-key" => "webdev", - "url" => "https://pointcomm.api.qube.wiges.lu/api/%%TABLE%%/search", - "sqlpath" => '../api/bin/sql', - "logpath" => '../api/bin/log' - ), - "datapath" => "data/", - "templatepath" => "tmpl/", - "basepath" => substr(dirname($_SERVER["SCRIPT_FILENAME"]),strlen($_SERVER["DOCUMENT_ROOT"])).'/', - "version" => date("YmdHi"), - "cdate" => date("Ymd") - - ); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/database.php b/public_html/shop.old/lib.old/database.php deleted file mode 100644 index ade05ea..0000000 --- a/public_html/shop.old/lib.old/database.php +++ /dev/null @@ -1,188 +0,0 @@ -dbconf = $pdbconf; - try { - $this->conn = new PDO('mysql:host='.$this->dbconf["host"].';dbname='.$this->dbconf["dbname"],$this->dbconf["user"],$this->dbconf["password"],array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8")); - } catch(PDOException $e){ - print "Connection Error: ".$e->getMessage(); - error_log("Connection Error: ".$e->getMessage()); - } - } - - public function __destruct(){ - $this->conn = null; - } - - public function securetext($text){ - return str_replace("'","''",$text); - } - public function value($text){ - if (($text == "") || ($text == null)){ - return 'null'; - } - return "'".$this->securetext($text)."'"; - } - - public function query($sql){ - $result = array(); - if ($this->dbconf["debug"] == 1){ - file_put_contents("log/sql.log","QUERY: ".$sql."\n",FILE_APPEND); - } - try { - if ($this->conn){ - $sth = $this->conn->prepare($sql); - $sth->execute(); - $result = $sth->fetch(PDO::FETCH_ASSOC); - return $result; - } - } catch(PDOException $e){ - error_log("QUERY ERROR: ".$sql); - } - return $result; - } - - public function querybykey($key,$sql){ - $result = null; - $kresult = array(); - - if ($this->dbconf["debug"] == 1){ - file_put_contents("log/sql.log","QUERYBYKEY: ".$sql."\n",FILE_APPEND); - } - try { - if ($this->conn){ - $sth = $this->conn->prepare($sql); - $sth->execute(); - $result = $sth->fetchAll(PDO::FETCH_ASSOC); - foreach($result as $r){ - if (!isset($kresult[$r[$key]])){ - $kresult[$r[$key]] = array(); - } - //$kresult[$r[$key]] = $r; - array_push($kresult[$r[$key]],$r); - } - - return $kresult; - } - } catch (PDOException $e){ - error_log("QUERYBYKEY ERROR: ".$sql); - } - return $result; - } - - public function queryarray($sql){ - $result = null; - if ($this->dbconf["debug"] == 1){ - file_put_contents("log/sql.log","QUERYARRAY: ".$sql."\n",FILE_APPEND); - } - try { - if ($this->conn){ - $sth = $this->conn->prepare($sql); - $sth->execute(); - $result = $sth->fetchAll(PDO::FETCH_ASSOC); - return $result; - } - } catch (PDOException $e){ - error_log("QUERYARRAY ERROR: ".$sql); - } - return $result; - } - - public function exec($sql){ - if ($this->dbconf["debug"] == 1){ - file_put_contents("log/sql.log","EXEC: ".$sql."\n",FILE_APPEND); - } - try { - if ($this->conn){ - return $this->conn->exec($sql); - } - } catch (PDOException $e){ - error_log("EXEC ERROR: ".$sql); - } - return -1; - } - - public function createUpdateDDL($table,$idents,$data,$schema=null){ - $da = array(); - $di = array(); - foreach ($data as $col => $val){ - array_push($da,$col."=".$this->value($val)); - } - foreach ($idents as $col => $val){ - array_push($di,$col."=".$this->value($val)); - } - $updsql = "UPDATE ".(($schema != null)?$schema.".":"").$table." SET ".join(",",$da)." WHERE ".join(" AND ",$di).";"; - return $updsql; - } - - public function createInsertDDL($table,$data,$schema=null){ - $dc = array(); - $dv = array(); - foreach ($data as $col => $val){ - array_push($dc,$col); - array_push($dv,$this->value($val)); - } - $inssql = "INSERT INTO ".(($schema != null)?$schema.".":"").$table." (".join(",",$dc).") VALUES (".join(",",$dv).");"; - return $inssql; - } - - public function createReplaceDDL($table,$data,$schema=null){ - $dc = array(); - $dv = array(); - foreach ($data as $col => $val){ - array_push($dc,$col); - array_push($dv,$this->value($val)); - } - $repsql = "REPLACE INTO ".(($schema != null)?$schema.".":"").$table." (".join(",",$dc).") VALUES (".join(",",$dv).");"; - return $repsql; - } - - public function createUpsertDDL($table,$data,$idents,$schema=null){ - $dc = array(); - $dv = array(); - $du = array(); - $ids = strtolower($idents).","; - foreach ($data as $col => $val){ - array_push($dc,strtolower($col)); - array_push($dv,$this->value($val)); - if (preg_match(strtolower($col.","),$ids) == 1){ - array_push($du,strtolower($col)."=".$this->value($val)); - } - } - $repsql = "INSERT INTO ".(($schema != null)?$schema.".":"").$table." (".join(",",$dc).") VALUES (".join(",",$dv).") "; - $repsql .= " ON DUPLICATE KEY UPDATE ".join(",",$du).";"; - return $repsql; - } - - // public function newuuid(){ - // $nid = $this->query("select uuid_v4() as id;"); - // return $nid["id"]; - // } - public static function newuuid() { - return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', - // uuidV4 - // 32 bits for "time_low" - mt_rand(0, 0xffff), mt_rand(0, 0xffff), - - // 16 bits for "time_mid" - mt_rand(0, 0xffff), - - // 16 bits for "time_hi_and_version", - // four most significant bits holds version number 4 - mt_rand(0, 0x0fff) | 0x4000, - - // 16 bits, 8 bits for "clk_seq_hi_res", - // 8 bits for "clk_seq_low", - // two most significant bits holds zero and one for variant DCE1.1 - mt_rand(0, 0x3fff) | 0x8000, - - // 48 bits for "node" - mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff) - ); - } - - -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/email.php b/public_html/shop.old/lib.old/email.php deleted file mode 100644 index 12651dd..0000000 --- a/public_html/shop.old/lib.old/email.php +++ /dev/null @@ -1,83 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function sendEmail($account,$to,$cc,$bcc,$subject,$htmlbody,$altbody,$attachments){ - - $mail = new PHPMailer(true); - // if ($this->cfg["mail"]["debug"] == 1){ - // $to = "ksaffran@dks.lu"; - // $cc = null; - // $bcc = null; - // // $mail->SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output - // } - try { - //Server settings - $mail->isSMTP(); - $mail->Host = $account["server"]; - $mail->SMTPAuth = true; - $mail->Username = $account["login"]; - $mail->Password = $account["password"]; - - if ($account["port"] == 465){ - $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; - } elseif ($account["port"] == 587){ - $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; - } - $mail->Port = $account["port"]; - //Recipients - $mail->setFrom($account["from"]); - $mail->addAddress($to); //Add a recipient - #$mail->addReplyTo($account["from"]); - - if ($cc){ - $mail->addCC($cc); - } - if ($bcc){ - $mail->addBCC($bcc); - } - if ($attachments){ - foreach ($attachments as $atc){ - if (file_exists($atc)){ - $mail->addAttachment($atc); - } - } - } - //Content - $mail->isHTML(true); //Set email format to HTML - $mail->Subject = $subject; - if ($htmlbody){ - $mail->Body = $htmlbody; - } - if ($altbody){ - $mail->AltBody = $altbody; - } - // if ($this->cfg["mail"]["debug"] == 1){ - $cdate = date('YmdHis'); - $mail->PreSend(); - file_put_contents("log/mails/".$cdate."_".$to.".eml",mb_convert_encoding($mail->getSentMIMEMessage(),'ISO8859-1')); - // } - $mail->send(); - - - - } catch (Exception $e) { - echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; - } - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/lang/de.php b/public_html/shop.old/lib.old/lang/de.php deleted file mode 100644 index d5bc050..0000000 --- a/public_html/shop.old/lib.old/lang/de.php +++ /dev/null @@ -1,146 +0,0 @@ - - array ( - "home" => "Startseite", - "about" => "Unternehmen", - "product" => "Produkte", - "nouveautes" => "Neue Produkte", - "projects" => "Projekte", - "download" => "Downloads", - "contact" => "Kontakt", - "search" => "Produktsuche", - ), - "pagedoesnotexists" => "Diese Seite existiert nicht!", - "search" => "suchen", - "category" => "Kategorie", - "cancel" => "Abrechen", - "save" => "Speichern", - "ok" => "OK", - "close" => "schliessen", - "groupname" => "Gruppe", - "filter" => "filtern...", - "clientaccess" => "Kunden Login Shop", - "username" => "Login/E-Mail", - "password" => "Passwort", - "forgotpassword" => "Passwort vergessen?", - "login" => "Einloggen", - "newpassword" => "Neues Passwort", - "newpwd" => "Passwort", - "retypepwd" => "Neues Passwort wiederholen", - "norobot" => "ich bBin kein Roboter!", - "asknewpassword" => "Demander nouveau mot de passe!", - "retypepwd" => "répéter mot de passe", - "fillcorrect" => "Bitte alle Felder korrekt ausfüllen!", - "pwdcondition" => "Passwörter müssen mindstens 10 Zeichen lang seien und mindestens 1 Grossbuchstabe, 1 Klein-Buchstabe und 1 Zahl enthalten", - "genpwd" => "Passwort vorschlagen", - "accountexists" => "Es existsiert bereits ein Benutzer mit dieser E-Mail-Adresse!", - "emailinvalid" => "Bitte eine gültige E-Mail-adresse angeben!", - "usernamechange" => "E-Mail (Login) ändern", - "newusername" => "E-mail Adresse", - "invoiceaddress" => "Rechnungsadresse", - "deliveryaddress" => "Lieferadresse", - "constructionsite_phone" => "Telefon Baustelle", - "constructionsite_contact" => "Kontakt auf Baustelle", - "constructionsite_note" => "Bemerkung Baustelle", - "prefereddeliverydate" => "Bevorzugtes Lieferdatum", - "askpricetype" => "Preisanfrage für ...", - "message" => "zusätzliche Nachricht", - "clientaddress" => "AKundenadresse", - "numbondecommande" => "Bestellung Nr.", - "fichierbondecommande" => "Bestellformular (Datei)", - "unknownlogin" => "Login oder Passwort unbekannt!", - "loginlink" => "Zurück zum Login", - "linknewaccount" => "Konto erstellen / registrieren", - "registernewaccount" => "Antrag auf Kontoeröffnung", - "name" => "Ihr Name", - "email" => "E-Mail", - "registrationtype" => "Art der Registrierung", - "isclient" => "mein Unternahmen ist bereits Kunde", - "newclient" => "neues Unternehemen", - "noclient" => "Kunden-Nummer", - "company" => "Unternehmen", - "address" => "Adresse", - "zip" => "PLZ", - "city" => "Ort", - "country" => "Land", - "novat" => "Ust-Id", - "register" => "Anfrage abschicken", - "documents" => "Dokumente", - "unitprice" => "Einh. Preis", - "quantity" => "Anzahl", - "stock" => "Auf Lager", - "doc_brpr" => "Hauptbroschüre", - "doc_fite" => "Datenblatt", - "doc_nomo" => "Aufbau-Anleitung", - "doc_cert" => "Zertifikat", - "doc_bim" => "BIM", - "phone" => "Telefon", - "msgpwd" => "Ein sichereres oder anderes Passwort eintragen", - "lblchpwd" => "PASSWORT ÄNDERN", - "msgccc" => "Rahemenvertrag der mit Ihrem Unternehmen aushandelt wurde", - "lblccc" => "PRODUKTE ANSEHEN", - "msgorders" => "Die Bestellungen die Sie über den Shop aufgegeben haben

    ", - "lblorders" => "MEINE BESTELLUNGEN ANSEHEN", - "video" => "Video", - "noarticles" => "Preise und Produkte auf Anfrage", - "basket" => "Warenkorb", - "shop" => "Shop", - "cleanbasket" => "leeren", - "coodinates" => "Me Koordinaten", - "seladdress" => "Adress-Auswahl", - "simplepriceoffer" => "Einfache Preis-Anfrage", - "forcc" => "Für Rahmenvertrag", - "articles" => "Artikel", - "emptybasket" => "Leerer Warenkorb", - "sendquestion" => "Anfrage abschicken", - "sendorder" => "Bestellungen abschicken", - "profile" => "Profil", - "ccadre" => "Rahmenvertrag", - "selectcc" => "Auswahl Rahmenvertrag", - "deliveryorders" => "Bestellungen in Auslieferung", - "favorites" => "Favoriten", - "invoices" => "Rechnungen", - "currentorders" => "laufende Bestellungen", - "privacy" => "Daatenschutz", - "account" => "Mein Konto", - "login" => "Login/Email", - "companies" => "Unternahmen", - "myorders" => "Meine Bestellungen", - "lblcatalogs" => "Brochüren", - "lblnews" => "News - Info", - "msgprivacy" => "ansehen wie Ihre Daten verarbeitet werden", - "msgnews" => "Letzte und aktuelle News von Qube", - "msgcatalogs" => "Hier finden Sie die aktuellen Broschüren und Kataloge", - "linkcatlogs" => "KATALOGE ANSEHEN", - "linkprivacy" => "DOKUMENT ANZEIGEN", - "linknews" => "NEUIGKEITEN ANZEIGEN", - "priceondemand" => "Preise auf Anfrage", - "newproducts" => "Neue Produkte", - "mnugroupes" => "Gruppen", - "mnuhome" => "Home", - "mnulogout" => "Logout", - "mnuaccount" => "Konto", - "mnuccadre" => "R. Vertrag", - "mnuaskprice" => "Preis ?", - "mnubasket" => "W.Korb", - "mnufav" => "Fav.", - "order" => "Bestellung", - "askprice" => "Preisanfrage", - "connect" => "Einloggen", - "language" => "Sprache", - "de" => "deutsch", - "fr" => "français", - "nobasketproduct" => "Sie haben noch keine Produkte ausgewählt, für die Preisanfrage!", - "missingdata" => "Es fehlen noch Angaben im Formular!", - "datasended" => "Danke die Preis-Anfrage wurde verschickt!", - "sendinprogress" => "Bitter Warten!...Anfrage wird verschickt...", - "projects" => "Projekte", - "project" => "Projekt", - "lastnews" => "Letzte Neuigkeiten", - "lastprojects" => "Letze Projekte", - "mobileapp" => "Mobile App", - "productnews" => "Produkt News", - "readmore" => "weiter lesen...", - ); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/lang/en.php b/public_html/shop.old/lib.old/lang/en.php deleted file mode 100644 index a4c9f1e..0000000 --- a/public_html/shop.old/lib.old/lang/en.php +++ /dev/null @@ -1,144 +0,0 @@ - - array ( - "home" => "Home", - "about" => "Company", - "product" => "Products", - "nouveautes" => "New Products", - "projects" => "Projects", - "download" => "Downloads", - "contact" => "Contact", - "search" => "Product search", - ), - "pagedoesnotexist" => "Cette page n'existe pas!", - "search" => "rechercher", - "category" => "Catégorie", - "cancel" => "Abondonner", - "save" => "Sauvegarder", - "ok" => "OK", - "close" => "Fermer", - "groupname" => "Groupe", - "filter" => "filtrer...", - "clientaccess" => "Accès Shop", - "username" => "Login/E-Mail", - "password" => "mot de passe", - "forgotpassword" => "mot de passe oublié?", - "login" => "se connecter", - "newpassword" => "Nouveau mot de passe", - "newpwd" => "Mot de passe", - "retypepassword" => "Reperter mot de passe", - "norobot" => "je suis pas un robot!", - "asknewpassword" => "Demander nouveau mot de passe!", - "retypepwd" => "répéter mot de passe", - "fillcorrect" => "S.V.P! Entrez dans tous les champs des données valides!", - "pwdcondition" => "les mots de passes doivent contenir au moins 10 lettres , au moins une lettre majuscule, une lettre minuscule et un nombre", - "genpwd" => "Proposer un mot de passe", - "accountexists" => "Il existe déjà un compte avec cette adresse e-mail!", - "emailinvalid" => "inserez un email valide s.v.p.!", - "usernamechange" => "Changer adresse email / Login", - "newusername" => "adresse email", - "invoiceaddress" => "adresse de facturation", - "deliveryaddress" => "adresse de livraison", - "constructionsite_phone" => "Chantier GSM", - "constructionsite_contact" => "Chantier Nom Contact", - "constructionsite_note" => "Remarque Chantier", - "prefereddeliverydate" => "Date de livraison préférée", - "askpricetype" => "Demande de prix pour ...", - "message" => "message supplémentaire", - "clientaddress" => "Adresse client", - "numbondecommande" => "No. bon de commande", - "fichierbondecommande" => "Fichier Bon de commande", - "unknownlogin" => "Mot de passe ou Login inconnue!", - "loginlink" => "Retour au Login", - "linknewaccount" => "Création compte / se régistrer", - "registernewaccount" => "Demande de création de compte", - "name" => "Votre Nom", - "email" => "E-Mail", - "registrationtype" => "Type de régistration", - "isclient" => "mon entreprise est déjà client", - "newclient" => "nouvelle entreprise", - "noclient" => "Numéro Client", - "company" => "Nom de l'entreprise", - "address" => "Adresse", - "zip" => "Code postale", - "city" => "Ville", - "country" => "Pays", - "novat" => "Numero de TVA internationale", - "register" => "envoyer la demande", - "documents" => "Documents", - "unitprice" => "Prix unit.", - "quantity" => "Quantité", - "stock" => "Stock", - "doc_brpr" => "Brochure principale", - "doc_fite" => "Fiche technique", - "doc_nomo" => "Notice de montage", - "phone" => "Téléphone", - "msgpwd" => "Renforcer la sécurité du mot de passe ou changer votre mot de passe", - "lblchpwd" => "CHANGER MOT DE PASSE", - "msgccc" => "Contrat Cadre qui a été négociée individuellement pour votre entreprise", - "lblccc" => "VOIR LES PRODUITS", - "msgorders" => "Les commandes que vous avez envoyés via le shop en ligne

    ", - "lblorders" => "VOIR MES COMMANDES", - "video" => "Video", - "noarticles" => "produits sur demande", - "basket" => "Panier", - "shop" => "Shop", - "cleanbasket" => "vider", - "coodinates" => "Mes Coordonnées", - "seladdress" => "Sélection Adresse", - "simplepriceoffer" => "Simple Information Prix", - "forcc" => "Pour Contrat Cadre", - "articles" => "Articles", - "emptybasket" => "Panier vide", - "sendquestion" => "Envoyer la demande", - "sendorder" => "Envoyer la Commande", - "profile" => "Profile", - "ccadre" => "Contrat Cadre", - "selectcc" => "Selection Contrat Carde", - "deliveryorders" => "Commandes en livraison", - "favorites" => "Favorites", - "invoices" => "Factures", - "currentorders" => "Commandes en cours", - "privacy" => "Protection des données", - "account" => "Mon Compte", - "login" => "Login/Email", - "companies" => "Entreprise(s)", - "myorders" => "Mes Commandes", - "lblcatalogs" => "Brochures", - "lblnews" => "News - Info", - "msgprivacy" => "Voir comment vos données sont utilisées", - "msgnews" => "Dernières informations et actualités de Qube", - "msgcatalogs" => "Vous trouverez ici les catalogues et brochures actuels", - "linkcatlogs" => "VOIR LES CATALOGUES", - "linkprivacy" => "MONTRER LE DOCUMENT", - "linknews" => "MONTRER LES NOUVEAUTÉS", - "priceondemand" => "prix sur demande", - "newproducts" => "Nouveaux Produits", - "mnugroupes" => "Groupes", - "mnuhome" => "Home", - "mnulogout" => "Logout", - "mnuaccount" => "Compte", - "mnuccadre" => "C. Cadre", - "mnuaskprice" => "Prix ?", - "mnubasket" => "Panier", - "mnufav" => "Fav.", - "order" => "Commande", - "askprice" => "Demande de Prix", - "connect" => "Connecter", - "language" => "Langue", - "de" => "deutsch", - "fr" => "français", - "nobasketproduct" => "Vous devez choisir des produits pour envoyer une demande!", - "missingdata" => "Il manque encore des données dans le formulaire!", - "datasended" => "merci, la demande demande de prix à été envoyée!", - "sendinprogress" => "Attendez s.v.p.!...envoie en cours...", - "projects" => "Projects", - "project" => "Project", - "lastnews" => "Dernières nouvelles", - "lastprojects" => "Derniers projets", - "mobileapp" => "Mobile APPS", - "productnews" => "Product News", - "readmore" => "read more...", -); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/lang/fr.php b/public_html/shop.old/lib.old/lang/fr.php deleted file mode 100644 index 6fa0431..0000000 --- a/public_html/shop.old/lib.old/lang/fr.php +++ /dev/null @@ -1,146 +0,0 @@ - - array ( - "home" => "Accueil", - "about" => "Entreprise", - "product" => "Produits", - "nouveautes" => "Nouveaux produits", - "projects" => "Projets", - "download" => "Téléchargements", - "contact" => "Contact", - "search" => "Recherche produits", - ), - "pagedoesnotexist" => "Cette page n'existe pas!", - "search" => "rechercher", - "category" => "Catégorie", - "cancel" => "Abondonner", - "save" => "Sauvegarder", - "ok" => "OK", - "close" => "Fermer", - "groupname" => "Groupe", - "filter" => "filtrer...", - "clientaccess" => "Accès Shop", - "username" => "Login/E-Mail", - "password" => "mot de passe", - "forgotpassword" => "mot de passe oublié?", - "login" => "se connecter", - "newpassword" => "Nouveau mot de passe", - "newpwd" => "Mot de passe", - "retypepassword" => "Reperter mot de passe", - "norobot" => "je suis pas un robot!", - "asknewpassword" => "Demander nouveau mot de passe!", - "retypepwd" => "répéter mot de passe", - "fillcorrect" => "S.V.P! Entrez dans tous les champs des données valides!", - "pwdcondition" => "les mots de passes doivent contenir au moins 10 lettres , au moins une lettre majuscule, une lettre minuscule et un nombre", - "genpwd" => "Proposer un mot de passe", - "accountexists" => "Il existe déjà un compte avec cette adresse e-mail!", - "emailinvalid" => "inserez un email valide s.v.p.!", - "usernamechange" => "Changer adresse email / Login", - "newusername" => "adresse email", - "invoiceaddress" => "adresse de facturation", - "deliveryaddress" => "adresse de livraison", - "constructionsite_phone" => "Chantier GSM", - "constructionsite_contact" => "Chantier Nom Contact", - "constructionsite_note" => "Remarque Chantier", - "prefereddeliverydate" => "Date de livraison préférée", - "askpricetype" => "Demande de prix pour ...", - "message" => "Message Supplémentaire", - "clientaddress" => "Adresse client", - "numbondecommande" => "No. bon de commande", - "fichierbondecommande" => "Fichier Bon de commande", - "unknownlogin" => "Mot de passe ou Login inconnue!", - "loginlink" => "Retour au Login", - "linknewaccount" => "Création compte / se régistrer", - "registernewaccount" => "Demande de création de compte", - "name" => "Votre Nom", - "email" => "E-Mail", - "registrationtype" => "Type de régistration", - "isclient" => "mon entreprise est déjà client", - "newclient" => "nouvelle entreprise", - "noclient" => "Numéro Client", - "company" => "Entreprise", - "address" => "Adresse", - "zip" => "CP", - "city" => "Ville", - "country" => "Pays", - "novat" => "Numero de TVA internationale", - "register" => "envoyer la demande", - "documents" => "Documents", - "unitprice" => "Prix unit.", - "quantity" => "Quantité", - "stock" => "Stock", - "doc_brpr" => "Brochure principale", - "doc_fite" => "Fiche technique", - "doc_nomo" => "Notice de montage", - "doc_cert" => "Certificat", - "doc_bim" => "BIM", - "phone" => "Téléphone", - "msgpwd" => "Renforcer la sécurité du mot de passe ou changer votre mot de passe", - "lblchpwd" => "CHANGER MOT DE PASSE", - "msgccc" => "Contrat Cadre qui a été négociée individuellement pour votre entreprise", - "lblccc" => "VOIR LES PRODUITS", - "msgorders" => "Les commandes que vous avez envoyés via le shop en ligne

    ", - "lblorders" => "VOIR MES COMMANDES", - "video" => "Video", - "noarticles" => "produits sur demande", - "basket" => "Panier", - "shop" => "Shop", - "cleanbasket" => "vider", - "coodinates" => "Mes Coordonnées", - "seladdress" => "Sélection Adresse", - "simplepriceoffer" => "Simple Information Prix", - "forcc" => "Pour Contrat Cadre", - "articles" => "Articles", - "emptybasket" => "Panier vide", - "sendquestion" => "Envoyer la demande", - "sendorder" => "Envoyer la Commande", - "profile" => "Profile", - "ccadre" => "Contrat Cadre", - "selectcc" => "Selection Contrat Carde", - "deliveryorders" => "Commandes en livraison", - "favorites" => "Favorites", - "invoices" => "Factures", - "currentorders" => "Commandes en cours", - "privacy" => "Protection des données", - "account" => "Mon Compte", - "login" => "Login/Email", - "companies" => "Entreprise(s)", - "myorders" => "Mes Commandes", - "lblcatalogs" => "Brochures", - "lblnews" => "News - Info", - "msgprivacy" => "Voir comment vos données sont utilisées", - "msgnews" => "Dernières informations et actualités de Qube", - "msgcatalogs" => "Vous trouverez ici les catalogues et brochures actuels", - "linkcatlogs" => "VOIR LES CATALOGUES", - "linkprivacy" => "MONTRER LE DOCUMENT", - "linknews" => "MONTRER LES NOUVEAUTÉS", - "priceondemand" => "prix sur demande", - "newproducts" => "Nouveaux Produits", - "mnugroupes" => "Groupes", - "mnuhome" => "Home", - "mnulogout" => "Logout", - "mnuaccount" => "Compte", - "mnuccadre" => "C. Cadre", - "mnuaskprice" => "Prix ?", - "mnubasket" => "Panier", - "mnufav" => "Fav.", - "order" => "Commande", - "askprice" => "Demande de Prix", - "connect" => "Connecter", - "language" => "Langue", - "de" => "deutsch", - "fr" => "français", - "nobasketproduct" => "Vous devez choisir des produits pour envoyer une demande!", - "missingdata" => "Il manque encore des données dans le formulaire!", - "datasended" => "merci, la demande demande de prix à été envoyée!", - "sendinprogress" => "Attendez s.v.p.!...envoie en cours...", - "projects" => "Projets", - "project" => "Projet", - "lastnews" => "Dernières nouvelles", - "lastprojects" => "Derniers projets", - "mobileapp" => "Mobile APPS", - "productnews" => "Product News", - "readmore" => "lire plus...", -); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/lang/nl.php b/public_html/shop.old/lib.old/lang/nl.php deleted file mode 100644 index 7b1b410..0000000 --- a/public_html/shop.old/lib.old/lang/nl.php +++ /dev/null @@ -1,146 +0,0 @@ - - array ( - "home" => "Accueil", - "about" => "Bedrijf", - "product" => "Producten", - "nouveautes" => "Nieuwe producten", - "projects" => "Projecten", - "download" => "Downloads", - "contact" => "Contact", - "search" => "Product zoeken", - ), - "pagedoesnotexist" => "Deze pagina bestaat niet!", - "search" => "zoeken", - "category" => "categorie", - "cancel" => "annuleren", - "save" => "Save", - "ok" => "OK", - "close" => "Sluiten", - "groupname" => "Groep", - "filter" => "filter...", - "clientaccess" => "Toegang Shop", - "username" => "Login/E-Mail", - "password" => "password", - "forgotpassword" => "wachtwoord vergeten?", - "login" => "login", - "newpassword" => "Nieuw wachtwoord", - "newpwd" => "Wachtwoord", - "retypepassword" => "Wachtwoord opvragen", - "norobot" => "je suis pas un robot!", - "asknewpassword" => "Vraag nieuw wachtwoord aan!", - "retypepwd" => "herhaal wachtwoord", - "fillcorrect" => "Alsjeblieft! Vul in alle velden geldige gegevens in!", - "pwdcondition" => "wachtwoorden moeten minstens 10 letters bevatten, minstens één hoofdletter, één kleine letter en een cijfer", - "genpwd" => "Stel een wachtwoord voor", - "accountexists" => "Er is al een account met dit e-mailadres!", - "emailinvalid" => "vul aub een geldige email in!", - "usernamechange" => "Verander e-mail adres / Inloggen", - "newusername" => "emailadres", - "invoiceaddress" => "factuuradres", - "deliveryaddress" => "afleveradres", - "constructionsite_phone" => "GSM site", - "constructionsite_contact" => "Naam contactpersoon bouwplaats", - "constructionsite_note" => "Note Construction Site", - "prefereddeliverydate" => "Gewenste leveringsdatum", - "askpricetype" => "Prijsaanvraag voor ...", - "message" => "Extra bericht", - "clientaddress" => "Klantadres", - "numbondecommande" => "Inkoopordernr.", - "fichierbondecommande" => "Inkooporderbestand", - "unknownlogin" => "Wachtwoord of login onbekend!", - "loginlink" => "Terug naar aanmelden", - "linknewaccount" => "Account aanmaken / Registreren", - "registernewaccount" => "Aanvraag voor het aanmaken van een rekening", - "name" => "Uw naam", - "email" => "E-Mail", - "registratietype" => "Type registratie", - "isclient" => "mijn bedrijf is al een klant", - "newclient" => "nieuw bedrijf", - "noclient" => "Klantnummer", - "company" => "Bedrijf", - "adres" => "Adres", - "zip" => "Postcode", - "city" => "Stad", - "country" => "Land", - "novat" => "Internationaal BTW-nummer", - "register" => "verzoek verzenden", - "documents" => "Documenten", - "eenheidsprijs" => "Eenheidsprijs", - "quantity" => "Hoeveelheid", - "stock" => "Voorraad", - "doc_brpr" => "Hoofdbrochure", - "doc_fite" => "Gegevensblad", - "doc_nomo" => "Montage-instructies", - "doc_cert" => "Certificaat", - "doc_bim" => "BIM", - "phone" => "Telefoon", - "msgpwd" => "Versterk de wachtwoordbeveiliging of verander uw wachtwoord", - "lblchpwd" => "WACHTWOORD WIJZIGEN", - "msgccc" => "Kaderovereenkomst die individueel voor uw bedrijf is uitonderhandeld", - "lblccc" => "ZIE PRODUCTEN", - "msgorders" => "De bestellingen die u via de online Shop hebt verzonden

    ", - "lblorders" => "ZIE MIJN BESTELLINGEN", - "video" => "Video", - "noarticles" => "producten op aanvraag", - "basket" => "Mandje", - "shop" => "Shop", - "cleanbasket" => "leeg", - "coodinates" => "Mijn contactgegevens", - "seladdress" => "Adres selectie", - "simplepriceoffer" => "Eenvoudige prijsinformatie", - "forcc" => "Voor Raamcontract", - "articles" => "Artikelen", - "emptybasket" => "Lege mand", - "sendquestion" => "Verzoek verzenden", - "sendorder" => "Send Order", - "profile" => "Profiel", - "framework" => "Framework Contract", - "selectcc" => "Selection Custody Contract", - "deliveryorders" => "Bestellingen in levering", - "favorites" => "Favorieten", - "invoices" => "Facturen", - "currentorders" => "Huidige orders", - "privacy" => "Gegevensbescherming", - "account" => "Mijn Rekening", - "login" => "Login/E-mail", - "companies" => "Bedrijf(en)", - "myorders" => "Mijn Bestellingen", - "lblcatalogs" => "Brochures", - "lblnews" => "Nieuws - Info", - "msgprivacy" => "Bekijk hoe uw gegevens worden gebruikt", - "msgnews" => "Laatste nieuws en informatie van Qube", - "msgcatalogs" => "Huidige catalogi en brochures zijn hier te vinden", - "linkcatlogs" => "ZIE CATALOGUES", - "linkprivacy" => "SHOW DOCUMENT", - "linknews" => "toon nieuwe producten", - "priceondemand" => "prijs op aanvraag", - "newproducts" => "Nieuwe Producten", - "mnugroups" => "Groepen", - "mnuhome" => "Home", - "mnulogout" => "Uitloggen", - "mnuaccount" => "Account", - "mnuccadre" => "Kadercontract", - "mnuaskprice" => "Prijs ?", - "mnubasket" => "Basket", - "mnufav" => "Fav.", - "order" => "Order", - "askprice" => "Prijsaanvraag", - "connect" => "Connect", - "language" => "Taal", - "de" => "deutsch", - "fr" => "français", - "nobasketproduct" => "U moet producten kiezen om een aanvraag te versturen!", - "missingdata" => "Het formulier mist nog steeds gegevens!", - "datasended" => "Dank u, de prijsaanvraag is verzonden!", - "sendinprogress" => "Even geduld a.u.b....verzenden...", - "projects" => "Projecten", - "project" => "Project", - "lastnews" => "Laatste Nieuws", - "lastprojects" => "Nieuwste projecten", - "mobileapp" => "Mobiele APPS", - "productnews" => "Product Nieuws", - "readmore" => "lees meer...", -); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/lang/pt.php b/public_html/shop.old/lib.old/lang/pt.php deleted file mode 100644 index 25cfdb7..0000000 --- a/public_html/shop.old/lib.old/lang/pt.php +++ /dev/null @@ -1,147 +0,0 @@ - - array ( - "home" => "Início", - "about" => "Empresa", - "product" => "Produtos", - "nouveautes" => "Novos produtos", - "projects" => "Projectos", - "download" => "Transferências", - "contact" => "Contacto", - "search" => "Pesquisa de produtos", - ), - "pagedoesnotexist" => "Esta página não existe", - "search" => "pesquisa", - "category" => "Categoria", - "cancel" => "cancelar", - "save" => "Guardar", - "ok" => "OK", - "close" => "Fechar", - "groupname" => "Grupo", - "filter" => "filtro...", - "clientaccess" => "Acesso Shop", - "username" => "Entrar / E-Mail", - "password" => "palavra-passe", - "forgotpassword" => "esqueci-me da palavra-passe?", - "login" => "login", - "newpassword" => "Nova palavra-passe", - "newpwd" => "palavra-passe", - "retypepassword" => "reescrever palavra-passe", - "norobot" => "je suis pas un robot!", - "asknewpassword" => "Pedir nova palavra-passe", - "retypepwd" => "repetir palavra-passe", - "fillcorrect" => "Por favor! Introduza dados válidos em todos os campos!", - "pwdcondition" => "as palavras-passe devem conter pelo menos 10 letras, pelo menos uma letra maiúscula, uma letra minúscula e um número", - "genpwd" => "Sugerir uma palavra-passe", - "accountexists" => "Já existe uma conta com este endereço de correio electrónico!", - "emailinvalid" => "por favor insira um email válido", - "usernamechange" => "Alterar endereço de e-mail / Login", - "newusername" => "endereço de correio electrónico", - "invoiceaddress" => "endereço de facturação", - "deliveryaddress" => "endereço de entrega", - "constructionsite_phone" => "GSM site", - "constructionsite_contact" => "Nome de contacto do estaleiro de construção", - "constructionsite_note" => "Nota do local de construção", - "prefereddeliverydate" => "Data de entrega preferida", - "askpricetype" => "Pedido de preço para ...", - "message" => "Mensagem adicional", - "clientaddress" => "Customer address", - "numbondecommande" => "N.º da ordem de compra", - "fichierbondecommande" => "Ficheiro de Pedido de Compra", - "unknownlogin" => "Password ou Login desconhecido!", - "loginlink" => "Back to Login", - "linknewaccount" => "Criar conta / Registar", - "registernewaccount" => "Pedido de criação de conta", - "nome" => "O seu nome", - "email" => "E-Mail", - "registrationtype" => "Type of registration", - "iscliente" => "a minha empresa já é cliente", - "newclient" => "nova empresa", - "noclient" => "Número de cliente", - "company" => "Empresa", - "address" => "Endereço", - "zip" => "Postcode", - "city" => "Cidade", - "country" => "País", - "novat" => "Número internacional de IVA", - "register" => "enviar pedido", - "documents" => "Documentos", - "unitprice" => "Preço unitário", - "quantity" => "Quantidade", - "stock" => "Stock", - "doc_brpr" => "Brochura principal", - "doc_fite" => "Ficha de dados", - "doc_nomo" => "Instruções de montagem", - "doc_cert" => "Certificado", - "doc_bim" => "BIM", - "telefone" => "Telefone", - "msgpwd" => "Reforçar a segurança da palavra-passe ou alterar a sua palavra-passe", - "lblchpwd" => "ALTERAR A PALAVRA-PASSE", - "msgccc" => "Acordo-quadro que foi negociado individualmente para a sua empresa", - "lblccc" => "VER PRODUTOS", - "msgorders" => "As encomendas que enviou através da loja online

    ", - "lblorders" => "VER OS MEUS PEDIDOS", - "video" => "Vídeo", - "noarticles" => "produtos a pedido", - "basket" => "Basket", - "shop" => "Loja", - "cleanbasket" => "vazio", - "coodinates" => "Os meus dados de contacto", - "seladdress" => "Selecção de endereço", - "simplepriceoffer" => "Simple Price Information", - "forcc" => "Para Contrato Quadro", - "articles" => "Artigos", - "emptybasket" => "Cesta vazia", - "sendquestion" => "Enviar pedido", - "sendorder" => "Enviar Encomenda", - "profile" => "Perfil", - "framework" => "Acordo-quadro", - "selectcc" => "Contrato de Carda de Selecção", - "deliveryorders" => "Ordens de entrega", - "favorites" => "Favorites", - "invoices" => "Invoices", - "currentorders" => "Current orders", - "privacy" => "Protecção de dados", - "account" => "A minha conta", - "login" => "Entrar/Email", - "empresas" => "Empresa(s)", - "myorders" => "As Minhas Encomendas", - "lblcatalogs" => "Brochuras", - "lblnews" => "Notícias - Info", - "msgprivacy" => "Veja como os seus dados são utilizados", - "msgnews" => "Últimas notícias e informações de Qube", - "msgcatalogs" => "Catálogos e brochuras actuais podem ser encontrados aqui", - "linkcatlogs" => "VER CATÁLOGOS", - "linkprivacy" => "SHOW DOCUMENT", - "linknews" => "PROJETE NOVOS PRODUTOS", - "priceondemand" => "preço a pedido", - "newproducts" => "Novos Produtos", - "mnugroups" => "Grupos", - "mnuhome" => "Home", - "mnulogout" => "Sair", - "mnuaccount" => "Conta", - "mnuccadre" => "C. Estrutura", - "mnuaskprice" => "Preço ?", - "mnubasket" => "Cesto", - "mnufav" => "Fav", - "order" => "Encomenda", - "askprice" => "Pedido de preço", - "connect" => "Connect", - "language" => "Língua", - "de" => "deutsch", - "fr" => "français", - "nobasketproduct" => "Deve escolher produtos para enviar um pedido", - "missingdata" => "O formulário ainda tem dados em falta", - "datasended" => "Obrigado, o pedido de preço foi enviado!", - "sendinprogress" => "Por favor aguarde!...enviando em progresso...", - "projects" => "Projectos", - "project" => "Projecto", - "lastnews" => "Últimas Notícias", - "lastprojects" => "Últimos projectos", - "mobileapp" => "Aplicações móveis", - "productnews" => "Notícias de produtos", - "readmore" => "leia mais...", - -); -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Api.php b/public_html/shop.old/lib.old/modules/Api.php deleted file mode 100644 index 63fce3f..0000000 --- a/public_html/shop.old/lib.old/modules/Api.php +++ /dev/null @@ -1,184 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - private function exec_curl($table,$data,$fields=null,$search=true){ - //echo $this->cfg["api"]["logpath"]."/".$this->cfg["cdate"]."_curl.log"."\n"; - $result = array(); - file_put_contents("log/".$this->cfg["cdate"]."_curl.log","send ".print_r($data,true)."\n",FILE_APPEND); - $data["firme"] = "1"; - if ($search == true){ - $newdata = array("where"=> $data); - if ($fields){ - $newdata["fields"] = $fields; - } - }else { - $newdata = $data; - } - - - file_put_contents("log/".$this->cfg["cdate"]."_curl.log","send newdata:\n".print_r($newdata,true)."\n---\n",FILE_APPEND); - //error_log("sending to ".$this->cfg["htxurl"]." -> ".$data); - try { - $curlconn = curl_init(); - $headers = array(); - curl_setopt($curlconn, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); - curl_setopt($curlconn, CURLOPT_RETURNTRANSFER, 1); - curl_setopt($curlconn, CURLOPT_POST, 1); - curl_setopt($curlconn, CURLOPT_USERAGENT, $this->cfg['api']["useragent"]); - array_push($headers,'Authorization: Basic '.base64_encode($this->cfg['api']["user"].':'.$this->cfg['api']["password"])); - array_push($headers,'Content-Type: application/json'); - array_push($headers,'Wisol-Api-App-Key: '.$this->cfg['api']["api-app-key"]); - array_push($headers,'Wisol-Api-Device-Key: '.$this->cfg['api']["api-device-key"]); - curl_setopt($curlconn, CURLOPT_HTTPHEADER, $headers); - //$fp = fopen(dirname(__FILE__).'/curl.log', 'w+'); - $url = str_replace("%%TABLE%%",$table,$this->cfg["api"]["url"]); - if ($search==false){ - $url = str_replace("/search","",$url); - } - file_put_contents("log/".$this->cfg["cdate"]."_curl.log",json_encode( $newdata),FILE_APPEND); - curl_setopt($curlconn, CURLOPT_URL, $url); - curl_setopt($curlconn, CURLOPT_POSTFIELDS,json_encode( $newdata)); - curl_setopt($curlconn, CURLOPT_VERBOSE, 0); - //curl_setopt($curlconn, CURLOPT_STDERR, $fp); - - //if ($search == true){ - $result = curl_exec($curlconn); - //} - - file_put_contents("log/".$this->cfg["cdate"]."_curl.log","get: ".$result."\n",FILE_APPEND); - if (curl_errno($curlconn)){ - file_put_contents("log/".$this->cfg["cdate"]."_curl.log",'Curl Error:'.curl_error($curlconn)."\n",FILE_APPEND); - return null; - } - } catch(Exception $e){ - file_put_contents("log/".$this->cfg["cdate"]."_curl.log","CURL init Error : ".$e->getMessage()."\n",FILE_APPEND); - return array("error" => "curl API-Error"); - } - return json_decode($result); - } - - public function isUserValid($useremail){ - $valid = 0; - if (!isset($useremail)){ return false;} - $xret = $this->exec_curl("s_contact_client",array("adresse_email" => $useremail), array("client","personne","nom","adresse_email","on_actif","id")); - //file_put_contents("log/checkuser.log",print_r($xret,true),FILE_APPEND); - //echo count($xret)."\n"; - for ($r=0;$ron_actif == "1"){ - $clret = $this->exec_curl("s_client",array("client" => $xret[$r]->client),array("client","on_actif")); - //echo print_r($clret,true)."\n"; - if ($clret[0]->on_actif == "1"){ - $valid = 1; - break 1; - } - } - } - //echo "Valid:".$valid."\n"; - return $valid; - } - - public function isClientValid($idclient){ - if (!isset($idclient)){ return -1;} - $valid = 0; - $clret = $this->exec_curl("s_client",array("client" => $idclient), array("client","on_actif")); - foreach ($clret as $r){ - if ($r->on_actif == "1"){ - $valid = 1; - break 1; - } - } - return $valid; - } - - public function getClientData(){ - $clret = $this->exec_curl("s_client",array("client" => $idclient)); - foreach ($clret as $r){ - $rplsql = $this->dbh->createReplaceDDL("wiges_s_client",$r,null); - $this->dbh->exec($rplsql); - $nd = array( - 'id' => $r->id, - 'client' => $r->client, - 'nom_1' => $r->nom_1, - 'nom_2' => $r->nom_2, - 'rue' => $r->rue, - 'code_postal' => $r->code_postal, - 'boite_postale' => $r->boite_postale, - 'localite' => $r->localite, - 'telephone_1' => $r->telephone_1, - 'telephone_2' => $r->telephone_2, - 'fax' => $r->fax, - 'interlocuteur' => $r->interlocuteur, - 'division' => $r->division, - 'departement' => $r->departement, - 'tva_client' => $r->tva_client, - 'no_tva' => $r->no_tva, - 'no_accises' => $r->no_accises, - 'cond_paiement' => $r->cond_paiement, - 'pays' => $r->pays, - 'langue' => $r->langue, - 'devise' => $r->devise, - 'on_actif' => $r->on_actif, - 'raison_sociale' => $r->raison_sociale, - 'adresse_email' => $r->adresse_email, - 'adresse_url' => $r->adresse_url, - 'adresse_client' => $r->adresse_client - ); - $rplsql = $this->dbh->createReplaceDDL("clients",$nd,null); - $this->dbh->exec($rplsql); - } - } - - public function getUserData(){ - - } - - public function createOrder($idclient){ - if (!isset($idclient)){ return array("error" => "no id_client");} - $ret = $this->exec_curl("w_ventes",array("document" => 'RSC',"client" => $idclient), null,false); - return $ret; - } - - public function addOrderPosition($nodocument,$article,$qte_unitaire){ - if ((!isset($idclient)) || (!isset($article)) || (!isset($qte_unitaire))){ return false;} - $ret = $this->exec_curl("w_ventes_pos",array("no_document" => $no_document,"article" => $article,"qte_unitaire" => $qte_unitaire), null,false); - return $ret; - } - - public function createAskPrice($id_order,$idclient,$adr_client,$adr_liv,$comment){ - if (!isset($idclient)){ return array("error" => "no id_client");} - if (!isset($id_order)){ return array("error" => "no id_order");} - //$ret->no_document = 0; - $ret = $this->exec_curl("w_ventes",array("document" => 'DPS',"client" => $idclient,"adresse_client" => $adr_client,"adresse_livraison" => $adr_liv,"commentaire" => $comment), null,false); - - if (isset($ret->no_document)){ - $this->dbh->exec("UPDATE orders set wiges_no_document='".$ret->no_document."',status='transfered' where id='".$id_order."' and id_client='".$idclient."';"); - $this->dbh->exec("UPDATE order_articles set wiges_no_document='".$ret->no_document."' where id_order='".$id_order."';"); - } - return $ret; - } - - public function addAskPricePosition($id_articleorder,$nodocument,$article,$qte_unitaire,$comment){ - //if (!isset($article)){ return false;} - - file_put_contents("log/apireturn.log","in:"."$id_articleorder-:-$nodocument-:-$comment-:-$article-:-$qte_unitaire"."\n",FILE_APPEND); - $ret = $this->exec_curl("w_ventes_pos",array("document"=>"DPS","no_document" => $nodocument,"qte_totale" => $qte_unitaire,"article" => $article,"commentaire_pos" => $comment), null,false); - //$ret->no_position = 0; - file_put_contents("log/apireturn.log","ret:".print_r($ret,true)."\n",FILE_APPEND); - if (isset($ret->no_position)){ - $this->dbh->exec("UPDATE order_articles SET no_position='".$ret->no_position."' where id='".$id_articleorder."';"); - } - return $ret; - } -} - ?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/ArticleGroups.php b/public_html/shop.old/lib.old/modules/ArticleGroups.php deleted file mode 100644 index 2e98cfa..0000000 --- a/public_html/shop.old/lib.old/modules/ArticleGroups.php +++ /dev/null @@ -1,44 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function getPublishedGroups($lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - $sql="select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_".$lang.",fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_".$lang.",gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC;"; - - return $this->dbh->queryarray($sql); - } - - public function getArticleGroupsByFamille($famille,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - $where = " and ag.famille_art='".$famille."' "; - if ($famille == null){ - $where = " and ag.famille_art is not null "; - } - return $this->dbh->queryarray("select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_".$lang.",ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_".$lang.",ag.titre_fr), position(' | ' in coalesce(ag.titre_".$lang.",ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 ".$where." group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article;"); - - } - - public function getArticleGroupsByFamilleAndGroup($famille,$groupe,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_".$lang.",ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_".$lang.",ag.titre_fr), position(' | ' in coalesce(ag.titre_".$lang.",ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='".$famille."' and ag.gp_art='".$groupe."' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article;"); - - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Articles.php b/public_html/shop.old/lib.old/modules/Articles.php deleted file mode 100644 index 5cb6328..0000000 --- a/public_html/shop.old/lib.old/modules/Articles.php +++ /dev/null @@ -1,86 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function getArticleGroups($famillycode,$groupcode,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_fr) as titre,coalesce(description_".$lang.",description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='".$groupcode."' and famille_art='".$famillycode."' and isactive=1 order by titre,article;"); - } - - public function getArticleGroup($article,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_fr) as titre,coalesce(description_".$lang.",description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat,formulaire,soumission,solution from article_groups where article='".$article."' and isactive=1 order by titre,article;"); - } - - public function getByFamillyAndGroups($famillycode,$groupcode,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->querybykey('article_group',"select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='".$famillycode."' and gp_art='".$groupcode."' and isactive=1) group by id,article_group,article order by article_group,article;"); - } - - public function getFavoriteArticleGroups($iduser,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_fr) as titre,coalesce(description_".$lang.",description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink,fimchebim,certificat,formulaire,soumission,solution from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='".$iduser."') group by article_group) order by titre,article;"); - } - - public function getFavoriteArticles($iduser,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - $sql ="select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = '".$iduser."') group by ar.article_group,ar.article order by ar.article_group,ar.article;"; - return $this->dbh->querybykey('article_group',$sql); - } - - public function getNewArticleGroups($lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - $datescount=20; - $sql = "select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_".$lang.", ag.titre_fr) as titre, coalesce(ag.description_".$lang.", ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT ".$datescount.";"; - return $this->dbh->queryarray($sql); - } - - public function getNewArticles($lang,$agrps=''){ - if (!$lang){ $lang=$this->cfg["lang"];} - $datescount=20; - //all articles returned grouped by article_group; - //return $this->dbh->querybykey('article_group',"select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT ".$datescount.") ag on (ar.article_group = ag.article_group) where ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article;"); - return $this->dbh->querybykey('article_group',"select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ($agrps) and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article;"); - } - - public function search($text,$lang){ - $sql = "select "; - $texts = explode(" ",$text); - $sql .= " fa.titre_fr ,gr.titre_fr,ar.article ,ar.article_group, ag.titre_fr ,ag.description_fr ,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ag.c01_label ,ag.c02_label ,ag.c03_label ,ag.c04_label ,ag.c05_label "; - $sql .= " from familles fa - left join groupes gr on (fa.famille_art=gr.famille_art) - left join articles ar on (fa.famille_art=ar.famille_art and gr.gp_art=ar.gp_art) - left join article_groups ag on (fa.famille_art=ag.famille_art and gr.gp_art=ag.gp_art and ar.article_group=ag.article) where "; - $where = ""; - foreach ($texts as $t){ - if (strlen($where) > 0){ - $where .= " OR "; - } - if (strlen($t) >= 3){ - $where .= " fa.titre_".$lang." LIKE '%".$t."%' or gr.titre_".$lang." LIKE '%".$t."%' or ar.article LIKE '%".$t."%' or ar.article_group LIKE '%".$t."%' or ag.titre_".$lang." LIKE '%".$t."%' or ag.description_".$lang." LIKE '%".$t."%' or ar.c01 LIKE '%".$t."%' or ar.c02 LIKE '%".$t."%' or ar.c03 LIKE '%".$t."%' or ar.c04 LIKE '%".$t."%' or ar.c05 LIKE '%".$t."%' or ag.c01_label LIKE '%".$t."%' or ag.c02_label LIKE '%".$t."%' or ag.c03_label LIKE '%".$t."%' or ag.c04_label LIKE '%".$t."%' or ag.c05_label LIKE '%".$t."%' "; - } - - } - if (strlen($where > 0)){ - - } - - } - - -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Client.php b/public_html/shop.old/lib.old/modules/Client.php deleted file mode 100644 index b73e1bf..0000000 --- a/public_html/shop.old/lib.old/modules/Client.php +++ /dev/null @@ -1,20 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function addClient(){ - //INSERT INTO users (id, nom, prenom, useremail, userpassword, id_client, usertype, userlanguage, isenabled, lastlogin, created, modified) VALUES (uuid_v4(), 'Baseggio', 'Mike', 'mike.baseggio@qube-group.eu', 'feec96680025b61d10b06e75ddf8aae6af57a1f4d183f4e2f2fbb0e1519a77e2', null, 'admin', 'fr', 1, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); - } - -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/ContratCadre.php b/public_html/shop.old/lib.old/modules/ContratCadre.php deleted file mode 100644 index 82d6f23..0000000 --- a/public_html/shop.old/lib.old/modules/ContratCadre.php +++ /dev/null @@ -1,40 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function getArticleGroups($idclient,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client=".$this->dbh->value($idclient).") group by article_group);"); - } - - public function getArticles($idclient,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->querybykey('article_group',"select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client=".$this->dbh->value($idclient)." group by ar.article;"); - } - - public function getClients(){ - return $this->dbh->queryarray("select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; "); - } - - public function getContractsByUser($iduser){ - return $this->dbh->queryarray("select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc where useremail in (select useremail from users where id='".$iduser."') group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1;"); - } - -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Orders.php b/public_html/shop.old/lib.old/modules/Orders.php deleted file mode 100644 index 8e114b0..0000000 --- a/public_html/shop.old/lib.old/modules/Orders.php +++ /dev/null @@ -1,154 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function setItem($article,$quantity,$id_user,$type){ - if ($type == "basket"){$type='RSS';} elseif($type == "askprice"){$type='DPS';} - //file_put_contents("log/setitem.log","select * from order_articles where id_user='".$id_user."' and article='".$article."' and id_order is null and code_document='".$type."';"."\n",FILE_APPEND); - $cprod = $this->dbh->query("select * from order_articles where id_user='".$id_user."' and article='".$article."' and id_order is null and code_document='".$type."';"); - $sql =""; - if (isset($cprod["id"])){ - $cprod["quantity"] = $quantity; - $ident = array("id" => $cprod["id"]); - unset($cprod["id"]); - $sql = $this->dbh->createUpdateDDL("order_articles",$ident,$cprod); - } else { - $cprod = array("id" => $this->dbh->newuuid() , "article" =>$article , "quantity" => $quantity,"id_user" => $id_user,"code_document" => $type); - $sql = $this->dbh->createINSERTDDL("order_articles",$cprod); - } - $this->dbh->exec($sql); - //file_put_contents("log/setitem.log","SD:".$sql."\n",FILE_APPEND); - $cntall = $this->dbh->query("select count(*) as cnt from order_articles where id_user='".$id_user."' and id_order is null and code_document='".$type."'"); - $ret = array("article" => $cprod, "count" => $cntall["cnt"]); - return $ret; - } - - public function removeItems($id_user,$type,$article=null){ - if ($type == "basket"){$type='RSS';} elseif($type == "askprice"){$type='DPS';} - if ($article== null){ - $sql ="DELETE FROM order_articles WHERE id_user='".$id_user."' and code_document='".$type."' and id_order is null;"; - } else { - $sql ="DELETE FROM order_articles WHERE article='".$article."' and id_user='".$id_user."' and code_document='".$type."' and id_order is null;"; - } - - $this->dbh->exec($sql); - $this->getItemCount($id_user,$type); - } - - public function getItemCount($id_user,$type){ - if ($type == "basket"){$type='RSS';} elseif($type == "askprice"){$type='DPS';} - $cntall = $this->dbh->query("select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='".$id_user."' and oa.id_order is null and oa.code_document='".$type."'"); - return $cntall; - } - - public function getItems($type,$id_user,$docid=null,$lang=null){ - if (!$lang){ $lang=$this->cfg["lang"];} - if ($type == "basket"){$type='RSS';} elseif($type == "askprice"){$type='DPS';} - $grsql = "select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='".$id_user."' and id_order is null and code_document='".$type."') group by article_group) order by titre,article;"; - - $grps = $this->dbh->queryarray($grsql); - $ng = []; - for ($g=0;$gdbh->queryarray($arsql); - for ($a=0;$a < count($arts);$a++){ - if (isset($ng[$arts[$a]["article_group"]])){ - // if (!isset($grps[$arts[$a]["article_group"]]["articles"])){ - // $ng[$arts[$a]["article_group"]]["articles"] = []; - // } - array_push($ng[$arts[$a]["article_group"]]["articles"],$arts[$a]); - } - } - return $ng; - } - - public function getOrder($idorder){ - - } - - public function sendOrder($d_user,$data,$type){ - - } - - public function setArticleComment($id_user,$article,$comment){ - $sql = "UPDATE order_articles SET comment=".$this->dbh->value($comment)." WHERE article=".$this->dbh->value($article)." and wiges_no_document is null and id_user=".$this->dbh->value($id_user)." and code_document='DPS';"; - $this->dbh->exec($sql); - return 1; - } - public function setArticleQuantity($id_user,$article,$quantity){ - $sql = "UPDATE order_articles SET quantity=".$this->dbh->value($quantity)." WHERE article=".$this->dbh->value($article)." and wiges_no_document is null and id_user=".$this->dbh->value($id_user)." and code_document='DPS';"; - $this->dbh->exec($sql); - return 1; - } - - public function publicSendAskPrice($id_user,$data){ - $nid = $this->dbh->newuuid(); - - $adr = $this->dbh->securetext($data["name"]."\n".$data["address"]."\n".$data["zip"]." ".$data["city"]."\n".$data["country"]); - $msg = $this->dbh->securetext("Contact:\n".$data["contact"].'\n'.$data["phone"].'\n'.$data["email"]."\n".$adr."\n\nMessage:\n\n".$data["message"]); - $sql = "INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('".$nid."', 10000, '".$this->dbh->securetext($id_user)."', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', '".$adr."', '".$msg."');"; - $this->dbh->exec($sql); - $this->dbh->exec("update order_articles set id_order='".$nid."' where id_user='".$this->dbh->securetext($id_user)."' and id_order is null and code_document='DPS'"); - - $api = new Api($this->dbh,$this->cfg); - - $adrclient = $data["name"]."\n".$data["address"]."\n".$data["country"].'-'.$data["zip"]." ".$data["city"]; - $comment = $data["message"]; - $adrliv = $data["contact"].'\n'.$data["phone"].'\n'.$data["email"]; - // $cap = array(); - // $cap->no_document = "YY"; - // array("no_document" => "XX"); - $cap = $api->createAskPrice($nid,'10000',$adrclient,$adrliv,$comment); - file_put_contents("log/apireturn.log",print_r($cap,true),FILE_APPEND); - $prsql = "select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment ,oa.quantity from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='".$nid."' group by ar.article_group,ar.article;"; - file_put_contents("log/apireturn.log",$prsql."\n",FILE_APPEND); - - $pdata = $this->dbh->queryarray($prsql); - file_put_contents("log/apireturn.log",print_r($pdata,true)."\n",FILE_APPEND); - $nodoc = $cap->no_document; - $xarts = ""; - for($i=0;$i".$nodoc."->ndoc:"."\n",FILE_APPEND); - //file_put_contents("log/apireturn.log","i:$i->".print_r($pdata[$i],true)."\n",FILE_APPEND); - $xarts .= (($pdata[$i]["quantity"]!=null)?$pdata[$i]["quantity"]:"1")." x ".$pdata[$i]["article"].(($pdata[$i]["comment"]!=null)?":".$pdata[$i]["comment"]:"")."\n"; - $capos = $api->addAskPricePosition($pdata[$i]["id"],$nodoc,$pdata[$i]["article"],(($pdata[$i]["quantity"]!=null)?$pdata[$i]["quantity"]:"1"),$pdata[$i]["comment"]); - //file_put_contents("log/apireturn.log",print_r($capos,true)."\n",FILE_APPEND); - } - $eml = new Email($this->dbh,$this->cfg); - $altbody = "Nouvelle Demande de Prix via Site! - - Document no: $nodoc - -- - $adrclient - -- - $adrliv - -- - Commentaire: $comment - -- - Articles: - $xarts - "; - $htmlbody = str_replace("\n","
    ",$altbody); - $eml->sendEmail($this->cfg["maildps"],$this->cfg["mailto"],null,null,"Demande de Prix via Site - Document No ".$nodoc,$htmlbody,$altbody,null); - return 1; - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Profile.php b/public_html/shop.old/lib.old/modules/Profile.php deleted file mode 100644 index eebded7..0000000 --- a/public_html/shop.old/lib.old/modules/Profile.php +++ /dev/null @@ -1,81 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function sendNewPassword($email){ - $sql = "select id,useremail,nom from users where useremail='".$this->dbh->securetext($email)."';"; - $ex = $this->dbh->query($sql); - $data = array(); - $ret = array("status" => "error","msg" => "
    E-mail ".$email." inconnue!
    "); - if (count($ex) > 0){ - $newpwd = $this->randomstring(12); - $pwd = hash('sha256',$newpwd); - $this->dbh->exec("UPDATE users SET userpassword = '".$pwd."' WHERE id='".$ex["id"]."';"); - $data["password"] = $newpwd; - $data["username"] = $this->dbh->securetext($email); - $eml = new Email($this->dbh,$this->cfg); - $htmlbody ="Bonjour ".$ex["nom"].",

    Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
    nouveau mot de passe: ".$newpwd."  

    Cordialement,
    Webmaster Qube-concretec.lu"; - $eml->SendEmail($this->cfg["mailshop"],$this->dbh->securetext($email),null,null,"Shop qube-concretec.lu : Votre demande de reçevoir un nouveau mot de passe!",$htmlbody,null,null); - $ret = array("status" => "succes","msg" => "
    Nous vous avons envoyés un e-mail avec un nouveau mot de passe!
    "); - } - return $ret; - } - - public function saveNewPassword($iduser,$pwdstr){ - if (length($this->dbh->securetext($pwdstr)) > 9){ - $pwd = hash('sha256',$this->dbh->securetext($pwdstr)); - $this->dbh->exec("UPDATE users SET userpassword = '".$pwd."' WHERE id='".$this->dbh->securetext($iduser)."';"); - } - return array("OK"); - } - - public function genpwd(){ - $newpwd = $this->randomstring(12); - return array("password" => $newpwd); - } - - private function randomstring($chars){ - $alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'; - $pass = array(); //remember to declare $pass as an array - $alphaLength = strlen($alphabet) - 1; //put the length -1 in cache - for ($i = 0; $i < $chars; $i++) { - $n = rand(0, $alphaLength); - $pass[] = $alphabet[$n]; - } - return implode($pass); - } - - public function ValidateLogin($newusername,$ciduser){ - $sql = "select count(*) as found from users where useremail='".$newusername."' and id != '".$ciduser."';"; - return $this->dbh->query($sql); - } - - public function changeLanguage($lang,$iduser){ - $sql = "UPDATE users set userlanguage='".$lang."' WHERE id='".$iduser."';"; - $this->dbh->exec($sql); - return 1; - } - - public function getUserDetails($uid){ - $userdata = $this->dbh->query("select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='".$uid."';"); - return $userdata; - } - - public function getUserCompanies($uid){ - $userdata = $this->dbh->queryarray("select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='".$uid."'));"); - return $userdata; - } -} - -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Shop.php b/public_html/shop.old/lib.old/modules/Shop.php deleted file mode 100644 index a06803b..0000000 --- a/public_html/shop.old/lib.old/modules/Shop.php +++ /dev/null @@ -1,42 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function logout(){ - #global $se,$sess; - $sid = $_COOKIE[$this->cfg["cookie"]];; - setcookie($this->cfg["cookie"], "", time()-3600,false,true); - //file_put_contents("session.log",print_r($sid,true),FILE_APPEND); - $this->dbh->exec("DELETE FROM sessions where id=".$this->dbh->value($sid).";"); - #$se->deletesession($sid); - return true; - - } - - public function login($user,$pwd){ - $se = new session($this->dbh,$this->cfg); - $sess = $se->checklogin($user,$pwd); - $ret = array("status" => "error","msg" => "login or password unknown!"); - if ($sess["sid"] != "" && $sess["sid"] != null){ - setcookie($this->cfg["cookie"],$sess["sid"],0,"",$_SERVER["HTTP_HOST"],false,true); - $ret = array("status" => "ok","msg" => ""); - } - return $ret; - } - - public function getByFamillyAndGroups($famillycode,$groupcode,$lang){ - if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->querybykey('article_group',"select id,article_group,article,gp_art,famille_art,c01,c02,c03,c04,c05 from articles where famille_art='".$famillycode."' and gp_art='".$groupcode."' order by article_group,article;"); - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/Site.php b/public_html/shop.old/lib.old/modules/Site.php deleted file mode 100644 index 440e789..0000000 --- a/public_html/shop.old/lib.old/modules/Site.php +++ /dev/null @@ -1,202 +0,0 @@ - array("fr" => "Accueil", "de" => "Startseite", "nl" => "Accueil", "pt" => "Início", "en" => "Home"), - "about" => array("fr" => "Entreprise", "de" => "Unternehmen", "nl" => "Bedrijf", "pt" => "Empresa", "en" => "Company"), - "product" => array("fr" => "Produits", "de" => "Produkte", "nl" => "Producten", "pt" => "Produtos", "en" => "Products"), - "nouveautes" => array("fr" => "Nouveaux produits", "de" => "Neue Produkte","nl" => "Nieuwe producten", "pt" => "Novos produtos", "en" => "New Products"), - "projects" => array("fr" => "Projets", "de" => "Projekte", "nl" => "Projecten", "pt" => "Projectos", "en" => "Projects"), - "download" => array("fr" => "Téléchargements", "de" => "Downloads", "nl" => "Downloads", "pt" => "Transferências", "en" => "Downloads"), - "contact" => array("fr" => "Contact", "de" => "Kontakt", "nl" => "Contact", "pt" => "Contacto", "en" => "Contact"), - "search" => array("fr" => "Recherche produits","de" => "Produktsuche", "nl" => "Product zoeken","pt" => "Pesquisa de produtos","en" => "Product search"), - ); - public function __construct($dblink,$cfg){ - $this->dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function group_product($imgfile,$agr,$lang,$count){ - - ?> - -
    -
    -
    - <?php echo $agr['article'];?> -
    -
    - -
    -
    - cfg["basepath"].'shop/media/'.$agr["brochure"]).'">Brochure':" "); ?> -
    -
    - cfg["basepath"].'shop/media/'.$agr["fichetechnique"]).'">F. Techn.':" "); ?> -
    -
    - cfg["basepath"].'shop/media/'.$agr["noticemontage"]).'">Montage':" "); ?> -
    -
    - cfg["basepath"].'shop/media/'.$agr["fichebim"]).'">BIM':" "); ?> -
    -
    - cfg["basepath"].'shop/media/'.$agr["certificat"]).'">Certif.':" "); ?> -
    -
    - Video':" "); ?> -
    - -
    - Articles -
    -
    - cfg["basepath"].'shop/media/'.$agr["formulaire"]).'">Form.':" "); ?> -
    -
    - cfg["basepath"].'shop/media/'.$agr["solution"]).'">Solu. Sys.':" "); ?> -
    -
    -
    -
    -
    -
    - <?php echo $agr['article'];?> -
    -
    - -
    -
    - Articles -
    -
    - -
    - - -
    - -
    -
    - -
    - dbh->value($form).",'".json_encode($this->dbh->securetext($data))."');"; - $this->dbh->exec($sql); - if ($form == 'frm_newsletter'){ - - } elseif ($form == 'frm_contact'){ - - } elseif ($form == 'frm_candidature'){ - - } - } - - public function sendContact($name,$phone,$email,$subject,$message){ - $ret = array("msg" => "Merci, votre Message a été transféré!"); - return $ret; - } - - public function sendCadidature($name,$phone,$email,$message,$file){ - $ret = array("msg" => "Merci, votre Candidature a été transféré!"); - return $ret; - } - - public function subscribeNewsletter(){ - $ret = array("status" => "success","msg" => "Merci, nous avons ajoutés votre adresse e-mail dans notre distributeur d'emails!"); - return $ret; - } - - public function unsubscribeNewsletter(){ - $ret = array("status" => "success","msg" => "Merci, votre addresse mail a été supprimé de nos distributeurs d'emails !"); - return $ret; - } - - -} -?> - - \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/User.php b/public_html/shop.old/lib.old/modules/User.php deleted file mode 100644 index 52768a8..0000000 --- a/public_html/shop.old/lib.old/modules/User.php +++ /dev/null @@ -1,141 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function __destruct(){ - $this->conn = null; - } - - public function setUserFaviorite($iduser,$article){ - $newid = $this->dbh->newuuid(); - $sql ="INSERT INTO userfavorites (id,id_user,article) VALUES ('".$newid."','".$iduser."','".$article."');"; - $ret = $this->dbh->exec($sql); - return $ret; - } - - public function removeUserFaviorite($iduser,$article){ - $sql = "DELETE FROM userfavorites WHERE id_user='".$iduser."' and article='".$article."';"; - $ret = $this->dbh->exec($sql); - return $ret; - } - - public function sendOrder($data,$articles){ - $clt = $this->dbh->query("select id_client as client from users where id='".$data["id_user"]."'"); - $data["client"] = $clt["client"]; - $tbldata = array( - "id" => $this->dbh->newuuid(), - "id_client" => $clt["client"], - "id_user" => $data["id_user"], - "status" => "not_sended", - "orderdate" => date('Y-m-d'), - "wiges_no_document" => null, - "wiges_document_type" => 'RSC', - "site_contact" => $data["construcationsite_contact"], - "sitecontactphone" => $data["constructionsite_phone"], - "deliveryaddress" => $data["deliveryaddress"], - "prefereddeliverydate" => $data["prefereddeliverydate"], - "reference" => $data["reference"] - ); - - $inssql = $this->dbh->createInsertDDL('orders',$tbldata); - $this->dbh->exec($inssql); - for ($a=0;$a $this->dbh->newuuid(), - "id_order" => $tbldata["id"], - "article" => $articles[$a]["article"], - "quantity" => $articles[$a]["qte_unitaire"], - "wiges_no_document" => null, - "wiges_no_position" => null - ); - $inssql = $this->dbh->createInsertDDL('order_articles',$tbldata); - $this->dbh->exec($inssql); - } - $wapi = new Api($this->dbh,$this->cfg); - $ret = $wapi->createOrder($clt["client"]); - if ($ret[0]["no_document"]){ - $this->dbh("UPDATE orders set wiges_no_document='".$ret[0]["no_document"]."' where id='".$tbldata["id"]."'"); - $this->dbh("UPDATE order_articles set wiges_no_document='".$ret[0]["no_document"]."' where id_order='".$tbldata["id"]."'"); - } - // construcationsite_contact: "dsfsdf" - // constructionsite_phone: "dsgsd" - // : "sdsf" - // file: "" - // id_user: "ef3b63ab-24a5-4972-86fb-8c3a4f36e75c" - // invoiceaddress: "" - // prefereddeliverydate: "2021-08-04" - // reference: "cgvfgf" - - - } - - public function sendAskPrice($data,$articles){ - - } - - public function Registration($data){ - $ret = array("status"=>"error","msg"=>"
    Registration désactivé pour l'instant!
    "); - if (!isset($data["email"]) || !filter_var($data["email"], FILTER_VALIDATE_EMAIL)){ - $ret = array("status"=>"error","msg"=>"
    e-mail non valide!
    "); - } else { - if ($data["type"] == 'newclient'){ - //send email - $ok = true; - foreach ($data as $d => $v){if ($d != "type"){if (strlen($v) == 0){$ok = false;}}} - - if ($ok == false){ - $ret = array("status"=>"error","msg"=>"
    Vous devez remplir tous les champs!
    "); - return $ret; - } - - $eml = new Email($this->dbh,$this->cfg); - $ret = array("status"=>"error","msg"=>"
    Merci, nous vous contactons dans les meilleurs délais!
    "); - } elseif (($data["type"] == 'isclient') && (strlen($data["noclient"]) >= 5)) { - $wapi = new Api($this->dbh,$this->cfg); - if ($wapi->isClientValid($data["noclient"]) <= 0){ - return array("status"=>"error","msg"=>"
    noclient pas valide!
    "); - } - $cldata = $this->dbh->query("select client from clients where client='".$data["noclient"]."'"); - if (!isset($cldata["client"])){ - $wapi->GetClientData($data["noclient"]); - } - - if ($wapi->isUserValid($login) <= 0){ - return array("status"=>"error","msg"=>"
    adresse e-mail inconnue!
    "); - } - $udata = $this->dbh->query("select id,email from users where where useremail='".$data["email"]."' and id_client='".$data["noclient"]."';"); - - if (isset($udata["id"])){ - return array("status"=>"error","msg"=>"
    un utilisateur avec votre email existe déjà!
    "); - //user exists in db, use - } else { - $profile = new Profile($this->dbh,$this->cfg); - $npwd = $profile->genpwd(); - $nuuid = $this->dbh->newuuid(); - $this->dbh->exec("update users set id='".$nuuid."' where useremail='".$data["email"]."';"); - $profile->saveNewPassword($nuuid,$npwd["password"]); - $eml = new Email($this->dbh,$this->cfg); - $htmlbody ="Bonjour ".$ex["nom"].",

    Vous avez demandé l'accès au shop du site qube-concretec.lu:
    - votre Login: ".$data["email"]."
    - votre mot de passe: ".$newpwd."

    Cordialement,
    Webmaster qube-concretec.lu"; - $eml->SendEmail($this->cfg["mailshop"],$this->dbh->securetext($email),null,null,"Votre demande de reçevoir accès au shop du site qube-concretec.lu",$htmlbody,null,null); - $ret = array("status" => "succes","msg" => "
    Nous vous avons envoyés un e-mail avec vos coordonnées d'accès!
    "); - //user does not exist in db! - } - - } else { - $ret = array("status"=>"error","msg"=>"
    Vous devez remplir tous les champs!
    "); - } - } - - return $ret; - } - -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/modules/data.php b/public_html/shop.old/lib.old/modules/data.php deleted file mode 100644 index 3d0e32f..0000000 --- a/public_html/shop.old/lib.old/modules/data.php +++ /dev/null @@ -1,28 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - public function __destruct(){ - $this->dbh = null; - } - public function query($sql){ - return $this->dbh->query($sql); - } - public function queryarray($sql){ - return $this->dbh->queryarray($sql); - } - public function querybykey($key,$sql){ - return $this->dbh->querybykey($key,$sql); - } - public function exec($sql){ - return $this->dbh->exec($sql); - } - public function newuuid(){ - return $this->dbh->newuuid(); - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/publicaliases.php b/public_html/shop.old/lib.old/publicaliases.php deleted file mode 100644 index eccb7c5..0000000 --- a/public_html/shop.old/lib.old/publicaliases.php +++ /dev/null @@ -1,26 +0,0 @@ - array("cl" => "User" ,"fn" => "Registration"), - 'forgotpassword' => array("cl" => "Profile","fn" => "sendNewPassword"), - 'login' => array("cl" => "Shop" ,"fn" => "login"), - //'candidature' => array("cl" => "Forms" ,"fn" => "sendCandidature"), - //'contact' => array("cl" => "Forms","fn" => "sendContact"), - //'subscribe' => array("cl" => "Forms" ,"fn" => "subscribeNewsletter"), - //'unscuscribe' => array("cl" => "Forms" ,"fn" => "unsubscribeNewsletter"), - 'sendAskPrice' => array("cl" => "Orders", "fn" => "publicSendAskPrice"), - 'setUserItem' => array("cl" => "Orders", "fn" => "setItem" ), - 'removeUserItem' => array("cl" => "Order", "fn" => "removeItem" ), - 'removeItems' => array("cl" => "Orders", "fn" => "removeItems" ), - 'cleanBasket' => array("cl" => "Orders", "fn" => "removeItems" ), - 'getArticleGroup' => array("cl" => "Articles","fn" => 'getArticleGroup'), - 'getArticleGroups' => array("cl" => "Articles","fn" => 'getArticleGroups'), - 'getByFamillyAndGroups' => array("cl" => "Articles","fn" => 'getByFamillyAndGroups'), - 'getOrderItems' => array("cl" => "Orders","fn" => "getItems"), - 'getOrderItemCount' => array("cl" => "Orders","fn" => "getItemCount"), - 'sendform' => array("cl" => "Site" , "fn" => "saveForm"), - 'setArticleComment' => array("cl" => "Orders", "fn" => "setArticleComment" ), - 'setArticleQuantity' => array("cl" => "Orders", "fn" => "setArticleQuantity" ), - 'getTree' => array("cl"=>"ArticleGroups","fn"=>"getPublishedGroups") - ); - -?> \ No newline at end of file diff --git a/public_html/shop.old/lib.old/session.php b/public_html/shop.old/lib.old/session.php deleted file mode 100644 index 06dca31..0000000 --- a/public_html/shop.old/lib.old/session.php +++ /dev/null @@ -1,78 +0,0 @@ -dbh = $dblink; - $this->cfg = $cfg; - } - - public function getSession($sid){ - $whereweb = ""; - if (isset($_SERVER["REMOTE_ADDR"]) && isset($_SERVER["HTTP_USER_AGENT"])){ - $whereweb = " and se.remoteaddr= '".$_SERVER["REMOTE_ADDR"]."' and se.useragent ='".$_SERVER["HTTP_USER_AGENT"]."' "; - } - if (($sid !== null) && ($sid != "")){ - $sql = "select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '".$this->dbh->securetext($sid)."' and us.isenabled ='1' ".$whereweb.";"; - $this->session = $this->dbh->query($sql); - } - return $this->session; - } - - public function checklogin($login,$password){ - global $lbl; - $pwd = hash('sha256', trim($password)); - $ret = array("sid" => null,"messagetype" => "red", "message" => ((isset($lbl["unknownlogin"]))?$lbl["unknownlogin"]:"")); - $login = strtolower($login); - $login=trim($login); - - $sql = "select id,usertype from users where lower(useremail)=lower('".$this->dbh->securetext($login)."') and userpassword = '".$pwd."' and userpassword is not null and userpassword != '' and isenabled='1';"; - - $uid = $this->dbh->query($sql); - #file_put_contents("log/logintest.log",print_r($this->cfg,true),FILE_APPEND); - //file_put_contents("log/logintest.log","USER: ".$sql." - ".print_r($uid,true),FILE_APPEND); - if (isset($uid["usertype"]) && $uid["usertype"] != 'admin'){ - $wapi = new Api($this->dbh,$this->cfg); - //file_put_contents("log/logintest.log","in API cfg".print_r($wapi->cfg,true)."API cfg END",FILE_APPEND); - $user = $wapi->isUserValid($login); - //file_put_contents("log/logintest.log","after is valid".print_r($user,true),FILE_APPEND); - if (isset($user["on_actif"]) && ($user["on_actif"] = "1")){ - return $ret; - } - } - //file_put_contents("session.log",print_r($uid,true)."\n".$sql,FILE_APPEND); - if (isset($uid["id"])){ - $newsess = $this->dbh->query("select uuid_v4() as sessid;"); - $this->dbh->exec("delete from sessions where id_user='".$uid["id"]."' and remote_addr='".$_SERVER["REMOTE_ADDR"]."' and user_agent='".$_SERVER["HTTP_USER_AGENT"]."';"); - $this->dbh->query("INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('".$newsess["sessid"]."','".$uid["id"]."','".$_SERVER["REMOTE_ADDR"]."','".$_SERVER["HTTP_USER_AGENT"]."',CURRENT_TIMESTAMP);"); - $ret["sid"] = $newsess["sessid"]; - } - //file_put_contents("session.log",print_r($ret,true),FILE_APPEND); - return $ret; - } - - - public function deletesession($sid){ - $this->dbh->exec("DELETE FROM sessions where id=".$this->dbh->value($sid).";"); - return 1; - } - - public function randomstring($chars){ - $alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'; - $pass = array(); //remember to declare $pass as an array - $alphaLength = strlen($alphabet) - 1; //put the length -1 in cache - for ($i = 0; $i < $chars; $i++) { - $n = rand(0, $alphaLength); - $pass[] = $alphabet[$n]; - } - return implode($pass); - } - - public function __destruct(){ - $this->conn = null; - } -} -?> \ No newline at end of file diff --git a/public_html/shop.old/log/.htaccess b/public_html/shop.old/log/.htaccess deleted file mode 100644 index a7a56f7..0000000 --- a/public_html/shop.old/log/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Require all denied \ No newline at end of file diff --git a/public_html/shop.old/log/intro.log b/public_html/shop.old/log/intro.log deleted file mode 100644 index 61fb079..0000000 --- a/public_html/shop.old/log/intro.log +++ /dev/null @@ -1 +0,0 @@ -login/newaccount.htmljs/myapp.js?v=202112231002js/dataform.js?v=202112231002js/login.js?v=202112231002img/toplogo135.pngjs/publicrequest.js?v=202112231002img/fr.svgimg/de.svgimg/nl.svgimg/en.svgfavicon.icologin/newaccount.htmljs/publicrequest.js?v=202112231004js/myapp.js?v=202112231004img/toplogo135.pngjs/dataform.js?v=202112231004img/fr.svgimg/en.svgimg/de.svgimg/nl.svgfavicon.icologin/newaccount.htmljs/publicrequest.js?v=202112231005js/myapp.js?v=202112231005005img/fr.svgimg/en.svgimg/nl.svgimg/pt.svgimg/de.svgfavicon.icologin/newaccount.htmljs/publicrequest.js?v=202112231006img/toplogo135.pngjs/login.js?v=202112231006js/dataform.js?v=202112231006img/nl.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/login.js?v=202112231006js/myapp.js?v=202112231006js/dataform.js?v=20211223100631006img/fr.svgimg/en.svgimg/nl.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/myapp.js?v=202112231008js/publicrequest.js?v=202112231008js/login.js?v=202112231008img/en.svgimg/fr.svgimg/pt.svgimg/nl.svgimg/de.svgfavicon.icologin/newaccount.htmljs/myapp.js?v=202112231010js/publicrequest.js?v=202112231010img/en.svgjs/login.js?v=202112231010img/fr.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/login.js?v=202112231010js/publicrequest.js?v=202112231010js/myapp.js?v=202112231010js/dataform.js?v=202112231010img/fr.svgimg/en.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/myapp.js?v=202112231012js/publicrequest.js?v=202112231012js/login.js?v=202112231012img/en.svgimg/fr.svgimg/nl.svgimg/de.svgimg/pt.svgfavicon.icologin.htmljs/login.js?v=202112231012js/myapp.js?v=20211223101201231012img/fr.svgimg/en.svgimg/de.svgimg/pt.svgfavicon.icologin/forgotpassword.htmljs/login.js?v=202112231012js/dataform.js?v=202112231012js/myapp.js?v=20211223101212231012img/en.svgimg/de.svgimg/pt.svgfavicon.icologin.htmljs/dataform.js?v=202112231js/login.js?v=20211223101212231012img/fr.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icologin.htmljs/dataform.js?v=20211223101231012js/myapp.js?v=202112231012img/en.svgimg/fr.svgimg/de.svgimg/nl.svgfavicon.icologin.htmljs/publicrequest.js?v=202112231013js/myapp.js?v=202112231013js/dataform.js?v=202112231013img/fr.svgimg/en.svgimg/de.svgimg/pt.svgfavicon.icologin.htmljs/login.js?v=202112231013js/publicrequest.js?v=202112231013js/myapp.js?v=202112231013js/dataform.js?v=202112231013img/fr.svgimg/en.svgimg/de.svgimg/nl.svgfavicon.icologin.htmljs/publicrequest.js?v=202112231014js/myapp.js?v=202112231014js/login.js?v=202112231014js/dataform.js?v=202112231014img/en.svgimg/de.svgimg/nl.svgfavicon.icologin.htmljs/myapp.js?v=202112231014img/fr.svgjs/login.js?v=202112231014js/dataform.js?v=20211223101431014img/en.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/myapp.js?v=202112231015js/login.js?v=202112231015js/dataform.js?v=202112231015js/publicrequest.js?v=202112231015img/en.svgimg/fr.svgimg/de.svgimg/pt.svgfavicon.icologin.htmljs/publicrequest.js?v=202112231016js/login.js?v=202112231016js/myapp.js?v=202112231016016img/fr.svgimg/en.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/dataform.js?v=202112231016js/publicrequest.js?v=202112231016img/en.svgimg/fr.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icologin.htmljs/dataform.js?v=202112231017js/myapp.js?v=20211223101712231017img/en.svgimg/fr.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/login.js?v=20211223101801831018js/myapp.js?v=202112231018img/en.svgimg/fr.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/myapp.js?v=202112231019019js/login.js?v=20211223101912231019img/fr.svgimg/en.svgimg/de.svgimg/pt.svgfavicon.icologin.htmljs/myapp.js?v=202112231019js/login.js?v=202112231019js/publicrequest.js?v=202112231019img/fr.svgimg/en.svgimg/pt.svgimg/de.svgimg/nl.svgfavicon.icologin.htmljs/myapp.js?v=20211223102012231020js/dataform.js?v=202112231020js/login.js?v=202112231020img/en.svgimg/fr.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin/forgotpassword.htmljs/publicrequest.js?v=202112231021js/dataform.js?v=202112231021js/myapp.js?v=202112231021img/en.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin/forgotpassword.htmljs/myapp.js?v=202112231023js/login.js?v=202112231023js/publicrequest.js?v=202112231023img/fr.svgimg/en.svgimg/nl.svgimg/pt.svgfavicon.icologin/forgotpassword.htmljs/myapp.js?v=202112231024js/publicrequest.js?v=202112231024img/en.svgimg/fr.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icologin.htmljs/myapp.js?v=202112231024js/login.js?v=202112231024js/dataform.js?v=202112231024js/publicrequest.js?v=202112231024img/fr.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icologin/forgotpassword.htmljs/myapp.js?v=20211223102412231024js/dataform.js?v=202112231024img/fr.svgimg/en.svgimg/nl.svgimg/de.svgfavicon.icologin.htmljs/login.js?v=20211223102412231024js/myapp.js?v=202112231024024img/fr.svgimg/nl.svgimg/de.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/login.js?v=202112231024024js/myapp.js?v=20211223102412231024img/en.svgimg/fr.svgimg/nl.svgimg/de.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/myapp.js?v=202112231058js/publicrequest.js?v=202112231058js/login.js?v=202112231058058img/fr.svgimg/de.svgimg/nl.svgfavicon.icologin/newaccount.htmljs/login.js?v=20211223105912231059js/myapp.js?v=202112231059js/dataform.js?v=202112231059img/en.svgimg/fr.svgimg/nl.svgimg/de.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/myapp.js?v=202112231100js/publicrequest.js?v=202112231100js/login.js?v=202112231100100img/fr.svgimg/en.svgimg/pt.svgimg/de.svgfavicon.icologin/newaccount.htmljs/publicrequest.js?v=202112231100img/fr.svgjs/login.js?v=202112231100js/dataform.js?v=202112231100img/nl.svgimg/de.svgimg/pt.svgfavicon.icologin.htmlimg/en.svgjs/publicrequest.js?v=2021js/datafjs/myapp.js?v=202112231100img/pt.svgimg/nl.svgfavicon.icologin/newaccount.htmlimg/fr.svgjs/dataform.js?v=202112231100js/login.js?v=202112231100js/publicrequest.js?v=202112231100js/myapp.js?v=202112231100img/de.svgimg/pt.svgfavicon.icologin/newaccount.htmljs/myapp.js?v=202112231101js/dataform.js?v=202112231101js/publicrequest.js?v=202112231101img/en.svgjs/login.js?v=202112231101img/nl.svgimg/pt.svgfavicon.icojs/publicrequest.js?v=202112260908js/dataform.js?v=202112260908js/login.js?v=202112260908img/fr.svgimg/en.svgimg/de.svgimg/nl.svgfavicon.icojs/myapp.js?v=202112260910js/publicrequest.js?v=202112260910js/login.js?v=202112260910js/dataform.js?v=202112260910img/fr.svgimg/en.svgimg/de.svgimg/pt.svgfavicon.icojs/myapp.js?v=202112260911js/publicrequest.js?v=202112260911js/dataform.js?v=202112260911js/login.js?v=202112260911img/en.svgimg/fr.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icojs/dataform.js?v=202112260919js/myapp.js?v=202112260919js/publicrequest.js?v=202112260919js/login.js?v=202112260919img/fr.svgimg/en.svgimg/de.svgimg/nl.svgimg/pt.svgfavicon.icojs/publicrequest.js?v=202112260921js/dataform.js?v=202112260921js/login.js?v=202112260921img/fr.svgimg/en.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icojs/myapp.js?v=202112260923js/login.js?v=202112260923js/dataform.js?v=202112260923js/publicrequest.js?v=202112260923img/en.svgimg/fr.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icojs/dataform.js?v=20211226092460924js/myapp.js?v=202112260924js/login.js?v=202112260924img/fr.svgimg/en.svgimg/de.svgimg/pt.svgimg/nl.svgfavicon.icojs/request.js?v=202112260945js/catalogs.js?v=202112260945js/number.js?v=202112260945js/shop.js?v=2021122609450945js/contratcadre.js?v=202112260945js/delivery.js?v=202112260945js/profile.js?v=202112260945js/news.js?v=202112260945js/orders.js?v=202112260945js/invoices.js?v=202112260945favicon.icoimg/article_groups/_STW-AHK_100.jpg?v=2021121img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-BC_D.jpgjpgimg/article_groups/_CON-VB_CL16.jpgimg/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-S_E1.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-ABRI.jpgimg/article_groups/_CON-TR.jpgjpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_CL16.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-B08.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA-ST.jpgjs/request.js?v=202112261001js/dataform.js?v=202112261001js/myapp.js?v=202112261001js/number.js?v=202112261001js/shop.js?v=202112261001js/catalogs.js?v=202112261001js/contratcadre.js?v=202112261001js/news.js?v=2021122610011001js/orders.js?v=202112261001js/profile.js?v=202112261001favicon.icoimg/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL24.jpg?v=202112101012js/myapp.js?v=202112261009js/dataform.js?v=202112261009js/request.js?v=202112261009js/catalogs.js?v=202112261009js/number.js?v=202112261009js/shop.js?v=202112261009js/invoices.js?v=202112261009js/contratcadre.js?v=202112261009js/delivery.js?v=202112261009js/news.js?v=202112261009js/orders.js?v=202112261009js/profile.js?v=202112261009favicon.icoimg/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_MEB-MD_P_B.jpg?v=2021121506562img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-MB-S.jpg?v=20211211182536img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012js/number.js?v=202112261010js/shop.js?v=202112261010js/myapp.js?v=202112261010js/dataform.js?v=202112261010js/request.js?v=202112261010js/catalogs.js?v=202112261010js/news.js?v=2021122610101010js/contratcadre.js?v=202112261010js/delivery.js?v=202112261010js/profile.js?v=202112261010js/orders.js?v=202112261010favicon.icoimg/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_BFE-SI.jpg?v=2021121516190749img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009js/myapp.js?v=202112261012js/request.js?v=202112261012js/dataform.js?v=202112261012js/number.js?v=202112261012js/shop.js?v=202112261012js/catalogs.js?v=202112261012js/contratcadre.js?v=202112261012js/delivery.js?v=202112261012js/orders.js?v=202112261012js/profile.js?v=202112261012favicon.icoimg/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-MB-S.jpg?v=20211211182536img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-S_E1.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-B08.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-TR.jpgimg/article_groups/_CON-SNACK.jpgimg/article_groups/_CON-ABRI.jpgimg/article_groups/_CON-BC_D.jpgjpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-SA-B08.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-S_E1.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-SNACK.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-ABRI.jpgimg/article_groups/_CON-TR.jpgimg/article_groups/_CLO-W_C1.jpgimg/article_groups/_CLO-MZB6.jpgimg/article_groups/_CLO-W_G.jpgimg/article_groups/_CLO-W_B1.jpgimg/article_groups/_ASS-AG_C.jpgimg/article_groups/_ASS-AG_BAL.jpgimg/article_groups/_ASS-AG_C-F.jpgimg/article_groups/_SAS-SB_A1-40.jpgimg/article_groups/_SAS-SB_B1-40.jpgimg/article_groups/_SAS-SB_P1-40.jpgimg/article_groups/_SAS-SB_B1-60.jpgimg/article_groups/_SAS-SB_P1-60.jpgimg/article_groups/_SAS-SB_W1-60.jpgimg/article_groups/_SAS-LK_A.jpgimg/article_groups/_SAS-LK_B1.jpgimg/article_groups/_ASS-AG_P2.jpgimg/article_groups/_SSW-SH_GK.jpgimg/article_groups/_SSW-GH_B.jpgimg/article_groups/_SSW-GH_G.jpgimg/article_groups/_SSW-GH_P.jpgimg/article_groups/_SSW-SH_P.jpgimg/article_groups/_SSW-GH_D.jpgimg/article_groups/_KSS.jpgimg/article_groups/_CLO-W_B1.jpgimg/article_groups/_CLO-MZB6.jpgimg/article_groups/_CLO-W_C1.jpgimg/article_groups/_CLO-W_G.jpgimg/article_groups/_ASS-AG_C.jpgimg/article_groups/_ASS-AG_C-F.jpgimg/article_groups/_NOF-ACC-R.jpgimg/article_groups/_NOF-ACC-M.jpgimg/article_groups/_BFE-S.jpgimg/article_groups/_BFE-SI.jpgimg/article_groups/_STW-AL_100.jpgimg/article_groups/_STW-AHK_100.jpgimg/article_groups/_TCH-P.jpgimg/article_groups/_NOF-ACC-R.jpgimg/article_groups/_BFE-S.jpgimg/article_groups/_NOF-ACC-M.jpgimg/article_groups/_BFE-SI.jpgimg/article_groups/_PDS-C1.jpgimg/article_groups/_PDS-P2_G.jpgimg/article_groups/_PDS-W1.jpgimg/article_groups/_PDS-W1.jpg?v=202110190736img/article_groups/_PDS-P2_G.jpg?v=202112060816img/article_groups/_PDS-C1.jpg?v=202112080706img/article_groups/_PDS-W1.jpg?v=20211019073616js/request.js?v=202112261028js/myapp.js?v=202112261028js/dataform.js?v=202112261028js/number.js?v=202112261028js/shop.js?v=202112261028js/catalogs.js?v=202112261028js/delivery.js?v=202112261028js/contratcadre.js?v=202112261028js/invoices.js?v=202112261028js/news.js?v=202112261028js/orders.js?v=202112261028js/profile.js?v=202112261028favicon.icoimg/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-MB-S.jpg?v=20211211182536img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_PL20.jpg?v=202112110804js/myapp.js?v=20211226103232js/dataform.js?v=202112261032js/number.js?v=202112261032js/shop.js?v=202112261032js/catalogs.js?v=202112261032js/delivery.js?v=2021122610321032js/profile.js?v=202112261032js/invoices.js?v=202112261032js/news.js?v=202112261032js/orders.js?v=202112261032favicon.icojs/request.js?v=202112261033js/number.js?v=202112261033js/myapp.js?v=202112261033js/dataform.js?v=202112261033js/catalogs.js?v=202112261033js/shop.js?v=202112261033js/contratcadre.js?v=202112261033js/delivery.js?v=202112261033js/news.js?v=202112261033js/invoices.js?v=202112261033js/profile.js?v=202112261033js/orders.js?v=202112261033favicon.icoimg/article_groups/_MEB-MD_P_B.jpg?v=2021121506562img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-TA-ST.jpg?v=2021121306516img/article_groups/_CON-VB-TB.jpg?v=2021121108484img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB_CL16.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-S_E1.jpgpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TR.jpgimg/article_groups/_CON-ABRI.jpggimg/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-B08.jpgimg/article_groups/_CON-LC-D.jpgpgimg/article_groups/_CON-TR.jpgjpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB_CL16.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-MB-S.jpgjpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-S_B1.jpgpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-ABRI.jpgpgimg/article_groups/_CON-TR.jpgimg/article_groups/_CON-SNACK.jpgjs/request.js?v=202112261034js/dataform.js?v=202112261034js/myapp.js?v=202112261034js/shop.js?v=202112261034js/number.js?v=20211226103434js/contratcadre.js?v=202112261034js/news.js?v=202112261034js/delivery.js?v=202112261034js/invoices.js?v=202112261034js/profile.js?v=202112261034favicon.icoimg/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_MEB-MD_P_B.jpg?v=2021121506562img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-MB-S.jpg?v=20211211182516img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL16.jpg?v=202112101012js/request.js?v=202112261035js/dataform.js?v=202112261035js/myapp.js?v=202112261035js/number.js?v=202112261035js/shop.js?v=202112261035js/catalogs.js?v=202112261035js/contratcadre.js?v=202112261035js/delivery.js?v=202112261035js/news.js?v=202112261035js/invoices.js?v=202112261035js/orders.js?v=202112261035js/profile.js?v=202112261035favicon.icoimg/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL30.jpg?v=202112101013js/number.js?v=202112261036js/dataform.js?v=202112261036js/request.js?v=202112261036js/catalogs.js?v=202112261036js/shop.js?v=202112261036js/contratcadre.js?v=202112261036js/invoices.js?v=202112261036js/news.js?v=202112261036js/profile.js?v=202112261036js/orders.js?v=202112261036favicon.icoimg/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL20.jpg?v=202112101012js/request.js?v=202112261037js/myapp.js?v=202112261037js/number.js?v=202112261037js/shop.js?v=202112261037js/catalogs.js?v=202112261037js/delivery.js?v=2021122610371037js/news.js?v=202112261037js/invoices.js?v=202112261037js/orders.js?v=202112261037js/profile.js?v=202112261037favicon.icoimg/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL16.jpg?v=202112101012js/request.js?v=202112261039js/shop.js?v=202112261039js/myapp.js?v=202112261039039js/catalogs.js?v=202112261039js/delivery.js?v=202112261039js/contratcadre.js?v=202112261039js/invoices.js?v=202112261039js/news.js?v=202112261039js/orders.js?v=202112261039js/profile.js?v=202112261039favicon.icoimg/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009js/request.js?v=202112261039js/myapp.js?v=202112261039js/shop.js?v=20211226103939js/catalogs.js?v=202112261039js/dataform.js?v=202112261039js/news.js?v=2021122610391039js/contratcadre.js?v=202112261039js/invoices.js?v=202112261039js/orders.js?v=202112261039js/profile.js?v=202112261039favicon.icoimg/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_BFE-SI.jpg?v=2021121516190739img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL10.jpg?v=202112101009js/dataform.js?v=202112261040js/myapp.js?v=202112261040js/number.js?v=202112261040js/request.js?v=202112261040js/catalogs.js?v=202112261040js/shop.js?v=202112261040js/delivery.js?v=202112261040js/contratcadre.js?v=202112261040js/invoices.js?v=202112261040js/profile.js?v=202112261040js/orders.js?v=202112261040favicon.icoimg/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MS_S_W.jpg?v=2021121507492img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-TA-ST.jpg?v=2021121306514img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL10.jpg?v=202112101009js/number.js?v=202112261043js/dataform.js?v=202112261043js/request.js?v=202112261043js/shop.js?v=202112261043js/catalogs.js?v=202112261043js/contratcadre.js?v=202112261043js/delivery.js?v=202112261043js/news.js?v=202112261043js/orders.js?v=202112261043js/profile.js?v=202112261043favicon.icoimg/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL20.jpg?v=202112101012js/request.js?v=202112261046js/myapp.js?v=202112261046js/dataform.js?v=202112261046js/number.js?v=202112261046js/catalogs.js?v=202112261046js/shop.js?v=202112261046js/contratcadre.js?v=202112261046js/invoices.js?v=202112261046js/delivery.js?v=202112261046js/news.js?v=202112261046js/orders.js?v=202112261046js/profile.js?v=202112261046favicon.icoimg/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_MEB-MS_S_W.jpg?v=202112150749img/article_groups/_BFE-SI.jpg?v=20211215161907392img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-VB-TB.jpg?v=202112110848img/article_groups/_CON-MB-S.jpg?v=202112111825img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012js/request.js?v=202112261047js/myapp.js?v=202112261047js/dataform.js?v=202112261047js/shop.js?v=202112261047js/number.js?v=202112261047js/catalogs.js?v=202112261047js/contratcadre.js?v=20211226js/delivery.js?v=202112261047js/orders.js?v=202112261047js/news.js?v=202112261047js/profile.js?v=202112261047favicon.icoimg/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_MEB-MD_P_B.jpg?v=2021121506562img/article_groups/_BFE-SI.jpg?v=2021121516190649img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-TA-ST.jpg?v=2021121306516img/article_groups/_CON-VB_PL20.jpg?v=202112110804img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-VB_CL20.jpg?v=202112101012js/request.js?v=202112261049js/myapp.js?v=202112261049js/dataform.js?v=202112261049js/number.js?v=202112261049js/catalogs.js?v=202112261049js/contratcadre.js?v=202112261049js/delivery.js?v=202112261049js/invoices.js?v=202112261049js/news.js?v=202112261049js/orders.js?v=202112261049js/profile.js?v=202112261049favicon.icoimg/article_groups/_STW-AL_100.jpg?v=2021121806492img/article_groups/_BFE-SI.jpg?v=2021121516190749img/article_groups/_MEB-MD_P_B.jpg?v=202112150656img/article_groups/_MEB-MS_P_N.jpg?v=202112150739img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_MEB-MS_P_B.jpg?v=202112150616img/article_groups/_CON-MB-S.jpg?v=2021121118258img/article_groups/_CON-SA-B08.jpg?v=202112111814img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012js/dataform.js?v=202112261125js/number.js?v=202112261125js/myapp.js?v=202112261125js/catalogs.js?v=202112261125js/contratcadre.js?v=202112261125js/delivery.js?v=202112261125js/orders.js?v=202112261125js/news.js?v=2021122611251125js/profile.js?v=202112261125favicon.icoundefinedshop/img/article_groups/_BFE-SI.jpg?v=202112151619undefinedshop/img/article_groups/_STW-AL_100.jpg?v=202112180649undefinedshop/img/article_groups/_MEB-MS_S_W.jpg?v=2021121507492undefinedshop/img/article_groups/_RDF-M_FR.jpg?v=202101171232undefinedshop/img/article_groups/_MEB-MS_P_N.jpg?v=202112150739undefinedshop/img/article_groups/_CON-VB-TB.jpg?v=202112110848undefinedshop/img/article_groups/_MEB-MD_P_B.jpg?v=202112150656undefinedshop/img/article_groups/_MEB-MS_P_B.jpg?v=202112150616undefinedshop/img/article_groups/_CON-MB-S.jpg?v=2021121118251undefinedshop/img/article_groups/_CON-SA-B08.jpg?v=202112111814undefinedshop/img/article_groups/_CON-LC-M.jpg?v=202112110820undefinedshop/img/article_groups/_CON-VB_PL20.jpg?v=202112110804undefinedshop/img/article_groups/_CON-SA-B05.jpg?v=202112110836undefinedshop/img/article_groups/_CON-VB_CL30.jpg?v=202112101013undefinedshop/img/article_groups/_CON-VB_CL20.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CLO-W_B1.jpgimg/article_groups/_CLO-W_C1.jpgimg/article_groups/_CLO-W_G.jpgimg/article_groups/_SAS-SB_B1-40.jpgimg/article_groups/_ASS-AG_C.jpgimg/article_groups/_ASS-AG_BAL.jpgpgimg/article_groups/_SAS-SB_P1-40.jpgimg/article_groups/_ASS-AG_C-F.jpgimg/article_groups/_SAS-SB_B1-60.jpgimg/article_groups/_SAS-SB_W1-60.jpgimg/article_groups/_SAS-LK_A.jpggimg/article_groups/_ASS-AG_P2.jpgimg/article_groups/_SSW-GH_G.jpgimg/article_groups/_SSW-GH_B.jpggimg/article_groups/_SSW-GH_P.jpgimg/article_groups/_SSW-SH_P.jpgimg/article_groups/_SSW-GH_D.jpgimg/article_groups/_KSS.jpgundefinedshop/img/article_groups/_ASS-KZ_O.jpg?v=202101040600undefinedshop/img/article_groups/_ASS-KZ_H.jpg?v=202101040559undefinedshop/img/article_groups/_ASS-KZ_V.jpg?v=202101040602undefinedshop/img/article_groups/_SAS-BU_DT.jpg?v=202101260906undefinedshop/img/article_groups/_ASS-AG_C.jpg?v=202112080654undefinedshop/img/article_groups/_LGX-BC.jpg?v=202102040729undefinedshop/img/article_groups/_ASS-AG_C-F.jpg?v=202112080657undefinedshop/img/article_groups/_ASS-AG_BAL.jpg?v=202112060725undefinedshop/img/article_groups/_ASS-AG_X.jpg?v=202109050910undefinedshop/img/article_groups/_ASS-AG_A.jpg?v=202109050858undefinedshop/img/article_groups/_ASS-KZ_H.jpg?v=202101040559undefinedshop/img/article_groups/_CLO-W_B1.jpg?v=202110190706undefinedshop/img/article_groups/_CLO-W_G.jpg?v=2021101907514undefinedshop/img/article_groups/_SAS-BU_DT.jpg?v=202101260906undefinedshop/img/article_groups/_CLO-SSP_B.jpg?v=202101120624undefinedshop/img/article_groups/_CLO-SSP_F.jpg?v=202101120631undefinedshop/img/article_groups/_SSW-SH_GK.jpg?v=202110300750undefinedshop/img/article_groups/_SSW-GH_B.jpg?v=202110300718undefinedshop/img/article_groups/_SSW-GH_P.jpg?v=202110291811undefinedshop/img/article_groups/_SSW-GH_D.jpg?v=202110291816undefinedshop/img/article_groups/_ASS-AG_P2.jpg?v=202112060804undefinedshop/img/article_groups/_SAS-K16S.jpg?v=202102241219undefinedshop/img/article_groups/_SAS-LK_A.jpg?v=202111011036undefinedshop/img/article_groups/_SAS-BU.jpg?v=20210126084246undefinedshop/img/article_groups/_SAS-LK_B1.jpg?v=202111011103undefinedshop/img/article_groups/_BDP-MU.jpg?v=202101120614undefinedshop/img/article_groups/_CLO-SSP_B.jpg?v=202101120624undefinedshop/img/article_groups/_ASS-AG_P2.jpg?v=202112060804img/article_groups/_STW-AHK_100.jpg?v=202112180722img/article_groups/_STW-AL_100.jpg?v=202112180649img/article_groups/_BFE-SI.jpg?v=202112151619img/article_groups/_CON-BC_D.jpg?v=202112120626img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL16.jpg?v=202112101012img/article_groups/_CON-BC_D.jpg?v=202112120626img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB_CL20.jpg?v=202112101012img/article_groups/_CON-VB_CL24.jpg?v=202112101012img/article_groups/_CON-VB_CL30.jpg?v=202112101013img/article_groups/_CON-VB_PL16.jpg?v=202112110809img/article_groups/_CON-VB_PL24.jpg?v=202112120612img/article_groups/_CON-S_E1.jpg?v=202112120715img/article_groups/_CON-LC-D.jpg?v=202110190653img/article_groups/_CON-S_B1.jpg?v=202112120721img/article_groups/_CON-SA-C20.jpg?v=202112120749img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-TA-ST.jpg?v=202112130651img/article_groups/_CON-SA-C10.jpg?v=202112120752img/article_groups/_CON-SA-B05.jpg?v=202112110836img/article_groups/_CON-TA-ST.jpg?v=202112130651img/fr.svgimg/de.svgimg/nl.svgjs/myapp.js?v=202112261544js/publicrequest.js?v=202112261544js/dataform.js?v=202112261544js/login.js?v=202112261544favicon.icojs/myapp.js?v=202112261545js/login.js?v=20211226154512261545img/en.svgjs/dataform.js?v=202112261545img/fr.svgimg/de.svgfavicon.icojs/catalogs.js?v=202112261545js/myapp.js?v=202112261545js/request.js?v=202112261545js/dataform.js?v=202112261545js/shop.js?v=202112261545js/orders.js?v=202112261545js/contratcadre.js?v=202112261545js/news.js?v=202112261545545js/invoices.js?v=202112261545favicon.icoundefinedshop/img/article_groups/_MEB-MS_P_N.jpg?v=20211215unundefinedshop/img/article_groups/_STW-AL_100.jpg?v=202112180649undefinedshop/img/article_groups/_STW-AHK_100.jpg?v=202112180722undefinedshop/img/article_groups/_CON-VB-TB.jpg?v=202112110848undefinedshop/img/article_groups/_CON-SA-B08.jpg?v=202112111814undefinedshop/img/article_groups/_CON-TA-ST.jpg?v=2021121306516undefinedshop/img/article_groups/_CON-LC-M.jpg?v=202112110820012undefinedshop/img/article_groups/_CON-VB_CL20.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL30.jpg?v=202112101013undefinedshop/img/article_groups/_CON-VB_CL10.jpg?v=202112101009undefinedshop/img/article_groups/_CON-VB_CL16.jpg?v=202112101012js/myapp.js?v=20211226154545js/dataform.js?v=202112261545js/shop.js?v=20211226154545js/catalogs.js?v=202112261545js/contratcadre.js?v=202112261545js/delivery.js?v=202112261545js/orders.js?v=202112261545js/news.js?v=2021122615455455favicon.icoundefinedshop/img/article_groups/_STW-AHK_100.jpg?v=202112180722undefinedshop/img/article_groups/_RDF-M_FR.jpg?v=20210117123249undefinedshop/img/article_groups/_MEB-MS_P_N.jpg?v=202112150739undefinedshop/img/article_groups/_CON-TA-ST.jpg?v=202112130651undefinedshop/img/article_groups/_MEB-MS_P_B.jpg?v=202112150616undefinedshop/img/article_groups/_MEB-MD_P_B.jpg?v=202112150656undefinedshop/img/article_groups/_CON-VB-TB.jpg?v=202112110848undefinedshop/img/article_groups/_CON-MB-S.jpg?v=202112111825undefinedshop/img/article_groups/_CON-SA-B08.jpg?v=202112111814undefinedshop/img/article_groups/_CON-SA-B05.jpg?v=202112110836undefinedshop/img/article_groups/_CON-VB_CL30.jpg?v=202112101013undefinedshop/img/article_groups/_CON-LC-M.jpg?v=202112110820undefinedshop/img/article_groups/_CON-VB_CL24.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL20.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL16.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL10.jpg?v=202112101009img/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-S_B1.jpgpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-SNACK.jpgimg/article_groups/_CON-ABRI.jpgimg/article_groups/_CLO-W_G.jpgimg/article_groups/_CLO-MZB6.jpgimg/article_groups/_CLO-W_B1.jpgimg/article_groups/_ASS-AG_C.jpgimg/article_groups/_ASS-AG_BAL.jpgimg/article_groups/_SAS-SB_A1-40.jpgimg/article_groups/_ASS-AG_C-F.jpgpgimg/article_groups/_SAS-SB_B1-60.jpgimg/article_groups/_SAS-SB_W1-60.jpgimg/article_groups/_SAS-LK_A.jpgimg/article_groups/_SAS-LK_B1.jpgimg/article_groups/_ASS-AG_P2.jpgimg/article_groups/_SSW-GH_B.jpgimg/article_groups/_SSW-GH_G.jpgimg/article_groups/_SSW-SH_GK.jpgimg/article_groups/_SSW-GH_P.jpgimg/article_groups/_SSW-GH_D.jpgimg/article_groups/_NOF-ACC-R.jpgimg/article_groups/_NOF-ACC-M.jpgimg/article_groups/_BFE-SI.jpgimg/article_groups/_BFE-S.jpgimg/article_groups/_STW-AHK_100.jpgimg/article_groups/_STW-AL_100.jpgimg/article_groups/_TCH-P.jpgimg/article_groups/_PDS-P2_G.jpgimg/article_groups/_PDS-C1.jpgimg/article_groups/_PDS-W1.jpgimg/article_groups/_NOF-ACC-R.jpgimg/article_groups/_NOF-ACC-M.jpgimg/article_groups/_BFE-S.jpgimg/article_groups/_BFE-SI.jpgimg/article_groups/_STW-AHK_100.jpgimg/article_groups/_STW-AL_100.jpgimg/article_groups/_TCH-P.jpgimg/article_groups/_CLO-MZB6.jpgimg/article_groups/_CLO-W_B1.jpgimg/article_groups/_ASS-AG_C.jpgimg/article_groups/_ASS-AG_BAL.jpgimg/article_groups/_SAS-SB_P1-40.jpgimg/article_groups/_SAS-SB_B1-40.jpgimg/article_groups/_SAS-SB_B1-60.jpgimg/article_groups/_ASS-AG_C-F.jpgpgimg/article_groups/_SAS-SB_W1-60.jpgimg/article_groups/_ASS-AG_P2.jpgimg/article_groups/_SSW-GH_B.jpgimg/article_groups/_SSW-GH_G.jpgimg/article_groups/_SSW-GH_P.jpgimg/article_groups/_SSW-SH_GK.jpgimg/article_groups/_SSW-GH_D.jpgimg/article_groups/_KSS.jpgimg/article_groups/_CON-VB-TB.jpgimg/article_groups/_CON-VB_CL10.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL24.jpgimg/article_groups/_CON-VB_PL20.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-MB-S.jpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-S_B1.jpgpgimg/article_groups/_CON-S_E1.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-SA-C20.jpgimg/article_groups/_CON-TA-ST.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TR.jpgimg/article_groups/_CON-SNACK.jpgimg/article_groups/_PDS-C1.jpgimg/article_groups/_PDS-W1.jpgimg/article_groups/_PDS-P2_G.jpgimg/article_groups/_ASE-SRA.jpgimg/article_groups/_FLM-V2S.jpgimg/article_groups/_FLM-AC.jpgimg/article_groups/_ASE-SRB.jpgimg/article_groups/_ASE-EGD20.jpgimg/article_groups/_ASE-QKD20.jpgimg/article_groups/_PCA-K.jpgimg/article_groups/_PCA-R.jpgimg/article_groups/_PCA-B.jpgimg/article_groups/_PCA-WS.jpgimg/article_groups/_FPL-P.jpgimg/article_groups/_MZS-PU_BOIS.jpgimg/article_groups/_MZS-PU_ANTIDE.jpgimg/article_groups/_MZS-PU_BOUCH.jpgimg/article_groups/_MZS-PU_CREPIS.jpgimg/article_groups/_MZS-PU_MIL.jpgimg/article_groups/_MZS-PU_MACON.jpgimg/article_groups/_MZS-PU_ORNA.jpgimg/article_groups/_MZS-PU_REC.jpgimg/article_groups/_MZS-PU_PIERRE.jpgimg/article_groups/_MZS-PU_562400.jpgimg/article_groups/_MZS-PU_562000.jpgimg/article_groups/_ZEM-M_MD.jpgimg/article_groups/_WDO-F.jpgimg/article_groups/_WDO-P.jpgpgimg/article_groups/_PDS-C1.jpgimg/article_groups/_PDS-P2_G.jpgimg/article_groups/_PDS-W1.jpgimg/article_groups/_CON-VB_CL24.jpgimg/article_groups/_CON-VB_CL20.jpgimg/article_groups/_CON-VB-TB.jpgpgimg/article_groups/_CON-BC_D.jpgimg/article_groups/_CON-VB_CL30.jpgimg/article_groups/_CON-VB_PL16.jpgimg/article_groups/_CON-VB_PL10.jpgimg/article_groups/_CON-MB-S.jpgjpgimg/article_groups/_CON-LC-D.jpgimg/article_groups/_CON-S_E1.jpgimg/article_groups/_CON-SA-B05.jpgimg/article_groups/_CON-S_B1.jpgimg/article_groups/_CON-SA-B08.jpgimg/article_groups/_CON-SA-C10.jpgimg/article_groups/_CON-TA.jpgimg/article_groups/_CON-TA-ST.jpggimg/article_groups/_CON-TR.jpgimg/article_groups/_CON-SNACK.jpgimg/article_groups/_CON-ABRI.jpgjs/myapp.js?v=202112261549js/dataform.js?v=202112261549js/publicrequest.js?v=202112261549img/fr.svgimg/en.svgimg/nl.svgimg/de.svgimg/pt.svgfavicon.icojs/publicrequest.js?v=202112261550js/login.js?v=202112261550550img/fr.svgimg/pt.svgimg/de.svgimg/nl.svgfavicon.icoimg/fr.svgjs/publicrequest.js?v=202112261550js/login.js?v=202112261550js/dataform.js?v=202112261550img/nl.svgimg/pt.svgfavicon.icojs/shop.js?v=2021122615501550js/request.js?v=202112261550js/catalogs.js?v=202112261550js/number.js?v=202112261550js/profile.js?v=202112261550js/orders.js?v=20211226155050js/contratcadre.js?v=202112261550favicon.icoundefinedshop/img/article_groups/_MEB-MS_P_N.jpg?v=202112150739undefinedshop/img/article_groups/_MEB-MS_S_W.jpg?v=202112150749undefinedshop/img/article_groups/_BFE-SI.jpg?v=202112151619undefinedshop/img/article_groups/_STW-AHK_100.jpg?v=202112180722undefinedshop/img/article_groups/_RDF-M_FR.jpg?v=202101171232undefinedshop/img/article_groups/_MEB-MS_P_B.jpg?v=202112150616undefinedshop/img/article_groups/_CON-SA-B08.jpg?v=202112111814undefinedshop/img/article_groups/_CON-MB-S.jpg?v=20211211182556undefinedshop/img/article_groups/_CON-VB-TB.jpg?v=202112110848undefinedshop/img/article_groups/_CON-TA-ST.jpg?v=202112130651undefinedshop/img/article_groups/_CON-VB_CL24.jpg?v=202112101012undefinedshop/img/article_groups/_CON-VB_CL20.jpg?v=202112101012undefinedshop/img/article_groups/_CON-SA-B05.jpg?v=202112110836undefinedshop/img/article_groups/_CON-VB_PL20.jpg?v=202112110804undefinedshop/img/article_groups/_CON-LC-M.jpg?v=202112110820013undefinedshop/img/article_groups/_CON-VB_CL10.jpg?v=202112101009undefinedshop/img/article_groups/_CON-VB_CL16.jpg?v=202112101012js/request.js?v=202112261553js/number.js?v=20211226155353js/myapp.js?v=202112261553js/catalogs.js?v=202112261553js/news.js?v=20211226155312261553js/invoices.js?v=202112261553js/orders.js?v=202112261553js/profile.js?v=2021122615535/fr \ No newline at end of file diff --git a/public_html/shop.old/log/logintest.log b/public_html/shop.old/log/logintest.log deleted file mode 100644 index e69de29..0000000 diff --git a/public_html/shop.old/log/sql.log b/public_html/shop.old/log/sql.log deleted file mode 100644 index f859294..0000000 --- a/public_html/shop.old/log/sql.log +++ /dev/null @@ -1,110632 +0,0 @@ -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec378c1f-f7f8-42e0-8845-337f1991e557' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: article_group -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec378c1f-f7f8-42e0-8845-337f1991e557' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec378c1f-f7f8-42e0-8845-337f1991e557' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4894750f-6f8f-4e9d-bce6-ce9dba6a383b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4894750f-6f8f-4e9d-bce6-ce9dba6a383b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9296d4d7-7074-4b5a-bc04-b3be315bdb8e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9296d4d7-7074-4b5a-bc04-b3be315bdb8e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fc657ac9-70be-46ee-ac7a-c35e7e9c2ef2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bde7bead-7fac-4b48-b34a-4259ccb7388c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bde7bead-7fac-4b48-b34a-4259ccb7388c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8e3a5d11-26a7-424d-aeae-aa0fde595994','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e3a5d11-26a7-424d-aeae-aa0fde595994' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LIF-B/WI-08/02050280' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc4987b3-41a4-4cd7-b0b0-b11db0a55fe4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='EAH-S-QB300-30GF' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a5b33cd6-3f14-40d6-849f-84e4db37b969','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5b33cd6-3f14-40d6-849f-84e4db37b969' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b12fa12f-125e-4e6a-aeb2-7848225142bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-160025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('43f29e61-2a5c-4bdd-bfae-b8092f2354db','LOB-F/D2-160025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D1-160025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b8983330-3dd4-4353-8b10-65d2732bfae3','LOB-F/D1-160025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/SO-180025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('c7d0585b-2cd1-47ca-ae32-8899a5efc50d','LOB-F/SO-180025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b12fa12f-125e-4e6a-aeb2-7848225142bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6167e342-4c1a-4940-bf98-d2b83950a666','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6167e342-4c1a-4940-bf98-d2b83950a666' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/SO-180025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d2b8207a-2a36-4488-adcd-71a0b97e4a9b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-160025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd2b8207a-2a36-4488-adcd-71a0b97e4a9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2a341464-e755-4e53-ad8c-4782af8a972f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a341464-e755-4e53-ad8c-4782af8a972f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b91142a4-2200-4210-94cb-e212045f6fa2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b91142a4-2200-4210-94cb-e212045f6fa2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('be935ef3-9f03-4594-8b56-fe3b1a2187ef','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be935ef3-9f03-4594-8b56-fe3b1a2187ef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('be2c2593-8159-4d3a-87bd-1607ea185067','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be2c2593-8159-4d3a-87bd-1607ea185067' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('76bb0f6b-e8e4-4eb6-87a9-5e371c657355','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76bb0f6b-e8e4-4eb6-87a9-5e371c657355' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d864ee6-a1ec-4dcf-8c56-3ced4adcbf83' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('22791d74-2bd8-442f-996f-82de0ad2ad7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22791d74-2bd8-442f-996f-82de0ad2ad7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a92acc4b-01fa-4b84-9e29-a4ff330f104c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a92acc4b-01fa-4b84-9e29-a4ff330f104c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('37196f96-88a2-411f-a7fd-5c6b3431efb5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37196f96-88a2-411f-a7fd-5c6b3431efb5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('643f0b78-0c99-45cc-a30d-1c98692ab80f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '643f0b78-0c99-45cc-a30d-1c98692ab80f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5deb83dd-7993-46ed-bbbf-d447b8af1e95','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5deb83dd-7993-46ed-bbbf-d447b8af1e95' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('685fccff-c7e3-4218-afea-80712a8e5372','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '685fccff-c7e3-4218-afea-80712a8e5372' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e952e50b-bd41-45fe-986f-0325d7f42e5c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e952e50b-bd41-45fe-986f-0325d7f42e5c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('211fd7b4-d32b-43cb-bee2-98bc822bc0a5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211fd7b4-d32b-43cb-bee2-98bc822bc0a5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ef94c3a5-037f-4c5b-9260-c687d62adb40','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef94c3a5-037f-4c5b-9260-c687d62adb40' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c29e1cac-4781-4524-8ec2-0f83770b24af','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c29e1cac-4781-4524-8ec2-0f83770b24af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('316bb0a5-defc-498e-90a8-48fdcffd34fd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '316bb0a5-defc-498e-90a8-48fdcffd34fd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8b9ffecf-5734-4a52-82ff-b7959051aad4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b9ffecf-5734-4a52-82ff-b7959051aad4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('306a470c-d1fe-467f-8c42-44d7e2349c86','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '306a470c-d1fe-467f-8c42-44d7e2349c86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8146b6d7-0e61-46c6-a57e-236285c732c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8146b6d7-0e61-46c6-a57e-236285c732c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('be987b74-2d7d-43cf-8716-7116acf70d92','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be987b74-2d7d-43cf-8716-7116acf70d92' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('00e00d26-3f1c-4318-bcbf-141da73c07d9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e00d26-3f1c-4318-bcbf-141da73c07d9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b3783c2d-1278-483f-a3e9-a7d10fb25703','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b3783c2d-1278-483f-a3e9-a7d10fb25703' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('17b24356-0999-45ef-8229-65fbe11f33ac','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '17b24356-0999-45ef-8229-65fbe11f33ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('048a884e-9bec-45d1-a321-72b269b4b872','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '048a884e-9bec-45d1-a321-72b269b4b872' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('75b701bb-a77e-4ad5-93ad-404b4afdb610','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75b701bb-a77e-4ad5-93ad-404b4afdb610' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ef356a14-44c4-4c49-9597-1997b1a82b86','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef356a14-44c4-4c49-9597-1997b1a82b86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('542f5acd-c973-4c3e-b9d5-dedbfdf25928','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '542f5acd-c973-4c3e-b9d5-dedbfdf25928' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f5420fcd-6f36-416f-b050-fca8a1ac3265','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5420fcd-6f36-416f-b050-fca8a1ac3265' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4721a2fa-5985-4946-9ba3-d6a824be33bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4721a2fa-5985-4946-9ba3-d6a824be33bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bb02cf7a-dc5d-4170-aae9-df66c7e9495b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb02cf7a-dc5d-4170-aae9-df66c7e9495b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a73d7436-4f55-45ea-9f33-300702237a9d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a73d7436-4f55-45ea-9f33-300702237a9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('85c45f30-4aa5-448f-be1b-57a8d65b28d0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85c45f30-4aa5-448f-be1b-57a8d65b28d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e2e8e5eb-d4e1-425c-a663-76a7d29db91f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e2e8e5eb-d4e1-425c-a663-76a7d29db91f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bb1ca8a6-19ef-4ad2-bbb6-87b658c424b2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('31f635e2-7788-4fcf-abe0-b4051d847784','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '31f635e2-7788-4fcf-abe0-b4051d847784' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0728feb5-e412-4d2d-891f-7840ad07f865','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0728feb5-e412-4d2d-891f-7840ad07f865' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('26d7e66e-0ba7-413e-afc2-86f47fd4ea48','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26d7e66e-0ba7-413e-afc2-86f47fd4ea48' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6df3a0b9-d9c6-4ffe-b511-5eb54c3460e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2a2da0ac-a4da-481c-9dbe-5641c0b5c0c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c2f68602-5526-4d9f-8fe4-17ba772d0cb7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2f68602-5526-4d9f-8fe4-17ba772d0cb7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('63189e62-eea4-4f1c-ae4f-ce103a66b9cd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '63189e62-eea4-4f1c-ae4f-ce103a66b9cd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c0894a96-3352-4f4c-9d00-20d70a40d0b8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0894a96-3352-4f4c-9d00-20d70a40d0b8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1e6c46b9-065b-46b8-a5c6-4b9c66fc2019','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1e6c46b9-065b-46b8-a5c6-4b9c66fc2019' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('040eee28-9aa4-4ee0-aa74-3abe55c8fcae','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '040eee28-9aa4-4ee0-aa74-3abe55c8fcae' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('298d08e7-afda-40b5-9864-54909743f6a0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '298d08e7-afda-40b5-9864-54909743f6a0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('48b4d94e-646f-4892-b192-6a40e5f33f02','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48b4d94e-646f-4892-b192-6a40e5f33f02' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2ef42632-321b-4885-9823-87f31170bf56','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ef42632-321b-4885-9823-87f31170bf56' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('553b70ce-3453-403b-84aa-b335e31555ca','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '553b70ce-3453-403b-84aa-b335e31555ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dd5144e9-c099-4fdc-b37a-f443838ab4e5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd5144e9-c099-4fdc-b37a-f443838ab4e5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d8b57d57-e892-408b-8dcc-12d9a484fe0c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8b57d57-e892-408b-8dcc-12d9a484fe0c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c1cd251c-7425-43f1-a6c4-d565ce8b888d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c1cd251c-7425-43f1-a6c4-d565ce8b888d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('29d0a667-c294-49f2-811c-d9b3f8c14eb1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '29d0a667-c294-49f2-811c-d9b3f8c14eb1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('848fe4d3-ea72-4d27-8f6b-e5c4bd800236','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '848fe4d3-ea72-4d27-8f6b-e5c4bd800236' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d10d4d0-40e3-4bef-8379-c5fe1b513698','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d10d4d0-40e3-4bef-8379-c5fe1b513698' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('86d81289-c823-41f2-849d-b1181d127e11','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86d81289-c823-41f2-849d-b1181d127e11' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d08ac7bf-751f-4bea-be6c-f25d5c76f736','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd08ac7bf-751f-4bea-be6c-f25d5c76f736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9c887636-7977-474e-9125-fcb0830f9938','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9c887636-7977-474e-9125-fcb0830f9938' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a0316644-1ec2-449f-9a1b-66fda6ac0c67','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0316644-1ec2-449f-9a1b-66fda6ac0c67' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f3d5458a-802f-461c-bc89-b050f105a42b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3d5458a-802f-461c-bc89-b050f105a42b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e81327c8-0eac-4270-886b-d203ee0d303c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e81327c8-0eac-4270-886b-d203ee0d303c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8fc3786f-aae2-4f0f-a3ac-ed21a0ff5d9b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('92d7484e-b101-44d4-9f5f-9c1ff9980b9d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92d7484e-b101-44d4-9f5f-9c1ff9980b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3f9913be-a3e9-4e62-9b81-f856edf7bcd2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f9913be-a3e9-4e62-9b81-f856edf7bcd2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ad91d31c-16dd-4805-92c7-f8fb98520eac','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad91d31c-16dd-4805-92c7-f8fb98520eac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('04dd961c-dff9-4b79-98f8-9d8973c26a2f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04dd961c-dff9-4b79-98f8-9d8973c26a2f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('512baa6a-6093-4930-8163-e3a1506fe744','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '512baa6a-6093-4930-8163-e3a1506fe744' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('acbcbb11-a122-42e2-871f-f478e2f69168','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acbcbb11-a122-42e2-871f-f478e2f69168' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('afdbb0d8-64a6-4edc-90fc-e4b849abc22a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afdbb0d8-64a6-4edc-90fc-e4b849abc22a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1dca4c0b-22db-4078-8b38-ca258a2b5468','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dca4c0b-22db-4078-8b38-ca258a2b5468' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('65285b5e-995f-451e-aa31-ecc3d3b25c33','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '65285b5e-995f-451e-aa31-ecc3d3b25c33' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('237b6c2d-b271-4a98-99d5-37b1ff215497','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '237b6c2d-b271-4a98-99d5-37b1ff215497' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3bc10760-719e-44f9-bebd-21f654f442e4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bc10760-719e-44f9-bebd-21f654f442e4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4257533e-d933-4579-968a-4448c9cf2436','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4257533e-d933-4579-968a-4448c9cf2436' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f0007974-8f43-4ac8-b0d5-5ff531ffda1d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f0007974-8f43-4ac8-b0d5-5ff531ffda1d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d4399cf-1947-4259-a5a7-b0f128e6b9a8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4399cf-1947-4259-a5a7-b0f128e6b9a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('44e66a46-44ac-467b-ba00-188dacb915fa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44e66a46-44ac-467b-ba00-188dacb915fa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fd12453c-62f7-4088-a9a0-1f1e72b2e01f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd12453c-62f7-4088-a9a0-1f1e72b2e01f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c3c6e1b7-1d45-479e-970f-ed314a2dab4a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3c6e1b7-1d45-479e-970f-ed314a2dab4a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1164155a-3699-4753-8bbd-d0ee70dfc192','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1164155a-3699-4753-8bbd-d0ee70dfc192' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ed562a4b-0b72-433f-b4f6-ba59816b580d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed562a4b-0b72-433f-b4f6-ba59816b580d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e830e0d7-aba4-4e9c-92b5-b7af9381ba78','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e830e0d7-aba4-4e9c-92b5-b7af9381ba78' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5b911f30-893e-48c0-8b16-50a7f789e3bc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b911f30-893e-48c0-8b16-50a7f789e3bc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8ccb1034-aaa2-494a-99aa-2493b6f7251f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ccb1034-aaa2-494a-99aa-2493b6f7251f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('de47ce39-6c48-4696-8d40-b2bc38d703ff','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de47ce39-6c48-4696-8d40-b2bc38d703ff' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('23e0ee7f-3ce2-4c17-90ac-64ec41f81b15','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&PDS-A02') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.10' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A210' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CISILENTE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CISILENTE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CISILENTE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CISILENTE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C810' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C810' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C810' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C810' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C810' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C810' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C810' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C810' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C809' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C809' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C806' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C806' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C805' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C805' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C804' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C804' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C901' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C901' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C900' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C901' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C901' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C902' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C902' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C905' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C905' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C904' and famille_art='C9' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C904' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C811' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C811' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23e0ee7f-3ce2-4c17-90ac-64ec41f81b15' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d25bd467-aef5-40ed-bca7-ed9497052a61','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd25bd467-aef5-40ed-bca7-ed9497052a61' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4dd94cab-95cc-4f95-914b-06fe618ed2d0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4dd94cab-95cc-4f95-914b-06fe618ed2d0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6ddcb7d-a4db-4d8d-8e5b-d5d33e8fb74f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c49d0202-bc33-4724-9fb1-a6fc0e5252a8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c49d0202-bc33-4724-9fb1-a6fc0e5252a8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d9674658-d385-49fe-85ed-4e920e4c5bc5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9674658-d385-49fe-85ed-4e920e4c5bc5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1abaafe6-1f52-4376-9a52-8ce96298463c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1abaafe6-1f52-4376-9a52-8ce96298463c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5656291e-ca95-4e2e-ad6b-7993001e93db','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5656291e-ca95-4e2e-ad6b-7993001e93db' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3fd83e5-a77f-4c59-9ac5-b9d0aa96277c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2b5c295b-4cb2-47f2-8ecb-036c2b05ccd7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e10d6e6a-84eb-470b-ac94-4d5df40ddc2c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e10d6e6a-84eb-470b-ac94-4d5df40ddc2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e58f9206-2973-4a77-8616-192b0181bc01','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e58f9206-2973-4a77-8616-192b0181bc01' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('93626377-372f-46dc-aec6-e983ea05d593','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '93626377-372f-46dc-aec6-e983ea05d593' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dde89d81-79ce-441a-9b95-88833d279839','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde89d81-79ce-441a-9b95-88833d279839' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('00a52522-b7ba-432b-83df-27409d109b94','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00a52522-b7ba-432b-83df-27409d109b94' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('88efed9b-093e-43d5-ab4e-6561df2e2bc7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88efed9b-093e-43d5-ab4e-6561df2e2bc7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d4761d5e-1574-493f-ae11-13281f6c63a7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4761d5e-1574-493f-ae11-13281f6c63a7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e7d917c4-bf47-4248-84d6-751b0bb0db1f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7d917c4-bf47-4248-84d6-751b0bb0db1f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('571b6097-dda4-494a-b8b0-327463575957','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '571b6097-dda4-494a-b8b0-327463575957' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f7fecc62-15ef-481b-871a-0885e8cb726c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f7fecc62-15ef-481b-871a-0885e8cb726c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9b99b486-b3d3-4548-862e-6592e05d3120','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9b99b486-b3d3-4548-862e-6592e05d3120' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3731c3bd-2d22-4323-80a9-967468dd48f7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3731c3bd-2d22-4323-80a9-967468dd48f7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('92b921fa-f1b7-45bc-bc6e-52aac82bf0dd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '92b921fa-f1b7-45bc-bc6e-52aac82bf0dd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fb618ab9-c377-4d9d-b25b-312aab6dc5a3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fb618ab9-c377-4d9d-b25b-312aab6dc5a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('df7ec83f-4ac3-4831-8822-1d11b10d1e0f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df7ec83f-4ac3-4831-8822-1d11b10d1e0f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bc1065ac-c82c-49e3-b8a6-b7d93eba1216','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc1065ac-c82c-49e3-b8a6-b7d93eba1216' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0b2ed585-0a11-45fb-beac-b1c45aa5afee','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b2ed585-0a11-45fb-beac-b1c45aa5afee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('272e10e5-def0-4604-ba02-28062b4e6071','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272e10e5-def0-4604-ba02-28062b4e6071' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4464ad96-96c6-4a29-afe9-e91cc93d32de','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4464ad96-96c6-4a29-afe9-e91cc93d32de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2dd99c09-82a5-4045-98f6-b92015b14116','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd99c09-82a5-4045-98f6-b92015b14116' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f4ee1b5b-a9fc-4202-a565-ffdc015e0740','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4ee1b5b-a9fc-4202-a565-ffdc015e0740' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('597eeebc-9d37-465a-ad84-45df85b7caf6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '597eeebc-9d37-465a-ad84-45df85b7caf6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b77485ef-7752-4877-9664-c2ce6813bff2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b77485ef-7752-4877-9664-c2ce6813bff2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('71e92687-6ae6-4e5b-9b03-a2eaede2bcad','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71e92687-6ae6-4e5b-9b03-a2eaede2bcad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6d65c2de-862d-46c0-901e-56451cd38d4e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&EAH-S-QB300...GF','&EAH-S-QB300...RA','&EAH-S-QB300...SS','&EAH-S-QB300R...GF','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d65c2de-862d-46c0-901e-56451cd38d4e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bcbca9ab-1a23-4de6-9c52-85ad4dfcf4e2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2074a057-c058-4cc3-bf2b-e0b4227e0a59','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2074a057-c058-4cc3-bf2b-e0b4227e0a59' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ffcf7d89-743f-4f72-aa3a-cc9fa263c613','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffcf7d89-743f-4f72-aa3a-cc9fa263c613' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f5af9e94-37d6-4aa9-b1ae-3b7381bfd660','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f5af9e94-37d6-4aa9-b1ae-3b7381bfd660' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fdf85d67-d91a-4dfd-bf43-25502f407c53','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fdf85d67-d91a-4dfd-bf43-25502f407c53' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e5554d16-d16c-4c57-9550-2fde7b11d7bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5554d16-d16c-4c57-9550-2fde7b11d7bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7ac6ba-6c38-4a8d-aa14-c8eba7f0ecf0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ffc8b02d-718b-4453-8399-27316f52b70a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffc8b02d-718b-4453-8399-27316f52b70a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9d1f4dbf-ad5e-46e7-91c4-799c57f04add','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d1f4dbf-ad5e-46e7-91c4-799c57f04add' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c9e0f067-5463-4305-b182-d4bc2a855662','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9e0f067-5463-4305-b182-d4bc2a855662' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fbe64500-654c-4067-a850-2b7fa996cd73','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fbe64500-654c-4067-a850-2b7fa996cd73' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d23587d0-3074-435d-824f-5ad134bbf736','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd23587d0-3074-435d-824f-5ad134bbf736' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b4a725d1-9f20-420a-a4a6-aa2d75834d09','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4a725d1-9f20-420a-a4a6-aa2d75834d09' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddc2c0e8-2b45-45ed-b4d8-95a06a5452c5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cc16c1bc-646f-4c6d-b3f2-b0f6478452af','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='U2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cc16c1bc-646f-4c6d-b3f2-b0f6478452af' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('336f8bb3-2035-4ede-b6bf-fdee950aef6a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '336f8bb3-2035-4ede-b6bf-fdee950aef6a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('457ecca5-2ec3-4e22-a8a0-83e1071c97e8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '457ecca5-2ec3-4e22-a8a0-83e1071c97e8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6a94df64-1d39-4fd3-8ffb-f3ef6c034042','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a94df64-1d39-4fd3-8ffb-f3ef6c034042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('008cb9fe-a058-41d0-b38c-f3bee1b08d39','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '008cb9fe-a058-41d0-b38c-f3bee1b08d39' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8ed43974-72ca-46e0-baf1-91947f88c8ed','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ed43974-72ca-46e0-baf1-91947f88c8ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7a6d396d-afd7-4020-a6da-c2f1bf30731d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a6d396d-afd7-4020-a6da-c2f1bf30731d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('36461c57-eae3-4b90-8025-416e867adc1a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36461c57-eae3-4b90-8025-416e867adc1a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0304233c-a724-4cea-8a66-d9ff4c94f0e3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0304233c-a724-4cea-8a66-d9ff4c94f0e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1b8a0e3f-f49c-4f34-9616-9c552fd61a2c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b8a0e3f-f49c-4f34-9616-9c552fd61a2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7b0c30fc-83c9-4040-9340-fff9748846ba','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b0c30fc-83c9-4040-9340-fff9748846ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('90336fcf-7e74-48e3-9b6c-28d850dc19c3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90336fcf-7e74-48e3-9b6c-28d850dc19c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e33383f5-ea30-43f1-a248-071264c7e2b1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33383f5-ea30-43f1-a248-071264c7e2b1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ae49ff24-f0dd-4c6b-8015-b6e7bfec9ae8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('354d5841-195f-4487-94c4-7618025ca983','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300R...GF','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '354d5841-195f-4487-94c4-7618025ca983' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1371650e-bef4-494e-9a6a-8b9f7d3dcf54','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1371650e-bef4-494e-9a6a-8b9f7d3dcf54' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1c61dea5-041a-4aee-8391-78904e841ee5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='11258') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='11258' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/SO-270','&LOB-F/D2-270','&SGW','&EAH-S-QB300...RA','&EAH-S-QB300R...RA','&EAH-S-QB300R...SS','&PDS-A02','&PDS-U09') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1c61dea5-041a-4aee-8391-78904e841ee5' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a0ccde6b-75b4-46f8-8892-b1431535563d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0ccde6b-75b4-46f8-8892-b1431535563d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('396b1c52-e159-4816-a3e8-11ccb4ec533c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '396b1c52-e159-4816-a3e8-11ccb4ec533c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('761c8d04-5ec2-4671-ab9f-32c0e178cf1a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '761c8d04-5ec2-4671-ab9f-32c0e178cf1a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('22740427-ad69-46e1-93dc-569aa8c74819','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '22740427-ad69-46e1-93dc-569aa8c74819' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('855ac9cc-60f0-437f-9988-874e81b5f29f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0753','&SGW-0760','&SGW-0801','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '855ac9cc-60f0-437f-9988-874e81b5f29f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d690f5d9-498e-4d0e-9442-8e39ea78e9ac','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd690f5d9-498e-4d0e-9442-8e39ea78e9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0753','&SGW-0760','&SGW-0801','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('08f24bf7-60fc-4622-a551-010ce2436832','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '08f24bf7-60fc-4622-a551-010ce2436832' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d28a7088-bb0c-48fe-a5a5-55a77b1f66a8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd28a7088-bb0c-48fe-a5a5-55a77b1f66a8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e3495c3f-2361-4d31-8f49-9c25a29b5899','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM sessions where id='e3495c3f-2361-4d31-8f49-9c25a29b5899'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3495c3f-2361-4d31-8f49-9c25a29b5899' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b484277e-a7eb-44f6-8d91-d11d1dd321c9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b484277e-a7eb-44f6-8d91-d11d1dd321c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('70c8c263-7997-4dab-9b36-18cc0f3701ae','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70c8c263-7997-4dab-9b36-18cc0f3701ae' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5de3d180-fdda-4563-88aa-80c38a423102','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5de3d180-fdda-4563-88aa-80c38a423102' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b865860b-750a-4c34-8a8f-b712343fe002','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b865860b-750a-4c34-8a8f-b712343fe002' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b74c8e14-a082-4449-adeb-78517810ef5a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b74c8e14-a082-4449-adeb-78517810ef5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8f1b6344-4303-48df-b0e7-2546f15246cc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM sessions where id='8f1b6344-4303-48df-b0e7-2546f15246cc'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f1b6344-4303-48df-b0e7-2546f15246cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3ac610cc-a3aa-4c88-a280-fff014b667bc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ac610cc-a3aa-4c88-a280-fff014b667bc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e1f6bb31-0217-4efd-8e7f-d8db3609839a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e1f6bb31-0217-4efd-8e7f-d8db3609839a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6821b987-6742-46dd-a201-d7b600cd7cd9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6821b987-6742-46dd-a201-d7b600cd7cd9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a0189a28-2282-4831-9564-de11eed30fed','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a0189a28-2282-4831-9564-de11eed30fed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0d2c8b08-8fa9-4bd1-93e1-2d35330e77a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('290c8586-207a-43d7-9db8-11d2f7aba0e7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0752','&SGW-0772','&SGW-0813','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '290c8586-207a-43d7-9db8-11d2f7aba0e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('401afa60-2394-419b-a6da-c2c1630ca6fa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '401afa60-2394-419b-a6da-c2c1630ca6fa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3425404e-a516-429f-b57e-78856b5baf36','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3425404e-a516-429f-b57e-78856b5baf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ab4224b5-b5be-480e-a5b9-1e9c77d2fb47','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ab4224b5-b5be-480e-a5b9-1e9c77d2fb47' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8586ca8a-6422-47e5-abd5-950abcd0f0f5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8586ca8a-6422-47e5-abd5-950abcd0f0f5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('948a3a60-6642-4630-80bd-502b5e12e5db','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '948a3a60-6642-4630-80bd-502b5e12e5db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('72e5ff61-a439-410f-8ea1-36fd26431a5a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '72e5ff61-a439-410f-8ea1-36fd26431a5a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f3c425e0-e214-4082-bb85-f8c535a021ce','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f3c425e0-e214-4082-bb85-f8c535a021ce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('de51992c-62ec-484c-b1f4-231786b0382d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'de51992c-62ec-484c-b1f4-231786b0382d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b0e29272-c996-4082-8ea8-3899be3b0d5e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0e29272-c996-4082-8ea8-3899be3b0d5e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a1e6a320-49ee-4838-99b3-8848cba0614a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a1e6a320-49ee-4838-99b3-8848cba0614a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b88ea374-0799-42ba-b8f2-3ba2135fadf3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b88ea374-0799-42ba-b8f2-3ba2135fadf3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cd98f62f-6628-4233-96d3-1c3a5aaa70a4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd98f62f-6628-4233-96d3-1c3a5aaa70a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('58c4dbf0-4169-4a64-abc2-b33cbbf29206','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0603','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58c4dbf0-4169-4a64-abc2-b33cbbf29206' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2f0572e7-b176-49b3-9dbf-1e9c84a73b71','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f0572e7-b176-49b3-9dbf-1e9c84a73b71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3d0da628-87a4-4bb1-8995-b3bdebc87fb2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d0da628-87a4-4bb1-8995-b3bdebc87fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ccce1ec5-336e-4ea2-8d4e-a4d99df32738','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ccce1ec5-336e-4ea2-8d4e-a4d99df32738' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bfa4998e-c0db-42c0-b145-f7a09390faf0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bfa4998e-c0db-42c0-b145-f7a09390faf0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f74dee21-c0bf-4d68-b6cc-f9589c7d2269','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f74dee21-c0bf-4d68-b6cc-f9589c7d2269' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('98dd48af-a0d6-40b1-9c12-4a219022f24b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98dd48af-a0d6-40b1-9c12-4a219022f24b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9394ce4e-4ccb-4040-8b21-150f82e74f58','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9394ce4e-4ccb-4040-8b21-150f82e74f58' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('acfca64a-387e-4213-9763-27991c8217be','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acfca64a-387e-4213-9763-27991c8217be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('74d57fa2-1fac-4830-889c-1f783e52d935','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '74d57fa2-1fac-4830-889c-1f783e52d935' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4c625393-bcbb-47c2-b519-b4ee52767d83','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4c625393-bcbb-47c2-b519-b4ee52767d83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f6a30b4a-5484-4775-b717-84bb9a1b7457','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f6a30b4a-5484-4775-b717-84bb9a1b7457' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('70bc3a39-d0ea-4f58-858c-65ea8ad5846b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70bc3a39-d0ea-4f58-858c-65ea8ad5846b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('077ac62e-c879-4a91-9015-97d59dc14d46','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '077ac62e-c879-4a91-9015-97d59dc14d46' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('debd65c1-608c-4f8d-8753-b17c55c89873','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'debd65c1-608c-4f8d-8753-b17c55c89873' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0c4a8e1b-a1aa-415a-9823-7e0491165b63','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c4a8e1b-a1aa-415a-9823-7e0491165b63' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('12739d81-dc2d-46d4-bdfc-7464b16a19e8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '12739d81-dc2d-46d4-bdfc-7464b16a19e8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ace52707-bc73-4a26-ae0e-392ee88cdf36','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ace52707-bc73-4a26-ae0e-392ee88cdf36' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('127cc982-b81a-4cc2-b078-3bfd03a45e3a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '127cc982-b81a-4cc2-b078-3bfd03a45e3a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ed1b46d2-9ac8-472f-a29e-317626f32e5d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ed1b46d2-9ac8-472f-a29e-317626f32e5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c772f25f-6589-4630-9a24-248d86263118','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c772f25f-6589-4630-9a24-248d86263118' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('03d03630-0382-446c-91ea-6ef8205654c4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '03d03630-0382-446c-91ea-6ef8205654c4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('71edab4f-02c5-4b4c-b9e5-0be9333fdc82','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '71edab4f-02c5-4b4c-b9e5-0be9333fdc82' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('107637c2-e56a-473f-b925-d3cd72c6c274','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D1-180025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('babe2ab7-a8b8-46e2-9965-4dd80239b98c','LOB-F/D1-180025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '107637c2-e56a-473f-b925-d3cd72c6c274' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('277da6f1-cc40-478c-806f-0870c56cc1d1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '277da6f1-cc40-478c-806f-0870c56cc1d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('48939729-1a17-4659-b13a-bcf6628cb5d9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48939729-1a17-4659-b13a-bcf6628cb5d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6c08fe38-b306-4000-999d-84757d39e4be','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6c08fe38-b306-4000-999d-84757d39e4be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1ae9ed48-51b0-458c-98aa-d0971de523b4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1ae9ed48-51b0-458c-98aa-d0971de523b4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('52785978-c7f0-4d4c-b559-db4af0a42159','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52785978-c7f0-4d4c-b559-db4af0a42159' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('75adbb3f-4738-4526-8c7c-325826132755','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '75adbb3f-4738-4526-8c7c-325826132755' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5b179d0b-fff3-416f-b8e9-28a1cb4a7e90','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D1-240025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('0115f4a6-57e3-4dee-823a-2498ff024531','LOB-F/D1-240025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-220025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('ed5d3f2a-4a16-4733-ad55-0b5841d0dece','LOB-F/D2-220025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-300025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6ed0d482-824e-4eab-b26f-3de5977fd484','LOB-F/D2-300025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-280025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9ebbd03e-44fc-4742-9ffd-06447632dd54','LOB-F/D2-280025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-200025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('773686ce-7fe4-4310-aa93-e4b1dfd955f6','LOB-F/D2-200025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='LOB-F/D2-240025-270' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('69f150f1-229a-4fc6-9c8b-a297f8325746','LOB-F/D2-240025-270','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&DISQUES' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D4' and gp_art='D404' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-DX250230' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('e99422f2-c195-41ba-a74f-9134a7c6c066','PXS-DX250230','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-DX250125' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('60b878b8-ae5e-44ca-ada0-f71873607dc0','PXS-DX250125','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BARRE MINE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D4' and gp_art='D408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-PM824150' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('12301f18-1793-4d68-9c08-5223d719ba8d','PXS-PM824150','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-PM823500' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('a77151e8-f666-4fa5-adaa-860db604f5ef','PXS-PM823500','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-PM822000' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('16f8427c-5a5a-411d-b0ac-6776c3ada49d','PXS-PM822000','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PXS-PM824195' and id_order is null and code_document='OFC'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('289286e1-3721-42a6-94da-a7d31a6835a8','PXS-PM824195','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','OFC'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-PM822000' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-PM823500' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-PM824150' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-PM824195' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-DX250125' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PXS-DX250230' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D1-160025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D1-180025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D1-240025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-200025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-220025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-240025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-280025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='LOB-F/D2-300025-270' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='OFC' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b179d0b-fff3-416f-b8e9-28a1cb4a7e90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('533e1a28-890f-4db4-b106-5ed53efe1e76','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '533e1a28-890f-4db4-b106-5ed53efe1e76' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5c8bac6e-488a-4edf-97e0-6568216a76db','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c8bac6e-488a-4edf-97e0-6568216a76db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5fbc6a02-f2d6-4f42-9354-8029a84dc905','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5fbc6a02-f2d6-4f42-9354-8029a84dc905' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3d05e68c-c9b2-4938-a881-3cd6d31868f9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d05e68c-c9b2-4938-a881-3cd6d31868f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c854a064-c8f9-486c-b259-0bb2df8e3ab2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c854a064-c8f9-486c-b259-0bb2df8e3ab2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('89d66fee-9225-4e10-9b1e-8aee003b6059','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89d66fee-9225-4e10-9b1e-8aee003b6059' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8531d949-aedc-4777-a354-de714ba4dee1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: getarticles -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8531d949-aedc-4777-a354-de714ba4dee1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9cde1135-7f6f-4714-aeb0-498ff17bdabe','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9cde1135-7f6f-4714-aeb0-498ff17bdabe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6e36a79e-fb75-4243-9981-f272c9dc19f8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: getarticles -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e36a79e-fb75-4243-9981-f272c9dc19f8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: getarticles -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8d5803ee-6b9e-48f3-877d-0e4b049fec37','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0822','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10823') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10823' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10036') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10036' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0880','&SGW-0884','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AH' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW','&SGW-0603','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0753','&SGW-0785','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0601','&SGW-0763','&SGW-0767','&SGW-0780','&SGW-0822','&SGW-0904','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ,ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C701' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C701' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C703' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C703' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C706' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C706' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C711' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C711' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C713' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C713' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C709' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C709' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C706' and famille_art='C7' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C706' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C403' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C403' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C408' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C112' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C112' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='OFC' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPC' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d5803ee-6b9e-48f3-877d-0e4b049fec37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&LOB-F/D1-270','&LOB-F/D2-270','&LOB-F/SO-270','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dc55efc9-19ed-4790-b616-b2462d99cd2a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc55efc9-19ed-4790-b616-b2462d99cd2a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6090fdc1-d317-4c06-8d4f-263245b2e9e7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6090fdc1-d317-4c06-8d4f-263245b2e9e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('47c2e79f-aedb-47f4-b5aa-b36874792c25','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '47c2e79f-aedb-47f4-b5aa-b36874792c25' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8c2f0323-6b24-4ae8-abe2-0e4b060bf355','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8c2f0323-6b24-4ae8-abe2-0e4b060bf355' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'deb3e1d6-cd17-43f8-a2f3-5bf4647ee29b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3ee18e96-0c50-4eec-864f-91ceb415cf04','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C202' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C207' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C207' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C213' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C214' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C216' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C216' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C213' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C205' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3ee18e96-0c50-4eec-864f-91ceb415cf04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('30b71668-dde2-48d2-8ae9-1235c1609044','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30b71668-dde2-48d2-8ae9-1235c1609044' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('55664184-4764-41f5-ba8a-a0694be39a33','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55664184-4764-41f5-ba8a-a0694be39a33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('27ec775d-dd11-44e5-ac75-eb40010d4380','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C805' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C805' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='U205' and famille_art='U2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='U2' and gp_art='U205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '27ec775d-dd11-44e5-ac75-eb40010d4380' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('13eb0fcd-1343-42f1-aedf-30e9bac21313','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13eb0fcd-1343-42f1-aedf-30e9bac21313' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c3e88bc5-6f21-4f21-8b94-88585c54349f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C207' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C207' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C220' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C202' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C214' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -EXEC: DELETE FROM sessions where id='c3e88bc5-6f21-4f21-8b94-88585c54349f'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e88bc5-6f21-4f21-8b94-88585c54349f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4f5ba07b-3459-4f8c-a9be-244b186b0d37','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C601' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C605' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C605' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C608' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C615' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C615' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C602' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C602' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C137' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C137' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f5ba07b-3459-4f8c-a9be-244b186b0d37' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d312344-c8bd-474e-8035-81e92f5866fd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d312344-c8bd-474e-8035-81e92f5866fd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('55f83b16-2585-42a9-b4c6-0a58c32bb0d1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55f83b16-2585-42a9-b4c6-0a58c32bb0d1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d8e9e91f-02e0-40f9-9de4-53009663f6f2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8e9e91f-02e0-40f9-9de4-53009663f6f2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('672069a4-dad7-406a-8f17-09499de8f9ac','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '672069a4-dad7-406a-8f17-09499de8f9ac' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2c38e491-f22f-478b-a2d6-0d3b6b99f24d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c38e491-f22f-478b-a2d6-0d3b6b99f24d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0576da9a-34a5-4bda-8a38-7769b7212d69','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0576da9a-34a5-4bda-8a38-7769b7212d69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0883','&SGW-0901','&SGW-0902','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('58388257-830d-4449-9777-083ba0000752','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58388257-830d-4449-9777-083ba0000752' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '617fd9a2-1bb1-4f3a-96fd-fd8ca0ad2abe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a9c100e0-071d-4637-a586-20ef8f5769e7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9c100e0-071d-4637-a586-20ef8f5769e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('60827d30-506b-41d4-bfda-1a89936c9183','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60827d30-506b-41d4-bfda-1a89936c9183' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1fd3795a-ff4b-4c66-a44f-906bd43773d2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1fd3795a-ff4b-4c66-a44f-906bd43773d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('98e88091-b81c-4048-abbc-16dd49f92d49','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '98e88091-b81c-4048-abbc-16dd49f92d49' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('04cd83cf-84a8-432a-9aab-0bdaad4a3ee7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '04cd83cf-84a8-432a-9aab-0bdaad4a3ee7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6c14c0b-27f5-42e8-8a63-e3a8fa6d3929' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e5189632-3fb1-48cc-8650-7be1ac51e9f4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5189632-3fb1-48cc-8650-7be1ac51e9f4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0323f39f-b8b9-4e76-9c79-c0bf9993bda3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0323f39f-b8b9-4e76-9c79-c0bf9993bda3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('259e02e6-9da2-49eb-b643-0b7b607fc00d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '259e02e6-9da2-49eb-b643-0b7b607fc00d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4fb70b78-4a31-4c3d-833e-508db42f9349','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fb70b78-4a31-4c3d-833e-508db42f9349' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e5edc9e0-3f97-4daa-a81b-e055a2e58d7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5edc9e0-3f97-4daa-a81b-e055a2e58d7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8ac72804-27c0-4f4d-988b-4eb2123e6f1f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ac72804-27c0-4f4d-988b-4eb2123e6f1f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7c7e3484-9119-45ba-b458-37f664814ea3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7c7e3484-9119-45ba-b458-37f664814ea3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('86904471-c283-4932-9928-ff40b4ba89e1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C302' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C302' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0752','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86904471-c283-4932-9928-ff40b4ba89e1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a5e75878-c8a1-40d0-971f-e1c00ee1a522','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a5e75878-c8a1-40d0-971f-e1c00ee1a522' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('87959bac-739d-4676-a596-6f0dd06ac4ef','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87959bac-739d-4676-a596-6f0dd06ac4ef' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bc99c7e0-b197-4365-b14a-20558ce05f65','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bc99c7e0-b197-4365-b14a-20558ce05f65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('428ac518-11e0-4217-899a-0a13fcc0d18c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '428ac518-11e0-4217-899a-0a13fcc0d18c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dc6137e9-8267-4191-a7d1-e44aee3ffa5f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dc6137e9-8267-4191-a7d1-e44aee3ffa5f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c0dbd6af-eedf-4a10-969f-264df2e34b8b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c0dbd6af-eedf-4a10-969f-264df2e34b8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a7175161-a1a1-4a1e-8ec1-34041f30ffe6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7175161-a1a1-4a1e-8ec1-34041f30ffe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('36923f4e-98cf-4aa5-8d6b-3e256c4c630e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '36923f4e-98cf-4aa5-8d6b-3e256c4c630e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('80aed657-ada9-4d57-a8ed-e14b5d7f2f99','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '80aed657-ada9-4d57-a8ed-e14b5d7f2f99' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9017f7d4-26e4-43a0-aeb4-daf4d21a89aa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9017f7d4-26e4-43a0-aeb4-daf4d21a89aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e7432d8a-2de7-4a2e-99ab-5ce346bc4b06','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7432d8a-2de7-4a2e-99ab-5ce346bc4b06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('882a9625-563e-4a13-9718-ecc49d204b53','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '882a9625-563e-4a13-9718-ecc49d204b53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d166fd65-7eca-476d-8631-81c20c6cb8d4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd166fd65-7eca-476d-8631-81c20c6cb8d4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e57005d1-6cc3-44b0-b841-0e600193dcc1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e57005d1-6cc3-44b0-b841-0e600193dcc1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('076f05ef-075d-4295-880b-130649083418','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '076f05ef-075d-4295-880b-130649083418' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('880d31ae-603d-4731-a4f3-4c285c11e7de','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '880d31ae-603d-4731-a4f3-4c285c11e7de' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c194f62a-8a19-495e-a216-d00171bac89f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c194f62a-8a19-495e-a216-d00171bac89f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,SUBSTRING(titre_fr, position(' | ' in titre_fr)+3) as qubestr,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7564a5e9-dd62-4fed-b2ed-61344ddd61b3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7564a5e9-dd62-4fed-b2ed-61344ddd61b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b639c1b3-a5d7-4502-bd4e-f819e6fc9aa1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2c67882b-23a5-45aa-9f7d-19b815a81f21','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c67882b-23a5-45aa-9f7d-19b815a81f21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('00ce5a16-c006-4805-983b-b1df394b08db','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00ce5a16-c006-4805-983b-b1df394b08db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('06bfe7ec-7361-424e-acce-8922538a064d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-K16S' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-K16K' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '06bfe7ec-7361-424e-acce-8922538a064d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('24d3e7c1-1850-4d58-942f-c24b828b45d7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24d3e7c1-1850-4d58-942f-c24b828b45d7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4771a30d-58f3-4961-8545-d3951716f8ab','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4771a30d-58f3-4961-8545-d3951716f8ab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fe49502e-960b-4754-9f01-fdaf324d0271','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V Z' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-S' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-S' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V-K' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V ZK' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe49502e-960b-4754-9f01-fdaf324d0271' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e7e37fe1-c7bd-4c0b-9412-6712ac20276d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7e37fe1-c7bd-4c0b-9412-6712ac20276d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e26fa5ce-95ba-4a10-a952-fb3b26fbd132','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e26fa5ce-95ba-4a10-a952-fb3b26fbd132' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('eb7f75a9-89d0-430f-a17f-5017f304cecf','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eb7f75a9-89d0-430f-a17f-5017f304cecf' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1b2f1697-1f66-404a-af90-593b5ff5d41b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10036') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10036' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0881','&SGW-0911','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b2f1697-1f66-404a-af90-593b5ff5d41b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6067092e-0cb0-40e2-8130-23e98d7d57b8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6067092e-0cb0-40e2-8130-23e98d7d57b8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d31c644c-7c29-4b56-b53e-3febcb1937c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd31c644c-7c29-4b56-b53e-3febcb1937c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ee247395-777d-439d-ad3c-fab17f038af9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0601-0025' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6a7b443c-1efd-4cc9-af34-b12f5323eb98','SGW-0601-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ee247395-777d-439d-ad3c-fab17f038af9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c31dbcb4-6630-42db-8def-c8d2b98b4546','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c31dbcb4-6630-42db-8def-c8d2b98b4546' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d7306608-7896-4110-8cd6-28d7626f71aa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7306608-7896-4110-8cd6-28d7626f71aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e3ec080f-7c88-4fd1-ab8d-567c3ad722bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e3ec080f-7c88-4fd1-ab8d-567c3ad722bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('da968c75-2e88-4f89-a896-4348c4cf0e38','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'da968c75-2e88-4f89-a896-4348c4cf0e38' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6233c7b3-bfe8-4483-83dd-6871ca7ebb23','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6233c7b3-bfe8-4483-83dd-6871ca7ebb23' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('aedd16a7-64ab-49db-acb1-b36352ef8483','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'aedd16a7-64ab-49db-acb1-b36352ef8483' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a3bf2243-c00f-4b53-8f8f-59877f7670bb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a3bf2243-c00f-4b53-8f8f-59877f7670bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d38bb9d6-268f-4b63-9b41-93466cb265aa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0001' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('682358bd-c2a3-44c8-a72e-55e1b75ab946','SGW-0760-0001','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9c153a8d-ace8-4f93-8038-2b7233408e54','SGW-0760-0005','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0015' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6fb89936-42f8-437b-83d5-f2f4ae1e3edf','SGW-0760-0015','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0601-0025' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='6a7b443c-1efd-4cc9-af34-b12f5323eb98',id_order=null,article='SGW-0601-0025',quantity='1',wiges_no_document=null,wiges_no_position=null,created='2021-09-24 19:53:33',modified='2021-09-24 19:53:33',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='6a7b443c-1efd-4cc9-af34-b12f5323eb98'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd38bb9d6-268f-4b63-9b41-93466cb265aa' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ade3e27f-62d5-4bef-b2d5-46ac38de4852','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ade3e27f-62d5-4bef-b2d5-46ac38de4852' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b0bbb7b5-8459-4ed8-9254-6e9d9c08c054','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b0bbb7b5-8459-4ed8-9254-6e9d9c08c054' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2aa9a853-c9a4-4c40-a5b8-f73e774e6ecc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('07697ac7-4fab-4987-871d-1e01a706e91b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0601','&SGW-0760','&SGW-0763','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-V20T' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D20V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D10V*P' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08VG' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-BASE B125 G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-OPTIMA WAVE' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-SELF A15-10' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-SELF A15-10' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-SELF B125 G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '07697ac7-4fab-4987-871d-1e01a706e91b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1f3d2c61-802f-4643-ab2f-fbca6a6a20b3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C323' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C323' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C312' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C312' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C213' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C205' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C203' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C302' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C302' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C602' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C602' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C606' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C606' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C607' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C607' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AH' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1f3d2c61-802f-4643-ab2f-fbca6a6a20b3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f4bbb917-bf41-4815-b48d-9103974c4175','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4bbb917-bf41-4815-b48d-9103974c4175' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('883c904d-38cd-419f-b177-6b1a6d1de042','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '883c904d-38cd-419f-b177-6b1a6d1de042' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fde1a6c4-4831-4ad7-8fc8-74a76eb2cb84' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d8a8afc6-e4e9-4095-9570-693d5f73a18b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8a8afc6-e4e9-4095-9570-693d5f73a18b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('88b8d15f-7cb3-4243-ba68-fb6472de4c2b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '88b8d15f-7cb3-4243-ba68-fb6472de4c2b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7773dff8-f982-44a7-ba81-3fa551b0d982','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7773dff8-f982-44a7-ba81-3fa551b0d982' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b7977c95-4826-491e-bbad-f2fbe67ca77b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7977c95-4826-491e-bbad-f2fbe67ca77b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('acf3db24-40df-4ace-a3a2-b2eebc0a936b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acf3db24-40df-4ace-a3a2-b2eebc0a936b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('76fca5ff-d906-4ee5-95fb-4b23ec9bbda4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '76fca5ff-d906-4ee5-95fb-4b23ec9bbda4' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e8f80210-4f64-48be-b118-86c6b3b5ee36','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e8f80210-4f64-48be-b118-86c6b3b5ee36' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f8748721-ba4b-432d-8f1f-0e17178d4b7f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f8748721-ba4b-432d-8f1f-0e17178d4b7f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f989fcae-02ce-42c9-864b-17fa6f77e567','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f989fcae-02ce-42c9-864b-17fa6f77e567' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3880985e-5056-4b96-8fab-c895f9eb87d8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3880985e-5056-4b96-8fab-c895f9eb87d8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a440665e-1319-48b3-a8cf-2c60a495b1ce','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a440665e-1319-48b3-a8cf-2c60a495b1ce' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e5ff11cf-a70e-4123-889d-0dda501766e7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e5ff11cf-a70e-4123-889d-0dda501766e7' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1088d692-ff44-4f3e-ad2e-78a05d5568ca','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1088d692-ff44-4f3e-ad2e-78a05d5568ca' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('60d74fe3-6ce9-4121-b3bf-30e8adced24e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60d74fe3-6ce9-4121-b3bf-30e8adced24e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5e60fc78-d33b-4685-8822-2ac15c134c1e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e60fc78-d33b-4685-8822-2ac15c134c1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c47db767-478e-423e-b0a1-3f9067274513','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c47db767-478e-423e-b0a1-3f9067274513' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('97bb8d2e-fab6-4617-bc5c-3e0745fea3e3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '97bb8d2e-fab6-4617-bc5c-3e0745fea3e3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('49faaab9-77af-4278-a64e-5642483f6674','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49faaab9-77af-4278-a64e-5642483f6674' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7955f7f2-6bc0-41c8-9890-32e8bb470fad','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7955f7f2-6bc0-41c8-9890-32e8bb470fad' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -ups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa94b948-aeae-4cf4-bfd2-3d8f27c20e1e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('85523eed-aaab-49ef-bfb1-9894fae51cbd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85523eed-aaab-49ef-bfb1-9894fae51cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('02e3e6c4-792f-4b44-8596-a9a0e4937a04','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '02e3e6c4-792f-4b44-8596-a9a0e4937a04' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8f2da0bb-7624-4cf1-bc26-6c82bc20671a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8f2da0bb-7624-4cf1-bc26-6c82bc20671a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f691fbff-084e-4b7b-91b1-3583f2a71cbd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f691fbff-084e-4b7b-91b1-3583f2a71cbd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('56d65522-a52b-41bd-a368-3a7434c2586d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56d65522-a52b-41bd-a368-3a7434c2586d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('40c09f80-5b45-43fd-841f-e9d97f6fbfa0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '40c09f80-5b45-43fd-841f-e9d97f6fbfa0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ce337cae-04ce-4dee-994d-a1fa1b7ca37b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce337cae-04ce-4dee-994d-a1fa1b7ca37b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c7d699a0-a8a0-4616-bd1d-7e437d6cf855','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7d699a0-a8a0-4616-bd1d-7e437d6cf855' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3037276c-3475-4ec7-ac4b-900732c54dc3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3037276c-3475-4ec7-ac4b-900732c54dc3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('affa881e-98a9-45d6-8a41-62f524cf8f2c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'affa881e-98a9-45d6-8a41-62f524cf8f2c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('586477e5-4e4d-4a00-a8ad-1fd5b43f25c3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '586477e5-4e4d-4a00-a8ad-1fd5b43f25c3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ad02fb9c-e30a-49e0-bd0b-7c5dc4b4626f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0c68bd0a-8bfd-4336-93b5-84d4f42c3663','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0c68bd0a-8bfd-4336-93b5-84d4f42c3663' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a33a4dfa-9c35-4c13-8a5b-231bdae6dd30','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a33a4dfa-9c35-4c13-8a5b-231bdae6dd30' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('df789cf3-725a-4f76-bb08-64eaa181f8cc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'df789cf3-725a-4f76-bb08-64eaa181f8cc' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4e74407d-5712-451e-abdc-f1e6b44aafc1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e74407d-5712-451e-abdc-f1e6b44aafc1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a05395b0-0b7b-4b1b-9401-78543736ab13','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a05395b0-0b7b-4b1b-9401-78543736ab13' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cbfcdf0f-f759-4da1-982c-37922fce4850','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbfcdf0f-f759-4da1-982c-37922fce4850' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('443358c0-ef29-44b7-b6d1-a18f5a4fdee0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '443358c0-ef29-44b7-b6d1-a18f5a4fdee0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' - - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb3eb81c-36d2-49df-96ae-e9c4ec63e0a2' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('54c41f2c-9d90-4079-b234-b64db6d36f37','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '54c41f2c-9d90-4079-b234-b64db6d36f37' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f11aa4c8-649b-448d-b7da-08affd97d9ec','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f11aa4c8-649b-448d-b7da-08affd97d9ec' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d9c7417e-ba21-4769-b61a-de2e2884300a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd9c7417e-ba21-4769-b61a-de2e2884300a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3671f53b-26d6-4093-af84-e27cf7ee3036','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -ups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3671f53b-26d6-4093-af84-e27cf7ee3036' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('334e7e5d-dde8-4db2-b467-da74aa8bc55f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A210' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10823') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10823' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&PCA-P' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C213' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/SM' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C408' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D20V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C203' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '334e7e5d-dde8-4db2-b467-da74aa8bc55f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3d63e15c-aea5-422e-a5ad-c526cdd3b5ad','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -ups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d63e15c-aea5-422e-a5ad-c526cdd3b5ad' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8b5700db-6242-4080-90d5-e8b964dc3e21','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8b5700db-6242-4080-90d5-e8b964dc3e21' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('73f03154-9ad1-46ee-b80d-721d6a1fbc42','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '73f03154-9ad1-46ee-b80d-721d6a1fbc42' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f1d0705d-5c5f-47d1-a18a-7cc65ac34f7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('670efaa5-b012-4431-8f9b-806b71e1b824','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '670efaa5-b012-4431-8f9b-806b71e1b824' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('856819db-f10c-455f-993e-67b23357c99a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '856819db-f10c-455f-993e-67b23357c99a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('141755f6-718c-4b6a-a11a-35ddb8aaf9bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '141755f6-718c-4b6a-a11a-35ddb8aaf9bd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dca81e05-001f-4c5d-b6ce-a68b405e4e33','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dca81e05-001f-4c5d-b6ce-a68b405e4e33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('650c521f-6b76-4439-834f-22f26c5ab4ed','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '650c521f-6b76-4439-834f-22f26c5ab4ed' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bf84214e-67f7-406f-8ab0-a3ecfbb7fed3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bf84214e-67f7-406f-8ab0-a3ecfbb7fed3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d759afb7-e888-4e3a-9b5d-7b86b006fd8c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; - 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd759afb7-e888-4e3a-9b5d-7b86b006fd8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('58a2e95c-84e9-48cf-9ba4-dc79bfa428c9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '58a2e95c-84e9-48cf-9ba4-dc79bfa428c9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a97abbd2-aeac-4f8a-a67d-35e8018465d9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a97abbd2-aeac-4f8a-a67d-35e8018465d9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('84958027-f303-4956-9b73-3e9d6007244e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84958027-f303-4956-9b73-3e9d6007244e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('997828b4-ff1e-447e-b7b9-817e8a1a2e0c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' - - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '997828b4-ff1e-447e-b7b9-817e8a1a2e0c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d33ae945-14ad-4563-86bc-ab901bce8853','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd33ae945-14ad-4563-86bc-ab901bce8853' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2940a3fc-b830-4b55-97b3-acfc385f12e7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2940a3fc-b830-4b55-97b3-acfc385f12e7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a388aefa-804d-42f4-98c0-7495c5ff8040','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a388aefa-804d-42f4-98c0-7495c5ff8040' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('96543f7c-7a73-4f45-ae97-a5cacd9912a5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '96543f7c-7a73-4f45-ae97-a5cacd9912a5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d4e0515-317f-46b4-b5d1-e83af4ab0eab','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d4e0515-317f-46b4-b5d1-e83af4ab0eab' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a22ed5f0-472b-4868-bc3a-e204949540dd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a22ed5f0-472b-4868-bc3a-e204949540dd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e7431f8f-e7fd-4838-af8c-294b167ff49a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e7431f8f-e7fd-4838-af8c-294b167ff49a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6837af91-3533-48a0-9af8-fb4b48e37a8c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6837af91-3533-48a0-9af8-fb4b48e37a8c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('14a62c71-a044-4930-b650-9c012b3c0427','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14a62c71-a044-4930-b650-9c012b3c0427' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8649c364-3e1c-4b46-a650-ec5fe38cac9f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8649c364-3e1c-4b46-a650-ec5fe38cac9f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('85100e34-b7d2-4dfc-aed7-6c81f7108dce','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85100e34-b7d2-4dfc-aed7-6c81f7108dce' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6322e5ff-5497-418d-8b4f-f4f7cb0f1869','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6322e5ff-5497-418d-8b4f-f4f7cb0f1869' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('15113c6d-eeee-476e-8e4a-f564fe2c16b3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15113c6d-eeee-476e-8e4a-f564fe2c16b3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('179b6501-b234-4445-881e-4c05657c175e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '179b6501-b234-4445-881e-4c05657c175e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('797d9104-689d-4b11-8b5b-58047e3e6f2d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '797d9104-689d-4b11-8b5b-58047e3e6f2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a8751ca1-95c4-467e-9f9e-96f331773278','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a8751ca1-95c4-467e-9f9e-96f331773278' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('44545a60-f6e3-4d50-8853-c352ebf351ca','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44545a60-f6e3-4d50-8853-c352ebf351ca' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('20c4433b-eddb-42bd-8bd8-db9a8073ef71','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '20c4433b-eddb-42bd-8bd8-db9a8073ef71' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('57633c14-263e-4365-b232-0af9c421b3be','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57633c14-263e-4365-b232-0af9c421b3be' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ea8d7157-7708-4ff9-8adc-ff2796aef3f1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea8d7157-7708-4ff9-8adc-ff2796aef3f1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6fe75393-5227-4372-9a00-a00e29d1f0ec','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -ups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fe75393-5227-4372-9a00-a00e29d1f0ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('28551406-eb1c-456e-92ac-5b7f08281649','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '28551406-eb1c-456e-92ac-5b7f08281649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c507c1ec-7a88-4df0-b0d2-1ee32ad57984','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c507c1ec-7a88-4df0-b0d2-1ee32ad57984' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d6ec561b-29c5-4df6-9af6-ce868b554d17','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6ec561b-29c5-4df6-9af6-ce868b554d17' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('30989333-4e3b-41c1-9348-cd8c191014a9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '30989333-4e3b-41c1-9348-cd8c191014a9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3f0e6480-3957-4b9a-a6dd-f13209fc5e53','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3f0e6480-3957-4b9a-a6dd-f13209fc5e53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8eaec851-3d90-457a-8884-dad98d903348','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8eaec851-3d90-457a-8884-dad98d903348' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d7e5e20a-e284-440a-bcd0-c67838cec89c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd7e5e20a-e284-440a-bcd0-c67838cec89c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c5f97610-fc67-4d27-9a96-8bd8c6013a81','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c5f97610-fc67-4d27-9a96-8bd8c6013a81' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b18c9e24-0211-43e3-86a2-2fe6e94dfed2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b18c9e24-0211-43e3-86a2-2fe6e94dfed2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('46939ca3-3b78-4a11-8911-536eeec1af7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46939ca3-3b78-4a11-8911-536eeec1af7b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f4c280eb-a651-4327-a185-bcd5bd3a7ba2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f4c280eb-a651-4327-a185-bcd5bd3a7ba2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('46b68138-b1f5-4762-845c-f623b8d4b9bb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '46b68138-b1f5-4762-845c-f623b8d4b9bb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3d92ce5d-4f1f-4aa8-b4a3-2083b530286e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d92ce5d-4f1f-4aa8-b4a3-2083b530286e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cb64851d-3765-44ea-b30d-85a0f5f43ce7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='U2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cb64851d-3765-44ea-b30d-85a0f5f43ce7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c958ff4d-a079-4287-a850-2476d4e0bb05','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='U2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='U2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c958ff4d-a079-4287-a850-2476d4e0bb05' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d51c6a5b-9474-4c5f-bf69-a73286a2ab95','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd51c6a5b-9474-4c5f-bf69-a73286a2ab95' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('255b6f4c-bc6f-425a-8be6-6046ac143b93','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '255b6f4c-bc6f-425a-8be6-6046ac143b93' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4768970d-1d0c-43f1-adf9-cc16a54ad632','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4768970d-1d0c-43f1-adf9-cc16a54ad632' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('70813aa1-d3a3-4db9-887c-7250c0a76c53','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '70813aa1-d3a3-4db9-887c-7250c0a76c53' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b98d5538-7d6f-4874-bf72-7383c94593d2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b98d5538-7d6f-4874-bf72-7383c94593d2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('11f9c115-8f80-44f3-8b61-8a4104c6791b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '11f9c115-8f80-44f3-8b61-8a4104c6791b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9ab06def-559f-4672-a68a-624bea9d6e34','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -EXEC: DELETE FROM sessions where id='9ab06def-559f-4672-a68a-624bea9d6e34'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ab06def-559f-4672-a68a-624bea9d6e34' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d1c7e42f-ff9a-455c-a018-5178988a0649','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1c7e42f-ff9a-455c-a018-5178988a0649' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e41921f9-fd90-44a8-953f-8deaccdf56a0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e41921f9-fd90-44a8-953f-8deaccdf56a0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d4a99085-54a0-44fd-8af8-f591cdf82528','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd4a99085-54a0-44fd-8af8-f591cdf82528' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('514e6a1b-1ea0-4cd2-b7f0-5ace6a250253','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '514e6a1b-1ea0-4cd2-b7f0-5ace6a250253' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('51b62ffa-fac3-4394-899a-55e4bd2ab027','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '51b62ffa-fac3-4394-899a-55e4bd2ab027' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f655936d-fe21-4e3e-a1ba-3c6333894c83','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f655936d-fe21-4e3e-a1ba-3c6333894c83' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a6d5adaf-6feb-4732-b933-268b70f8c136','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a6d5adaf-6feb-4732-b933-268b70f8c136' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('26c3d96b-cad2-4fdb-99ea-69dab0cc366f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '26c3d96b-cad2-4fdb-99ea-69dab0cc366f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' - - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2ec9924-b4f2-499d-83ac-bd4f93b4aa9a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('90ae2b89-27a4-4dd3-bb81-4398db0c7c7a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '90ae2b89-27a4-4dd3-bb81-4398db0c7c7a' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b7a2e8f4-65df-469f-beb4-42801ae2beeb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b7a2e8f4-65df-469f-beb4-42801ae2beeb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1797b8f8-5615-49c0-98bf-83828f4e4200','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1797b8f8-5615-49c0-98bf-83828f4e4200' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9f934118-66c1-4b24-9165-3e7c0429595b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9f934118-66c1-4b24-9165-3e7c0429595b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('84295ba5-3dbf-49fd-96ff-21cdefc44970','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84295ba5-3dbf-49fd-96ff-21cdefc44970' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9451a070-653c-4203-8b34-18dc4c983468','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AH' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9451a070-653c-4203-8b34-18dc4c983468' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a66343ff-60d0-4faa-a960-1817560165c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -ate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D08' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BFE-L' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-SELF B125 G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C516' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a66343ff-60d0-4faa-a960-1817560165c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C516' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6d3550fb-4d49-4519-8fd4-8f7ae588cd3f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6d3550fb-4d49-4519-8fd4-8f7ae588cd3f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5be60769-115c-47bb-baa2-408f0ebc87fb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('a03d3ace-ea5d-4445-8774-826e5789c715','SGW-0602-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5be60769-115c-47bb-baa2-408f0ebc87fb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('91d8e03c-aba7-49a8-9f57-b98d9ccfe366','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '91d8e03c-aba7-49a8-9f57-b98d9ccfe366' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8746abc0-c4f0-46e9-b765-d56fdc5ecd8b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8746abc0-c4f0-46e9-b765-d56fdc5ecd8b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dd59515a-feb7-4624-9304-05891f838cf8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dd59515a-feb7-4624-9304-05891f838cf8' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b5ac0cfa-1fda-470f-b984-7853fa157973','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b5ac0cfa-1fda-470f-b984-7853fa157973' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('16a47b63-2504-4c5f-8224-46eaf387eceb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0602-0025' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('3a456273-1755-4327-84af-ebded780fb74','SGW-0602-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='3a456273-1755-4327-84af-ebded780fb74',id_order=null,article='SGW-0602-0025',quantity='1',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 15:32:22',modified='2021-09-27 15:32:22',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='3a456273-1755-4327-84af-ebded780fb74'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '16a47b63-2504-4c5f-8224-46eaf387eceb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('24210662-b388-4b9d-a4e3-6e840dfbfa5d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '24210662-b388-4b9d-a4e3-6e840dfbfa5d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('57107bfe-66c7-42ae-9137-8deb91412c88','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '57107bfe-66c7-42ae-9137-8deb91412c88' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f490d3ad-44b0-4165-a28a-dc6b8007eae3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f490d3ad-44b0-4165-a28a-dc6b8007eae3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c78dc5a9-85a7-47a9-9f72-4b48e772a365','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c78dc5a9-85a7-47a9-9f72-4b48e772a365' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('85e281de-f7af-4239-98f0-50d4ad176efb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85e281de-f7af-4239-98f0-50d4ad176efb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b4135605-91de-4499-a011-d74b7eddf471','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4135605-91de-4499-a011-d74b7eddf471' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b2b3dc56-3597-4520-9d53-76efb1e914c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2b3dc56-3597-4520-9d53-76efb1e914c0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('79218cc6-547f-445a-80e2-002703450fe4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: INSERT INTO userfavorites (id,id_user,article) VALUES ('a9cc8eda-cfcb-4de3-bd6a-b9c18a70fc1f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','CLO-MVS2'); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: INSERT INTO userfavorites (id,id_user,article) VALUES ('3a485628-5b66-4810-a1aa-d22dd1c7dcb3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','SGW-0610-0040'); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: INSERT INTO userfavorites (id,id_user,article) VALUES ('85dccbc1-a278-49bd-961b-999bed201507','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','SGW-0870-0005M'); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10823') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10823' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('a0053828-6037-4547-b574-251a02fc1fc0','SGW-0602-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-D20V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0602-0025' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '79218cc6-547f-445a-80e2-002703450fe4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('48683c9e-55de-4b3a-be40-f77bd3d03ca1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48683c9e-55de-4b3a-be40-f77bd3d03ca1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9572900b-0fe1-4016-bc94-9f41eca5c179','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9572900b-0fe1-4016-bc94-9f41eca5c179' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('687c0060-c867-4c38-8b5e-e8e8335345e9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0610','&SGW-0762','&SGW-0767','&SGW-0768','&SGW-0870','&SGW-0881','&SGW-0904','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M-CO' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M KURZ' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-S' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V-K' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-VK±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V±' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-W' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QDB' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-I-H17' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-AS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-IS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-M' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-DND' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10823') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10823' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '687c0060-c867-4c38-8b5e-e8e8335345e9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7345b77d-3ba3-4013-ab99-03b85faed33e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7345b77d-3ba3-4013-ab99-03b85faed33e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b077c6bb-d044-47f1-926d-bd2440ec0d2d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b077c6bb-d044-47f1-926d-bd2440ec0d2d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0e9172d1-1265-4906-80ad-0385da6b398b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='KBA-M ECK' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9b6ae0a1-6754-4764-8d96-e0c902446b9b','KBA-M ECK','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='KBA-M ECK' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='9b6ae0a1-6754-4764-8d96-e0c902446b9b',id_order=null,article='KBA-M ECK',quantity='1',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 17:56:55',modified='2021-09-27 17:56:55',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='9b6ae0a1-6754-4764-8d96-e0c902446b9b'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='KBA-M' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('109af202-fb26-4792-8a71-9a72805c1c1f','KBA-M','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='KBA-M ECK' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='9b6ae0a1-6754-4764-8d96-e0c902446b9b',id_order=null,article='KBA-M ECK',quantity='1',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 17:56:55',modified='2021-09-27 17:56:55',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='9b6ae0a1-6754-4764-8d96-e0c902446b9b'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e9172d1-1265-4906-80ad-0385da6b398b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='KBA-M' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='109af202-fb26-4792-8a71-9a72805c1c1f',id_order=null,article='KBA-M',quantity='1',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 17:57:45',modified='2021-09-27 17:57:45',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='109af202-fb26-4792-8a71-9a72805c1c1f'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('534d2ec0-efd6-4237-bc91-22f5df43f375','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('fc8c4962-663f-4694-836e-7e5b9d00cac4','SGW-0602-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0610-0040' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('fef329b7-2f0b-4443-b217-28b3f946f9e0','SGW-0610-0040','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '534d2ec0-efd6-4237-bc91-22f5df43f375' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='PDS-U01/A-G' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('4f34ff9c-8269-40a6-adde-528357302ee7','PDS-U01/A-G','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ddee8a73-1a73-41f9-9e5b-e4e529231eff','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0753','&SGW-0785','&SGW-0801','&SGW-0828','&SGW-0875','&SGW-0901','&SGW-0902','&SGW-NOMIX8','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASS-AG/A-250/33-18' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('3e69bdbc-1ac2-46a7-a44d-2ed39ffccced','ASS-AG/A-250/33-18','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ddee8a73-1a73-41f9-9e5b-e4e529231eff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASS-AG/A-250/38-19' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('04099fa2-99cc-4cf0-b687-2a5b925573b6','ASS-AG/A-250/38-19','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5e681a28-678d-4537-ae4f-b74d5dddaf69','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0001' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('c34242c3-0161-405a-9743-91d4c89bffb7','SGW-0760-0001','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5e681a28-678d-4537-ae4f-b74d5dddaf69' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('030603e0-6a48-4e8b-8322-0d8e66eb7b4e','SGW-0760-0005','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('be39c55f-a034-438c-9642-d0e833ee90eb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='ASS-AG/A-250/33-18' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='ASS-AG/A-250/38-19' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'be39c55f-a034-438c-9642-d0e833ee90eb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('acec3a2a-1c0e-4110-83db-ddc500b66a3d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0760-0001' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'acec3a2a-1c0e-4110-83db-ddc500b66a3d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5b500d02-2f18-4c36-9f02-c47549041fb2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='KBA-M ECK' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b500d02-2f18-4c36-9f02-c47549041fb2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='KBA-M' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3466124e-be53-4b30-bbd4-80b848a2e8ff','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3466124e-be53-4b30-bbd4-80b848a2e8ff' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7bb93abf-b290-4e17-89c9-cc93e7301e39','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bb93abf-b290-4e17-89c9-cc93e7301e39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='030603e0-6a48-4e8b-8322-0d8e66eb7b4e',id_order=null,article='SGW-0760-0005',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 18:03:25',modified='2021-09-27 18:03:25',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='030603e0-6a48-4e8b-8322-0d8e66eb7b4e'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('37131efd-f5ba-4175-b04e-6fad4d3432fe','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '37131efd-f5ba-4175-b04e-6fad4d3432fe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='030603e0-6a48-4e8b-8322-0d8e66eb7b4e',id_order=null,article='SGW-0760-0005',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 18:03:25',modified='2021-09-27 18:03:25',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='030603e0-6a48-4e8b-8322-0d8e66eb7b4e'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('946b8fb7-1153-4ae2-9513-a777115f6076','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '946b8fb7-1153-4ae2-9513-a777115f6076' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='030603e0-6a48-4e8b-8322-0d8e66eb7b4e',id_order=null,article='SGW-0760-0005',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 18:03:25',modified='2021-09-27 18:03:25',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='030603e0-6a48-4e8b-8322-0d8e66eb7b4e'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f15fc2b0-f953-4980-b1da-969004d75484','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0005' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='030603e0-6a48-4e8b-8322-0d8e66eb7b4e',id_order=null,article='SGW-0760-0005',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 18:03:25',modified='2021-09-27 18:03:25',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='030603e0-6a48-4e8b-8322-0d8e66eb7b4e'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0015' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('5a608076-e050-4820-88dc-601f41ff5fef','SGW-0760-0015','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0760-0001' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('5465b531-e4ef-4561-ada7-a918955ddb53','SGW-0760-0001','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0763-0020' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b463d9c3-538c-4881-b2d7-aaf3a9746a28','SGW-0763-0020','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0760-0001' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0760-0015' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0763-0020' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0760','&SGW-0763','&SGW-0766','&SGW-0780','&SGW-0822','&SGW-0877','&SGW-0904','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f15fc2b0-f953-4980-b1da-969004d75484' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bdc781d0-4fbe-4e0f-87bc-09433f171fa9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bdc781d0-4fbe-4e0f-87bc-09433f171fa9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('edc47f41-b2fa-445f-adf1-011fecab9bfe','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'edc47f41-b2fa-445f-adf1-011fecab9bfe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8d9593ed-3ae4-466c-b174-6aab64acb75d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8d9593ed-3ae4-466c-b174-6aab64acb75d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('69494869-2e31-4303-a09a-0dbcba1a794f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '69494869-2e31-4303-a09a-0dbcba1a794f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('968029d0-0d90-41e9-bd4e-c65fb73140d6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '968029d0-0d90-41e9-bd4e-c65fb73140d6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('87d94a4e-dbf9-4b98-8d12-6cf78ce979a7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '87d94a4e-dbf9-4b98-8d12-6cf78ce979a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7a09e788-1792-4e42-9cf0-bf3d757d0dbe','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7a09e788-1792-4e42-9cf0-bf3d757d0dbe' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a40e1dca-a8c7-47dc-a817-f289c25bf42d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a40e1dca-a8c7-47dc-a817-f289c25bf42d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e542fb48-38a4-4bee-8e04-295c24e13c51','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e542fb48-38a4-4bee-8e04-295c24e13c51' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5255f929-e6d1-4619-a1cf-969a3c936b0f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5255f929-e6d1-4619-a1cf-969a3c936b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0fdbed92-744b-4514-b5dc-7cc412f1e86b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0fdbed92-744b-4514-b5dc-7cc412f1e86b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5c145448-912b-41a0-8191-d8ff89802482','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5c145448-912b-41a0-8191-d8ff89802482' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b505fb8c-cab0-4c8c-bc9c-02ceadf25d54','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b505fb8c-cab0-4c8c-bc9c-02ceadf25d54' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5f03909e-b610-4df5-a072-dc742c1a4722','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f03909e-b610-4df5-a072-dc742c1a4722' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7212692b-b7a3-44f3-94f2-5ab09e860891','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7212692b-b7a3-44f3-94f2-5ab09e860891' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('080b7722-3b8d-4832-9807-c45a231d6281','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '080b7722-3b8d-4832-9807-c45a231d6281' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d8c1c369-46ca-48c6-8b85-17b6a22fe3cb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c1c369-46ca-48c6-8b85-17b6a22fe3cb' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a9ee0f04-4d4b-4c5f-9d53-556dc33ecff3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('208d7489-e508-42e1-8bb0-1b8fdab3f2d5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C116' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C116' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C135' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C135' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C131' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C135' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C135' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C137' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C137' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C138' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C138' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C131' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C116' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C116' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '208d7489-e508-42e1-8bb0-1b8fdab3f2d5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9065aea0-b7f6-47ff-b4dd-8bee93c53f0f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C112' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C112' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C112' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C112' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C116' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C116' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C137' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C137' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C149' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C149' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9065aea0-b7f6-47ff-b4dd-8bee93c53f0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8cfb8bac-136e-48bb-8009-be207c59335d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C203' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C207' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8cfb8bac-136e-48bb-8009-be207c59335d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C207' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c3e6d589-dffd-4219-9dbd-df55bcb5118b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c3e6d589-dffd-4219-9dbd-df55bcb5118b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6a9c8977-6f81-41c1-a551-91218723f04b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6a9c8977-6f81-41c1-a551-91218723f04b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('272db341-0ac2-49f1-b059-1c036bc9c6e5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C306' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C304' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C304' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C304' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C304' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '272db341-0ac2-49f1-b059-1c036bc9c6e5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c034f1d1-787f-44c3-9fc1-85052f9d5f04','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C804' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C804' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C806' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C806' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C809' and famille_art='C8' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C809' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C600' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C603' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c034f1d1-787f-44c3-9fc1-85052f9d5f04' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C603' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('296f57f0-3b62-4f92-bf14-2119f3595d75','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C114' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C135' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C135' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C110' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '296f57f0-3b62-4f92-bf14-2119f3595d75' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d1518a91-40e1-4644-b560-a4b274da5a2c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd1518a91-40e1-4644-b560-a4b274da5a2c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8e71c1f1-1e64-4a45-9f77-52203f7746f3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0760-0005' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0610-0040' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='SGW-0602-0025' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM order_articles WHERE article='PDS-U01/A-G' and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and code_document='RSS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C500' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage from article_groups where article in (select article_group from articles where article in (select article from clients_contratcadre cc where client='10801') group by article_group); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05, null as prix_net,ar.unite_quantite,ar.qte_stock,ar.qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs from clients_contratcadre ap join articles ar on (ar.article=ap.article) where ap.client='10801' group by ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SDR-ACC-C1' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('785e1cd2-4482-4897-aa8e-5dfa50d8cf40','SDR-ACC-C1','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SDR-ACC-C1-T' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('61ad1a2a-0b7a-47ab-aa94-8f0a7d37fb56','SDR-ACC-C1-T','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='EAH-F-X20/25/30' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9725ac79-9ce3-4b61-a0f0-ea5f0246de99','EAH-F-X20/25/30','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='EAH-F-X20/25/30-F' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9f068a67-09f9-4413-a6e3-693b740c2313','EAH-F-X20/25/30-F','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='EAH-F-X35/40/50-F' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('97983333-3db6-403f-bcf5-ff062f8bb01b','EAH-F-X35/40/50-F','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='EAH-F-X45/55/60' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6f1252f2-f083-4539-b2f3-342537252891','EAH-F-X45/55/60','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8e71c1f1-1e64-4a45-9f77-52203f7746f3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '125b7ef8-43c7-4ef6-94ee-d5fc629a6b0f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8511a92e-beb5-4575-8331-be0079e12767','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8511a92e-beb5-4575-8331-be0079e12767' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('89b87e46-da37-40e0-8da8-c8415aa16c61','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '89b87e46-da37-40e0-8da8-c8415aa16c61' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d59ad02d-9018-473c-beda-5ff02f67cd33','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd59ad02d-9018-473c-beda-5ff02f67cd33' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('68e9a810-0d9a-4a0a-b083-4bd05244b7e4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '68e9a810-0d9a-4a0a-b083-4bd05244b7e4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ac021f69-9907-4855-a1a9-9eeb4f81b0c7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac021f69-9907-4855-a1a9-9eeb4f81b0c7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6f69dddd-071a-4583-90e8-89e79c376f60','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6f69dddd-071a-4583-90e8-89e79c376f60' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3996fdb4-47c4-4374-9632-6db94d533976','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3996fdb4-47c4-4374-9632-6db94d533976' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7bfae3de-ff6b-463a-b031-517d992e0971','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7bfae3de-ff6b-463a-b031-517d992e0971' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('367cd361-7d75-41d9-9a19-f92765680f90','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '367cd361-7d75-41d9-9a19-f92765680f90' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('596288a2-9f05-4f39-9242-8135a8fdc951','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0780-0014' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('10ae407a-0129-4813-a07d-6bb041f2d390','SGW-0780-0014','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0780-0030' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('7094a918-9f15-4ef4-8ede-0087d7b0060e','SGW-0780-0030','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0030' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('698bf9ed-d9d2-4112-8c5c-1f6fa2e662dd','SGW-0801-0030','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0010' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b2678fed-e00f-4bca-85ac-33211eea6a9f','SGW-0801-0010','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0005' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('04f5dd51-5c21-4072-848f-d8ebb0bc2a7f','SGW-0801-0005','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0001' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('ca7b7db8-1bf6-4810-8e4b-66de7beb7fe6','SGW-0801-0001','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0205' and id_order is null and code_document='RSS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('e4682260-293b-4d4b-a662-c5d8ad769b01','SGW-0801-0205','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','RSS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0010' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='b2678fed-e00f-4bca-85ac-33211eea6a9f',id_order=null,article='SGW-0801-0010',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 19:27:28',modified='2021-09-27 19:27:28',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='b2678fed-e00f-4bca-85ac-33211eea6a9f'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0801-0005' and id_order is null and code_document='RSS'; -EXEC: UPDATE order_articles SET id='04f5dd51-5c21-4072-848f-d8ebb0bc2a7f',id_order=null,article='SGW-0801-0005',quantity='2',wiges_no_document=null,wiges_no_position=null,created='2021-09-27 19:27:28',modified='2021-09-27 19:27:28',id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c',code_document='RSS' WHERE 0='04f5dd51-5c21-4072-848f-d8ebb0bc2a7f'; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '596288a2-9f05-4f39-9242-8135a8fdc951' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('60b10f74-2b2e-4c91-bae0-a98bce320a59','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C310' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C310' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C309' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C309' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C306' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C304' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C304' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C307' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C307' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C326' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C326' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C322' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C322' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C319' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C319' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.aticle_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: DELETE FROM userfavorites WHERE id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='CLO-MVS2'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('15f96258-a9d0-4d27-824f-2a0cd4c7a9c5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '15f96258-a9d0-4d27-824f-2a0cd4c7a9c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('85360321-8001-4062-81aa-76a2d12ab1ee','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '85360321-8001-4062-81aa-76a2d12ab1ee' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b40e3776-f924-44ce-8428-37542938281e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -escription_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C403' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C403' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C409' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C409' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b40e3776-f924-44ce-8428-37542938281e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('faf21261-6b0d-4926-bc32-e01f1f78fcf7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'faf21261-6b0d-4926-bc32-e01f1f78fcf7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4e50a999-650f-4a57-b8e4-fc7fbf50c715','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e50a999-650f-4a57-b8e4-fc7fbf50c715' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9ee8ac53-80e8-41b3-9317-7f92fb1f68ec','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9ee8ac53-80e8-41b3-9317-7f92fb1f68ec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0e0a986c-d000-4a0a-96e1-46bff1b8e45f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0e0a986c-d000-4a0a-96e1-46bff1b8e45f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2dd9dfd3-d595-40e9-aeba-8c743d858e3b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2dd9dfd3-d595-40e9-aeba-8c743d858e3b' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('55636fdc-2f25-4cb0-b987-9c277f56a837','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '55636fdc-2f25-4cb0-b987-9c277f56a837' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c44e8c64-710c-4510-99cf-90107d2ec1b6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c44e8c64-710c-4510-99cf-90107d2ec1b6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1dc7575d-5b7c-4e77-87e3-c357be416d41','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MVS' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1dc7575d-5b7c-4e77-87e3-c357be416d41' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6e5525e5-7279-4b36-9c36-caad9dfbb5e0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6e5525e5-7279-4b36-9c36-caad9dfbb5e0' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('134caec6-2ffd-4183-8d92-e39ce21bbfb5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '134caec6-2ffd-4183-8d92-e39ce21bbfb5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('bae6e34d-3fcf-4e57-88bf-95252a4e1416','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'bae6e34d-3fcf-4e57-88bf-95252a4e1416' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ff8416e0-73d0-490b-a3ad-fe719cca149f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ff8416e0-73d0-490b-a3ad-fe719cca149f' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c7ffc5a6-8446-4495-85e6-446ac9402105','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c7ffc5a6-8446-4495-85e6-446ac9402105' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('e33edeb5-afd0-4f42-996a-d2f20f4bd39e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -rt,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'e33edeb5-afd0-4f42-996a-d2f20f4bd39e' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c6cf55ef-593d-4e74-a776-bc63a23cf602','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6cf55ef-593d-4e74-a776-bc63a23cf602' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4a16cbb3-1c40-45c1-b683-2a277e05f7a2','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4a16cbb3-1c40-45c1-b683-2a277e05f7a2' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4f9baf18-7cac-441b-bc8b-621674681fc9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4f9baf18-7cac-441b-bc8b-621674681fc9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('eedc04d4-4b8c-4533-94a3-6b4135a3ca6c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -escription_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eedc04d4-4b8c-4533-94a3-6b4135a3ca6c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6fa2273c-7547-4b04-8118-d4adc79067cc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6fa2273c-7547-4b04-8118-d4adc79067cc' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b4f9420f-2b5f-4c02-a8dc-12aedb491069','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b4f9420f-2b5f-4c02-a8dc-12aedb491069' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0610','&SGW-0769','&SGW-0772','&SGW-0813','&SGW-0880','&SGW-0883','&SGW-0884','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ba5070ad-0470-4a5d-94cf-c427c77698db','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba5070ad-0470-4a5d-94cf-c427c77698db' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5dd98288-731f-49b2-b501-b8023eb21174','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5dd98288-731f-49b2-b501-b8023eb21174' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('59fdd746-266e-4bbb-9bc9-3a51b04bc286','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '59fdd746-266e-4bbb-9bc9-3a51b04bc286' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('49a835d3-302a-4068-89de-4f56fc34ff06','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '49a835d3-302a-4068-89de-4f56fc34ff06' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('eeec0847-5c9d-4c0d-80c1-b63f79633c35','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'eeec0847-5c9d-4c0d-80c1-b63f79633c35' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ffdeb7bc-9715-4d42-8ca0-cc3437c9b250','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ffdeb7bc-9715-4d42-8ca0-cc3437c9b250' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('14fb136c-222a-4f67-b1db-708fcc50abe6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '14fb136c-222a-4f67-b1db-708fcc50abe6' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5a3d5084-83dd-4096-a2bd-a1c59d452d0d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5a3d5084-83dd-4096-a2bd-a1c59d452d0d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0b83a499-147a-477c-bda7-78941d7a29a4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0b83a499-147a-477c-bda7-78941d7a29a4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('990f075f-59ab-40e9-89dd-aa3d4631603c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '990f075f-59ab-40e9-89dd-aa3d4631603c' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c2b8602b-98ae-4dfc-b3c1-dae97c86dde1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c2b8602b-98ae-4dfc-b3c1-dae97c86dde1' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9620b656-cd4e-4044-aadf-df84f5ae2ddd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9620b656-cd4e-4044-aadf-df84f5ae2ddd' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9444d711-768b-4f63-8014-cb8495f48b39','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9444d711-768b-4f63-8014-cb8495f48b39' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('48642bf6-02a4-4466-95df-894fa6a3a543','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '48642bf6-02a4-4466-95df-894fa6a3a543' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dbb75ac8-32c0-4044-befb-ed670aca6db9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dbb75ac8-32c0-4044-befb-ed670aca6db9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('84e38d9b-3560-4a0a-851e-620e4a294ca3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '84e38d9b-3560-4a0a-851e-620e4a294ca3' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('211267dc-a418-48a6-920c-fce3042c1e31','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '211267dc-a418-48a6-920c-fce3042c1e31' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5d08effd-98df-40fd-a7f1-2c65135adb94','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C402' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV-C' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-G/A' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C219' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5d08effd-98df-40fd-a7f1-2c65135adb94' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='NOF-ACC-M/N' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('71bcb5c8-e48d-4464-82a3-ab43e6f8762c','NOF-ACC-M/N','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='NOF-ACC-R2000' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('97b5bfc7-eba3-4799-a04e-271c6de57c95','NOF-ACC-R2000','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='NOF-D08-050/20' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('117a0d90-143b-402b-8a06-6c1fbb33b1cd','NOF-D08-050/20','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C200' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0753','&SGW-0760','&SGW-0780','&SGW-0801','&SGW-0822','&SGW-0901','&SGW-0902','&SGW-0933','&SGW-0935','&SGW-SF2K') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0752','&SGW-0772','&SGW-0785','&SGW-0813','&SGW-0828','&SGW-0875','&SGW-0883','&SGW-0901','&SGW-0915','&SGW-NOMIX8') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0602','&SGW-0603','&SGW-0610','&SGW-0768','&SGW-0769','&SGW-0870','&SGW-0880','&SGW-0881','&SGW-0884','&SGW-0911') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0602-0025' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6653223c-9584-414a-9421-d79679db01c9','SGW-0602-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0603-0025' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('399667c3-19ba-426b-8e28-93a946c5fffb','SGW-0603-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0768-0025' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('e9a8c128-2cba-452f-9693-0d8e646571f6','SGW-0768-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='SGW-0769-0025' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('1d0e2677-e42b-4da1-b252-0f38ffadf5f1','SGW-0769-0025','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C602' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C602' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/100-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('335a84d4-a990-4ccb-b34f-00aeb13cf2c5','ASE-BFP-1515/100-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/120-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b5d3b7f5-2da3-4ec2-bc91-7b8fe07b7120','ASE-BFP-1515/120-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/200-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('c0c61231-2837-4033-b48d-7f60174610e2','ASE-BFP-1515/200-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/220-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('d4618df8-68eb-4882-a73a-c2e94e4f7570','ASE-BFP-1515/220-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/250-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('2a12dfdd-6f9f-4b32-8492-3522008c0646','ASE-BFP-1515/250-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/300-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('f3a961fb-59fa-42df-ba72-63d9f3bef603','ASE-BFP-1515/300-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/350-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('da74a4ad-ae33-4b10-8563-cca7475e4180','ASE-BFP-1515/350-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/380-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('e45f0bf4-52fd-46d5-b941-375a3963b6f0','ASE-BFP-1515/380-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/500-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('6efe49ed-634f-49d8-a917-63ed4a0a9716','ASE-BFP-1515/500-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFP-1515/600-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('778dda0b-4d40-4dc9-9e7b-bf2490de4d80','ASE-BFP-1515/600-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select * from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and article='ASE-BFS-1515/100-240' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('090baec3-78df-405c-8da0-4e5dc557caae','ASE-BFS-1515/100-240','1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('52deb531-9160-48a5-8624-b74be05a3be4','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '52deb531-9160-48a5-8624-b74be05a3be4' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2c43dd0e-cc82-4a2c-97bd-675f9f56e691','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2c43dd0e-cc82-4a2c-97bd-675f9f56e691' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '60b10f74-2b2e-4c91-bae0-a98bce320a59' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5b3798ae-e9c2-47e7-91ad-c6c3248b626d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5b3798ae-e9c2-47e7-91ad-c6c3248b626d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cd95ce5b-9f08-4599-977d-b01a936ad0c5','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cd95ce5b-9f08-4599-977d-b01a936ad0c5' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a014cd1f-2162-4f8e-9d3e-3f89d98b811d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW','&SGW-0603','&SGW-0762','&SGW-0763','&SGW-0766','&SGW-0767','&SGW-0877','&SGW-0904','&SGW-0911','&SGW-0935') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C505' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C505' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by article_group) order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a014cd1f-2162-4f8e-9d3e-3f89d98b811d' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) - where ar.article in ( select article from userfavorites where id_user = 'ef3b63ab-24a5-4972-86fb-8c3a4f36e75c') group by ar.article_group,ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ce93e1bc-fcf6-4d72-85c1-4b9b8326acec','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&PDS-C','&WDO-F','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ce93e1bc-fcf6-4d72-85c1-4b9b8326acec' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('25c0fc3b-7bec-42ef-8a67-76eddedaf580','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '25c0fc3b-7bec-42ef-8a67-76eddedaf580' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('45831710-a2c8-4663-ad84-e8bca3547671','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45831710-a2c8-4663-ad84-e8bca3547671' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('889fd76f-9b4f-44bc-81c6-8241b95817f9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '889fd76f-9b4f-44bc-81c6-8241b95817f9' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ba4e666b-d12e-42e1-8a45-e2a7f9b838a7','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba4e666b-d12e-42e1-8a45-e2a7f9b838a7' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fa6a16f6-838d-49cd-900f-4ce0f5b9e601','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fa6a16f6-838d-49cd-900f-4ce0f5b9e601' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0da6fda9-cb5e-4852-95be-ffde9d3c1296','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0da6fda9-cb5e-4852-95be-ffde9d3c1296' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='fe80::e486:3386:564:7b78' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('223fa92e-e72b-4fcb-92e0-8850f4112b65','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','fe80::e486:3386:564:7b78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/AH','&CLO-RO/C','&CLO-RO/G','&WDO-F') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/C','&CLO-RO/G','&PDS-C','&WDO-F','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C137' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C137' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C220' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C214' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/C','&CLO-RO/G','&PDS-C','&WDO-F','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C202' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/C','&CLO-RO/G','&PDS-C','&WDO-F','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/B','&CLO-MVS','&CLO-MZB3','&CLO-MZB4','&CLO-RO/C','&CLO-RO/G','&PDS-C','&WDO-F','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '223fa92e-e72b-4fcb-92e0-8850f4112b65' and us.isenabled ='1' and se.remoteaddr= 'fe80::e486:3386:564:7b78' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('56c81937-79ba-469d-800e-1503fbdcac4b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '56c81937-79ba-469d-800e-1503fbdcac4b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c762d7c6-e0b7-4ce4-a4b1-dc44ab32c32d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('38170ad8-8df1-4b5c-b6cd-a533902ce143','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38170ad8-8df1-4b5c-b6cd-a533902ce143' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ac933de8-2fd1-4799-8b04-355d7b5dc8bd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ac933de8-2fd1-4799-8b04-355d7b5dc8bd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('7b4ac7fe-7619-4088-9c18-f6836e4843e0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '7b4ac7fe-7619-4088-9c18-f6836e4843e0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0bb1c17c-a45a-42df-a541-f151c9881bb8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0bb1c17c-a45a-42df-a541-f151c9881bb8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('afc8ff8b-ee62-45da-8562-a94b835294bb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'afc8ff8b-ee62-45da-8562-a94b835294bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4e5ab120-8a97-43a1-b879-a1918813c3aa','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4e5ab120-8a97-43a1-b879-a1918813c3aa' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c6fbae16-117d-421c-bc90-4d2d4d6e9b9d','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c6fbae16-117d-421c-bc90-4d2d4d6e9b9d' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f9c7a89c-5dba-4074-8f76-daca2cc74f86','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f9c7a89c-5dba-4074-8f76-daca2cc74f86' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('00e5ffce-fc5d-4686-b753-ee67b2edb36f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '00e5ffce-fc5d-4686-b753-ee67b2edb36f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('f26a29ba-f960-4f85-98ef-61b8fc75c926','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'f26a29ba-f960-4f85-98ef-61b8fc75c926' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('09195b21-ac5a-4e9b-8192-4c6478e47748','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '09195b21-ac5a-4e9b-8192-4c6478e47748' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('dde0daa0-ab80-49b6-82f3-c99feda04745','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'dde0daa0-ab80-49b6-82f3-c99feda04745' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('477fc055-eb2c-49c5-b231-56e2f0e3afcf','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '477fc055-eb2c-49c5-b231-56e2f0e3afcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('38440399-692f-40c8-b787-0325d42a1b68','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '38440399-692f-40c8-b787-0325d42a1b68' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('10706a54-e255-43b4-96ae-2cb03870941f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '10706a54-e255-43b4-96ae-2cb03870941f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('45671f6d-ccec-46aa-8fd5-a25ac4fff1ed','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -ink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '45671f6d-ccec-46aa-8fd5-a25ac4fff1ed' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c4725360-538a-4a53-a9e9-a7904b378160','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c4725360-538a-4a53-a9e9-a7904b378160' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('0a15aa9d-36d3-4a6b-8f23-1249b6f45bee','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '0a15aa9d-36d3-4a6b-8f23-1249b6f45bee' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '735ddec6-ffc6-4a28-ab6b-6291ed7f7bcf' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('1b34fe7c-a6d6-43be-99c7-46ba6d214d76','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '1b34fe7c-a6d6-43be-99c7-46ba6d214d76' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3d00a765-8dfb-47a6-b8cd-cfb764a58814','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -g join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -m on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -ink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -p by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -EXEC: UPDATE users set userlanguage='de' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&SGW-0785','&CLO-EA/A','&CLO-EA/B','&CLO-MZB3','&CLO-MZB5','&CLO-RO/A','&CLO-RO/AH','&CLO-RO/AV','&CLO-RO/G','&WDO-P') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -m on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EAH-S-QB300...RA','&EAH-S-QB300R...SS','&EAH-S-QB400...SS','&EAH-S-QB400R...SS','&JOI-FJ/C-PE','&LOB-F/SO-270','&MAS-MEPARAC6','&MAS-MP','&MAS-PI','&SPY-M') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3d00a765-8dfb-47a6-b8cd-cfb764a58814' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9d2bab8e-8247-4273-99dd-88bb24d41df1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-RO/AV','&EAH-S-QB300...GF','&SGW-0602','&SGW-0766','&SGW-0769','&SGW-0784','&SGW-0805','&SGW-0825','&SGW-0873','&SGW-0915') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9d2bab8e-8247-4273-99dd-88bb24d41df1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('13d4dd77-17dc-48f7-afd5-dee212dbc19e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C300' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C301' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C301' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C302' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C302' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C304' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C304' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C306' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '13d4dd77-17dc-48f7-afd5-dee212dbc19e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4fd20881-3b10-4e5b-9dae-0dcf93dcb9de','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4fd20881-3b10-4e5b-9dae-0dcf93dcb9de' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('86ea421c-b5cc-4db3-886f-c6acbff86bd8','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '86ea421c-b5cc-4db3-886f-c6acbff86bd8' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fd696e35-2ece-4166-a94c-9f67909df4da','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fd696e35-2ece-4166-a94c-9f67909df4da' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('262b8f7e-5af5-4930-a3b4-185168b8c2a3','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '262b8f7e-5af5-4930-a3b4-185168b8c2a3' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ea67c57f-1c46-44db-b0cb-3ce2db96934c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -lient is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea67c57f-1c46-44db-b0cb-3ce2db96934c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('565e8832-a5e2-4669-a238-a4d446817207','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '565e8832-a5e2-4669-a238-a4d446817207' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2ecaabc1-ce68-48f0-b8be-04c7acab5103','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2ecaabc1-ce68-48f0-b8be-04c7acab5103' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('3bd29385-2e24-47ce-8611-2c265253172f','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '3bd29385-2e24-47ce-8611-2c265253172f' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8badcd3d-5f2d-490e-a60e-7427273d67bb','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8badcd3d-5f2d-490e-a60e-7427273d67bb' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d761e47e-f054-4975-8d95-042f43ea4707','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd761e47e-f054-4975-8d95-042f43ea4707' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5035599a-cf63-4953-9ecd-00229282dc26','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5035599a-cf63-4953-9ecd-00229282dc26' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d6e1ea88-1006-47fe-8c84-9085a2887b1c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6e1ea88-1006-47fe-8c84-9085a2887b1c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('5f34c9e6-d3e5-4c45-8287-c5c8613c94d1','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '5f34c9e6-d3e5-4c45-8287-c5c8613c94d1' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '8ea7d38d-75cf-4b44-bd36-d265ba8e2d9a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('44dcadee-9714-4be0-8f9d-e99ccad43950','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C108' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C106' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '44dcadee-9714-4be0-8f9d-e99ccad43950' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2167e719-1f49-4b3f-908a-e71f25c40777','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A105' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A205' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CLO-W/B1','&CLO-W/C1','&CLO-W/G','&PDS-W1','&FKF-PP/M','&FKF-PP/S','&EGB-CR/M','&MAG-E','&MAG-T','&MUB-19801') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A201' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2167e719-1f49-4b3f-908a-e71f25c40777' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('2f363098-6558-4d13-bc56-68f2dcb314ac','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EGB-CR/F','&MAP-MF1','&MAP-NLG','&MAP-NPF','&MAP-NPG','&MAP-P45','&MAP-PPD','&MAP-PT3','&MAP-PT4','&MAP-SVF') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EGB-CR/F','&MAP-MF1','&MAP-NLG','&MAP-NPF','&MAP-NPG','&MAP-P45','&MAP-PPD','&MAP-PT3','&MAP-PT4','&MAP-SVF') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EGB-CR/F','&MAP-NLF','&MAP-NLG','&MAP-NPG','&MAP-P45','&MAP-PG1','&MAP-PLX','&MAP-PPD','&MAP-PRG','&MAP-PT3') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EGB-CR/F','&MAP-MF1','&MAP-NLG','&MAP-NPF','&MAP-NPG','&MAP-P45','&MAP-PPD','&MAP-PT3','&MAP-PT4','&MAP-SVF') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from article_groups ar - left join groupes gr on (ar.gp_art=gr.gp_art ) - left join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&EGB-CR/F','&MAP-MF1','&MAP-NLF','&MAP-NLG','&MAP-NPF','&MAP-NPG','&MAP-P45','&MAP-PG1','&MAP-PPD','&MAP-PRG') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='127.0.0.1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('23ef83c6-2714-4bbf-837d-3813a324877c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','127.0.0.1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -le_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ec835109-cfa1-4834-8e2e-1b10186c28e9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: elect ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b2423972-0874-48d5-b3fc-7ded5c4953a6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: elect ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('218042e2-e9ed-4478-aa6f-c8ff2f359109','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cbb55647-4c42-4c99-b7b7-7a787f940e7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a7213c45-37f8-4530-ba88-630b474e3b65','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -lle_art,ar.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C403' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C403' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C408' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&NOF-D08V' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&PCA-L' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C202' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C203' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C216' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C214' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C218' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C218' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C219' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C219' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C220' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C225' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C225' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C227' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C227' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C228' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C228' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C231' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C231' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C302' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C302' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C306' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ef87fde4-26e2-476c-9a28-c8b976fcf8c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('adb208af-2256-4304-99b3-919f711e80ba','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -im ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C205' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A201' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -lle_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A210' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ebe2add0-a168-45fd-aeea-1d9cafd01642','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CIFLEX','&CIVALIT','&KERNCOMPACTLAGER','&ASE-BA/V1','&ASE-BF/V1','&ASE-FA/V1','&ASE-SRA','&ENROULEUR','&FLM-AC','&FLM-V1','&FLM-V2S','&MAP-MPS','&MAP-WPS','&ARD-CL50','&FPL-P','&ARD-A46','&ARD-AM100','&ARD-B16','&ARD-K301','&ASE-DND20') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='C1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebe2add0-a168-45fd-aeea-1d9cafd01642' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CIFLEX','&CIVALIT','&KERNCOMPACTLAGER','&ASE-BA/V1','&ASE-BF/V1','&ASE-FA/V1','&ASE-SRA','&ENROULEUR','&FLM-AC','&FLM-V1','&FLM-V2S','&MAP-MPS','&MAP-WPS','&ARD-CL50','&FPL-P','&ARD-A46','&ARD-AM100','&ARD-B16','&ARD-K301','&ASE-DND20') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '66f7f04f-7cac-4a6e-9b03-9e6fa2284f7a' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('fe8ce8cf-9069-4895-b465-17a0c4e5919e','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -im ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CIFLEX','&CIVALIT','&KERNCOMPACTLAGER','&ASE-BA/V1','&ASE-BF/V1','&ASE-FA/V1','&ASE-SRA','&ENROULEUR','&FLM-AC','&FLM-V1','&FLM-V2S','&MAP-MPS','&MAP-WPS','&ARD-CL50','&FPL-P','&ARD-A46','&ARD-AM100','&ARD-B16','&ARD-K301','&ASE-DND20') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'fe8ce8cf-9069-4895-b465-17a0c4e5919e' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('934e0978-756e-4127-b8a4-2ebf897022f6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CIFLEX','&CIVALIT','&KERNCOMPACTLAGER','&ASE-BA/V1','&ASE-BF/V1','&ASE-FA/V1','&ASE-SRA','&ENROULEUR','&FLM-AC','&FLM-V1','&FLM-V2S','&MAP-MPS','&MAP-WPS','&ARD-CL50','&FPL-P','&ARD-B12','&ARD-EP2000','&ARD-M4','&ARD-P51','&ARD-WSZ') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '934e0978-756e-4127-b8a4-2ebf897022f6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('67791c01-5598-4942-98ff-57f9b7148b7c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -lle_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CIFLEX','&CIVALIT','&KERNCOMPACTLAGER','&ASE-BA/V1','&ASE-BF/V1','&ASE-FA/V1','&ASE-SRA','&ENROULEUR','&FLM-AC','&FLM-V1','&FLM-V2S','&MAP-MPS','&MAP-WPS','&ARD-CL50','&FPL-P','&ARD-B12','&ARD-EP2000','&ARD-M4','&ARD-P51','&ARD-WSZ') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A201' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A104' and famille_art='A1' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A200' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '67791c01-5598-4942-98ff-57f9b7148b7c' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a31d88ce-c2b2-4c0f-be21-3310b739faef','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&BAB-L/A HH','&BAB-L/A R','&BAB-L/B H','&BAB-L/B-R','&BAB-L/C H','&BAB-L/C R','&BAB-S/B R','&BAB-S/C H','&BAB-S/C R','&BAB-S/D H','&BAB-S/D R','&BAB-S/E H','&BAB-S/E HH','&BAB-V/A H','&BAB-V/A R','&BAB-V/B H','&BAB-V/B R','&BAV-A','&BAV-R','&BAV-S') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a31d88ce-c2b2-4c0f-be21-3310b739faef' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d177c3b5-5e28-48c9-9d12-8ba69fc97bfd','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from articles ar - join article_groups ag on (ar.article_group=ag.article) - join groupes gr on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -im ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&BAB-L/A HH','&BAB-L/A R','&BAB-L/B H','&BAB-L/B-R','&BAB-L/C H','&BAB-L/C R','&BAB-S/B R','&BAB-S/C H','&BAB-S/C R','&BAB-S/D H','&BAB-S/D R','&BAB-S/E H','&BAB-S/E HH','&BAB-V/A H','&BAB-V/A R','&BAB-V/B H','&BAB-V/B R','&BAV-A','&BAV-R','&BAV-S') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 20 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -on (ar.gp_art=gr.gp_art ) - join familles fm on (ar.famille_art=fm.famille_art) - where ar.isactive=1 and ag.isactive =1 - group by ar.famille_art,ar.gp_art - order by ar.famille_art,ar.gp_art ASC; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&BAB-L/A HH','&BAB-L/A R','&BAB-L/B H','&BAB-L/B-R','&BAB-L/C H','&BAB-L/C R','&BAB-S/B R','&BAB-S/C H','&BAB-S/C R','&BAB-S/D H','&BAB-S/D R','&BAB-S/E H','&BAB-S/E HH','&BAB-V/A H','&BAB-V/A R','&BAB-V/B H','&BAB-V/B R','&BAV-A','&BAV-R','&BAV-S') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd177c3b5-5e28-48c9-9d12-8ba69fc97bfd' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ea77eb78-d9f6-4163-b3da-7f68ef262d88','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ea77eb78-d9f6-4163-b3da-7f68ef262d88' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d6369563-6851-4596-8bc3-496a361e325c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd6369563-6851-4596-8bc3-496a361e325c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '94cd627d-2e0b-4ea6-9bab-bebf2fa0b1df' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '6ea6ec59-51cc-48fb-a0a6-d3f02e4f6bbc' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='192.168.178.23' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('9690a1fe-6644-40b4-a2aa-195b4bfb2fd9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','192.168.178.23','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '9690a1fe-6644-40b4-a2aa-195b4bfb2fd9' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='192.168.178.23' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('d8c4efc0-247a-45d1-a21b-e71e162eb987','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','192.168.178.23','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'd8c4efc0-247a-45d1-a21b-e71e162eb987' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='192.168.178.23' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('4d46b267-9433-429b-b8ca-cdcc48650093','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','192.168.178.23','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '192.168.178.23' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A5' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '4d46b267-9433-429b-b8ca-cdcc48650093' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ba25ccbd-d140-4623-969b-b00dfc7fde57','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ba25ccbd-d140-4623-969b-b00dfc7fde57' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'a2fdee14-bd6f-49a5-97e4-e8ef5462eb1c' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='2001:7e8:c443:f701:192:2248:6864:4b3b' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('206fa367-cfb8-4f49-baac-246746d9f509','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','2001:7e8:c443:f701:192:2248:6864:4b3b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -version, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -elect client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -here ccc.client is not null order by cladr.nom_1; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='DPS' -QUERY: select count(oa.id) as cnt,JSON_ARRAYAGG(oa.article) as articles,JSON_ARRAYAGG(ar.id) as aid from order_articles oa join articles ar on (oa.article=ar.article) where ar.isactive= 1 and oa.id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and oa.id_order is null and oa.code_document='RSS' -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); -QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled - from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A202' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A201' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A204' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A219' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A219' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A217' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A212' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A212' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A209' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat,formulaire,soumission,solution from article_groups - where gp_art='A217' and famille_art='A2' and isactive=1 order by titre,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = '206fa367-cfb8-4f49-baac-246746d9f509' and us.isenabled ='1' and se.remoteaddr= '2001:7e8:c443:f701:192:2248:6864:4b3b' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c9376e9e-cd72-4162-913e-b7622c97b8c9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c9376e9e-cd72-4162-913e-b7622c97b8c9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ebd42ae0-12e2-46f9-949e-ddc91c4af417','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A5' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A4' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A5' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='C2' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A5' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(coalesce(ag.titre_fr,ag.titre_fr), position(' | ' in coalesce(ag.titre_fr,ag.titre_fr))+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat,ag.formulaire,ag.soumission,ag.solution from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 and ag.famille_art='A1' group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -EXEC: DELETE FROM sessions where id='ebd42ae0-12e2-46f9-949e-ddc91c4af417'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = 'a1b496fa520a1c52edd076ca7a59e56667e7ebeb5ba5ba966d2d01628e165359' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'ebd42ae0-12e2-46f9-949e-ddc91c4af417' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; -QUERY: select uuid_v4() as sessid; -EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'; -QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('c720067b-cb04-423d-a0e0-e3a61136ab17','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36',CURRENT_TIMESTAMP); -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select gr.gp_art as id,gr.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,gr.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe - from groupes gr - join familles fm on (gr.famille_art=fm.famille_art) - join article_groups ag on (ag.gp_art=gr.gp_art) - where ag.isactive =1 - group by gr.famille_art,gr.gp_art - order by gr.famille_art,gr.gp_art ASC; -QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( - select client,nom_1,nom_2,adresse_client from clients where client in ( - select id_client from clients_contacts cc group by id_client)) cladr - left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_fr, ag.titre_fr) as titre, coalesce(ag.description_fr, ag.description_fr) as description, ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image,' ','%20') as image, ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ag.imgversion, ag.fichebim , ag.certificat, ag.formulaire, ag.soumission, ag.solution from article_groups ag join ( select article as article_group, id from ( select ag2.article, ar2.id from articles ar2 join article_groups ag2 on (ar2.article_group = ag2.article) where ag2.isactive = 1 and ag2.famille_art not LIKE 'W%' order by ar2.id DESC) ar3 group by article, id order by id DESC ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.id DESC, ag.article LIMIT 20; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro,ar.doc_soumis,ar.doc_solu,ar.doc_form, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&STW-AHK 100','&STW-AL 100','&BFE-SI','&RDF-M/FR','&MEB-MS/S W','&MEB-MS/P N','&MEB-MD/P B','&MEB-MS/P B','&CON-TA-ST','&CON-VB-TB','&CON-MB-S','&CON-SA-B08','&CON-SA-B05','&CON-LC-M','&CON-VB/PL20','&CON-VB/CL30','&CON-VB/CL24','&CON-VB/CL20','&CON-VB/CL16','&CON-VB/CL10') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; -QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se - join users us on (se.id_user=us.id) - where se.id = 'c720067b-cb04-423d-a0e0-e3a61136ab17' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' ; diff --git a/public_html/shop.old/log/test.log b/public_html/shop.old/log/test.log deleted file mode 100644 index e69de29..0000000 diff --git a/public_html/shop.old/panels/pnl_askprice.html b/public_html/shop.old/panels/pnl_askprice.html deleted file mode 100644 index f897484..0000000 --- a/public_html/shop.old/panels/pnl_askprice.html +++ /dev/null @@ -1,117 +0,0 @@ -
    -

    {{lbl.askprice}}

    -
    -
    -
    -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    - -
    -
    -
    - - -
    -
    -
    -
    -
    -
    -

    Produits

    -
    -
    - -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -

    {{lbl.askprice}}

    -
    -
    -

    {{lbl.basket}}

    - - - -
    - -
    -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -
    -
    -
    -

    {{ lbl.products }}

    -
    -
    - -
    -
    -
    - -
    -
    - - {{ include("elements/askpricecart.html") }} - - diff --git a/public_html/shop.old/panels/pnl_basket.html b/public_html/shop.old/panels/pnl_basket.html deleted file mode 100644 index 210e420..0000000 --- a/public_html/shop.old/panels/pnl_basket.html +++ /dev/null @@ -1,102 +0,0 @@ - -
    -
    -

    {{lbl.basket}}

    - - - - - -
    -
    -
    -

    {{lbl.coodinates}}

    -
    -
    -
    -
    -
    - - -
    -
    - - -
    -
    - -
    - - -
    - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    -
    - - -
    -
    -
    - - -
    -
    - - -
    - -
    - -
    -
    -
    -
    -
    -

    {{lbl.articles}}

    -
    -
    -

    {{lbl.emptybasket}}

    -
    -
    -
    - - - -
    -
    - - - diff --git a/public_html/shop.old/panels/pnl_contratcadre.html b/public_html/shop.old/panels/pnl_contratcadre.html deleted file mode 100644 index 96cfc91..0000000 --- a/public_html/shop.old/panels/pnl_contratcadre.html +++ /dev/null @@ -1,18 +0,0 @@ -
    -
    - -

    {{lbl.ccadre}}

    -
    - -
    -
    - - -
    -
    -
    -
    - - - -
    diff --git a/public_html/shop.old/panels/pnl_delivery.html b/public_html/shop.old/panels/pnl_delivery.html deleted file mode 100644 index ef3d930..0000000 --- a/public_html/shop.old/panels/pnl_delivery.html +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - -

    {{lbl.deliveryorders}}

    -
    -
    \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_favorites.html b/public_html/shop.old/panels/pnl_favorites.html deleted file mode 100644 index 564a933..0000000 --- a/public_html/shop.old/panels/pnl_favorites.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -
    -

    {{lbl.favorites}}

    -
    -
    - -
    - -
    \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_invoices.html b/public_html/shop.old/panels/pnl_invoices.html deleted file mode 100644 index eeeda30..0000000 --- a/public_html/shop.old/panels/pnl_invoices.html +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - -

    {{lbl.invoices}}

    -
    -
    \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_orders.html b/public_html/shop.old/panels/pnl_orders.html deleted file mode 100644 index b1bddb5..0000000 --- a/public_html/shop.old/panels/pnl_orders.html +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - -

    {{lbl.currentorders}}

    -
    -
    \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_privacy.html b/public_html/shop.old/panels/pnl_privacy.html deleted file mode 100644 index 4aeac72..0000000 --- a/public_html/shop.old/panels/pnl_privacy.html +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - -

    {{lbl.privacy}}

    -
    -
    \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_profile.html b/public_html/shop.old/panels/pnl_profile.html deleted file mode 100644 index 69ffddd..0000000 --- a/public_html/shop.old/panels/pnl_profile.html +++ /dev/null @@ -1,81 +0,0 @@ -
    -
    -

    {{lbl.account}}

    -
    -
    - -
    -
    -
    -
    -

    {{lbl.password}}

    -
    - -

    {{lbl.msgpwd}}

    -

    {{lbl.lblchpwd}}

    -
    -
    -
    -
    -
    -

    {{lbl.ccadre}}

    -
    - -

    {{lbl.msgccc}}

    -

    {{lbl.lblccc}}

    -
    -
    -
    -
    -
    -

    {{lbl.myorders}}

    -
    - -

    {{lbl.msgorders}}

    -

    {{lbl.lblorders}}

    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    -

    {{lbl.lblcatalogs}}

    -
    - -

    {{lbl.msgcatalogs}}

    -

    {{lbl.linkcatalogs}}

    -
    -
    -
    -
    -
    -

    {{lbl.lblnews}}

    -
    - -

    {{lbl.msgnews}}

    -

    {{lbl.linknews}}

    -
    -
    -
    -
    -
    -

    {{lbl.privacy}}

    -
    - -

    {{lbl.msgprivacy}}

    -

    {{lbl.linkprivacy}}

    -
    -
    -
    -
    -
    -
    - -
    -{{ include('dialogs/dlgusername.html') }} -{{ include('dialogs/dlgpassword.html') }} \ No newline at end of file diff --git a/public_html/shop.old/panels/pnl_shop.html b/public_html/shop.old/panels/pnl_shop.html deleted file mode 100644 index dd0e008..0000000 --- a/public_html/shop.old/panels/pnl_shop.html +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    -
    - -
    -
    -
    -
    -
    -

    -
    -
    -
    -
    -
    -
    -{{ include('elements/articlecart.html') }} - - - \ No newline at end of file diff --git a/public_html/shop.old/publicapi.php b/public_html/shop.old/publicapi.php deleted file mode 100644 index 4443da3..0000000 --- a/public_html/shop.old/publicapi.php +++ /dev/null @@ -1,53 +0,0 @@ - $value){ - if ((is_file("lib/".$value) && strpos($value,'.') !== 0) && substr_compare($value, ".php", -strlen(".php")) === 0){ require("lib/".$value);} -} -$moduleclasses = scandir("lib/modules"); -foreach ($moduleclasses as $key => $value){ - if ((is_file("lib/modules/".$value) && strpos($value,'.') !== 0) && substr_compare($value, ".php", -strlen(".php")) === 0){ require("lib/modules/".$value); } -} -$db = new database($cfg["db"]); -//require_once("lib/lang/".$cfg["lang"].".php"); -$html = array(); -$params = json_decode(file_get_contents('php://input'), true); -if ($cfg["debug"] == 1){ $html["params"] = $params; } -if (isset($params["cl"])){ delete($params["cl"]);} -if (isset($params["fn"])){ delete($params["fn"]);} -header('Content-Type: application/json'); -if (!isset($params["ac"])){ - echo json_encode($html); exit(0); -} else { - if (isset($publicaliases[$params["ac"]])){ - $params["cl"] = $publicaliases[$params["ac"]]["cl"]; - $params["fn"] = $publicaliases[$params["ac"]]["fn"]; - } - unset($params["ac"]); - if (!isset($params["cl"]) && !isset($params["fn"])){ - echo json_encode(array("statuscode" => 404,"error" => "function does not exist")); exit(0); - } -} -if (isset($params["cl"]) && isset($params["fn"]) && $params["cl"] != "database"){ - if (class_exists($params["cl"])) { - $strclass=$params["cl"]; $cl = new $strclass($db,$cfg); - // $html["fnx"] = $params; - - if (!method_exists($cl,$params["fn"])){ $html["error"] = "class ".$params["cl"]."->method ".$params["fn"]." does not exist!"; } - $r = new ReflectionMethod($strclass, $params["fn"]); - $metparams = $r->getParameters(); $fnp = array(); $prcnt = 0; - foreach ($metparams as $p) { - if (isset($params[$p->getName()])){ array_push($fnp,$params[$p->getName()]); } - if ($p->isOptional() === false){ $prcnt++; } - $html["fnparams"][$p->getName()] = (($p->isOptional() === true)?"optional":"required"); - } - - if (count($fnp) < $prcnt){ $html["error"] = "Function has ".$prcnt." required parameters!"; - } else { $html["data"] = call_user_func_array(array($cl, $params["fn"]), $fnp); } - } else { $html["error"] = "class ".$params["cl"]." does not exist!"; } -} - - echo json_encode($html); -?> diff --git a/public_html/shop.old/tmpl/.htaccess b/public_html/shop.old/tmpl/.htaccess deleted file mode 100644 index a7a56f7..0000000 --- a/public_html/shop.old/tmpl/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Require all denied \ No newline at end of file diff --git a/public_html/shop.old/tmpl/dialogs/dlgconfirm.html b/public_html/shop.old/tmpl/dialogs/dlgconfirm.html deleted file mode 100644 index e704df8..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgconfirm.html +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/dialogs/dlgdataload.html b/public_html/shop.old/tmpl/dialogs/dlgdataload.html deleted file mode 100644 index a3778fc..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgdataload.html +++ /dev/null @@ -1,37 +0,0 @@ - - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/dialogs/dlgmessage.html b/public_html/shop.old/tmpl/dialogs/dlgmessage.html deleted file mode 100644 index 5d2f31b..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgmessage.html +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/public_html/shop.old/tmpl/dialogs/dlgpassword.html b/public_html/shop.old/tmpl/dialogs/dlgpassword.html deleted file mode 100644 index d28e4d3..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgpassword.html +++ /dev/null @@ -1,37 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/dialogs/dlgusername.html b/public_html/shop.old/tmpl/dialogs/dlgusername.html deleted file mode 100644 index 4500ad0..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgusername.html +++ /dev/null @@ -1,22 +0,0 @@ - - diff --git a/public_html/shop.old/tmpl/dialogs/dlgvideo.html b/public_html/shop.old/tmpl/dialogs/dlgvideo.html deleted file mode 100644 index 9b39c7e..0000000 --- a/public_html/shop.old/tmpl/dialogs/dlgvideo.html +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/articlecart copy.html b/public_html/shop.old/tmpl/elements/articlecart copy.html deleted file mode 100644 index 20ae52e..0000000 --- a/public_html/shop.old/tmpl/elements/articlecart copy.html +++ /dev/null @@ -1,75 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/footer.html b/public_html/shop.old/tmpl/elements/footer.html deleted file mode 100644 index 928525f..0000000 --- a/public_html/shop.old/tmpl/elements/footer.html +++ /dev/null @@ -1,7 +0,0 @@ -
    -
    - - © Qube Solutions Group 2021 - -
    -
    \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/footerbar.html b/public_html/shop.old/tmpl/elements/footerbar.html deleted file mode 100644 index 33de26e..0000000 --- a/public_html/shop.old/tmpl/elements/footerbar.html +++ /dev/null @@ -1,46 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/headmeta.html b/public_html/shop.old/tmpl/elements/headmeta.html deleted file mode 100644 index c890147..0000000 --- a/public_html/shop.old/tmpl/elements/headmeta.html +++ /dev/null @@ -1,35 +0,0 @@ - -{{title}}Qube Group Solutions - Luxembourg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/shopbottombar.html b/public_html/shop.old/tmpl/elements/shopbottombar.html deleted file mode 100644 index 5104ce2..0000000 --- a/public_html/shop.old/tmpl/elements/shopbottombar.html +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/shoptopbar.html b/public_html/shop.old/tmpl/elements/shoptopbar.html deleted file mode 100644 index b00d317..0000000 --- a/public_html/shop.old/tmpl/elements/shoptopbar.html +++ /dev/null @@ -1,10 +0,0 @@ -{% if (session.id_user != '') %} - -{% endif %} diff --git a/public_html/shop.old/tmpl/elements/sidebar.html b/public_html/shop.old/tmpl/elements/sidebar.html deleted file mode 100644 index 37fb015..0000000 --- a/public_html/shop.old/tmpl/elements/sidebar.html +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/elements/toptoolbar.html b/public_html/shop.old/tmpl/elements/toptoolbar.html deleted file mode 100644 index c1bec4e..0000000 --- a/public_html/shop.old/tmpl/elements/toptoolbar.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/public_html/shop.old/tmpl/index.html b/public_html/shop.old/tmpl/index.html deleted file mode 100644 index 0bbab27..0000000 --- a/public_html/shop.old/tmpl/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -{{ include("elements/headmeta.html") }} - - - - - - - - - - - - - - -
    - {{ include(page) }} -
    - {{ include('dialogs/dlgconfirm.html') }} - {{ include('dialogs/dlgmessage.html') }} - {{ include('dialogs/dlgvideo.html') }} - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public_html/shop.old/tmpl/js/catalogs.js b/public_html/shop.old/tmpl/js/catalogs.js deleted file mode 100644 index 0595739..0000000 --- a/public_html/shop.old/tmpl/js/catalogs.js +++ /dev/null @@ -1,5 +0,0 @@ -let catalogs ={ - init: function(){ - - } -} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/js/delivery.js b/public_html/shop.old/tmpl/js/delivery.js deleted file mode 100644 index 5d29465..0000000 --- a/public_html/shop.old/tmpl/js/delivery.js +++ /dev/null @@ -1,5 +0,0 @@ -let delivery ={ - init: function(){ - - } -} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/js/invoices.js b/public_html/shop.old/tmpl/js/invoices.js deleted file mode 100644 index fc50a2c..0000000 --- a/public_html/shop.old/tmpl/js/invoices.js +++ /dev/null @@ -1,5 +0,0 @@ -let invoices ={ - init: function(){ - - } -} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/js/news.js b/public_html/shop.old/tmpl/js/news.js deleted file mode 100644 index 783340a..0000000 --- a/public_html/shop.old/tmpl/js/news.js +++ /dev/null @@ -1,5 +0,0 @@ -let news ={ - init: function(){ - - } -} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/login.html b/public_html/shop.old/tmpl/login.html deleted file mode 100644 index bee0f7b..0000000 --- a/public_html/shop.old/tmpl/login.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - {{ include("elements/headmeta.html") }} - - - - - - {{ include ("elements/toptoolbar.html") }} -
    - -
    - -
    -
    - logo -
    - -
    - {% if page == '/module/login/forgotpassword.html' %} - {{ include('module/login/forgotpassword.html') }} - {% elseif page == '/module/login/newaccount.html' %} - {{ include('module/login/newaccount.html') }} - {% elseif pagename == 'message' %} - {{ include('module/login/message.html') }} - {% else %} - {{ include('module/login/login.html') }} - {% endif %} -
    -
    - -
    - {{ include ("elements/footerbar.html") }} - - -
    - {{ include('elements/footer.html')}} - - - - - - - - - - diff --git a/public_html/shop.old/tmpl/manifest.json b/public_html/shop.old/tmpl/manifest.json deleted file mode 100644 index 0e64e32..0000000 --- a/public_html/shop.old/tmpl/manifest.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Qube Group", - "short_name": "Qube Group", - "theme_color": "#245ba7", - "background_color": "#ffffff", - "display": "minimal-ui", - "Scope": "/", - "start_url": "/", - "icons": [ - { - "src": "{{abspath}}/icon-72x72.png", - "sizes": "72x72", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-96x96.png", - "sizes": "96x96", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-128x128.png", - "sizes": "128x128", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-144x144.png", - "sizes": "144x144", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-150x150.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-152x152.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-384x384.png", - "sizes": "384x384", - "type": "image/png" - }, - { - "src": "{{abspath}}/icon-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "splash_pages": null -} diff --git a/public_html/shop.old/tmpl/module/error.html b/public_html/shop.old/tmpl/module/error.html deleted file mode 100644 index 85eca91..0000000 --- a/public_html/shop.old/tmpl/module/error.html +++ /dev/null @@ -1 +0,0 @@ -{{ include('module/index.html') }} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/index.html b/public_html/shop.old/tmpl/module/index.html deleted file mode 100644 index 6e62d71..0000000 --- a/public_html/shop.old/tmpl/module/index.html +++ /dev/null @@ -1,28 +0,0 @@ -{{ include('elements/toptoolbar.html') }} -{{ include('elements/shoptopbar.html') }} -
    - {{ include('panels/pnl_shop.html')}} -
    - - - - - - - -{{ include('elements/shopbottombar.html') }} -{{ include("elements/footer.html") }} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/login.html b/public_html/shop.old/tmpl/module/login.html deleted file mode 100644 index 85eca91..0000000 --- a/public_html/shop.old/tmpl/module/login.html +++ /dev/null @@ -1 +0,0 @@ -{{ include('module/index.html') }} \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/login/forgotpassword.html b/public_html/shop.old/tmpl/module/login/forgotpassword.html deleted file mode 100644 index 7f3e84f..0000000 --- a/public_html/shop.old/tmpl/module/login/forgotpassword.html +++ /dev/null @@ -1,22 +0,0 @@ -
    -

    {{ lbl.forgotpassword }}

    -
    {{ lbl.asknewpassword }}
    -
    -
    -
    -
    - - - - -
    -
    -
    - -
    -
    - - - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/login/login.html b/public_html/shop.old/tmpl/module/login/login.html deleted file mode 100644 index 85de1aa..0000000 --- a/public_html/shop.old/tmpl/module/login/login.html +++ /dev/null @@ -1,29 +0,0 @@ - -
    -

    {{ lbl.clientaccess }}

    -
    -
    -
    -
    - - -
    -
    - - -
    -
    - -
    - - -
    - -
    -
    -
    - \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/login/message.html b/public_html/shop.old/tmpl/module/login/message.html deleted file mode 100644 index 9443f93..0000000 --- a/public_html/shop.old/tmpl/module/login/message.html +++ /dev/null @@ -1,7 +0,0 @@ -
    {{ message }}
    - -
    - -
    \ No newline at end of file diff --git a/public_html/shop.old/tmpl/module/login/newaccount.html b/public_html/shop.old/tmpl/module/login/newaccount.html deleted file mode 100644 index ab2c0a8..0000000 --- a/public_html/shop.old/tmpl/module/login/newaccount.html +++ /dev/null @@ -1,36 +0,0 @@ -
    -

    {{ lbl.registernewaccount }}

    -
    -
    - -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    -
    -
    {{ lbl.norobot }}
    -
    - -
    - -
    - - -
    - - - - diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css deleted file mode 100644 index 228f23b..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css +++ /dev/null @@ -1,5051 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ -:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #fd7e14; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #0d6efd; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 13, 110, 253; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: var(--bs-font-sans-serif); - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -.container, -.container-fluid, -.container-xxl, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-right: var(--bs-gutter-x, 0.75rem); - padding-left: var(--bs-gutter-x, 0.75rem); - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } -} -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } -} -@media (min-width: 1400px) { - .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1320px; - } -} -.row { - --bs-gutter-x: 1.5rem; - --bs-gutter-y: 0; - display: flex; - flex-wrap: wrap; - margin-top: calc(-1 * var(--bs-gutter-y)); - margin-right: calc(-0.5 * var(--bs-gutter-x)); - margin-left: calc(-0.5 * var(--bs-gutter-x)); -} -.row > * { - box-sizing: border-box; - flex-shrink: 0; - width: 100%; - max-width: 100%; - padding-right: calc(var(--bs-gutter-x) * 0.5); - padding-left: calc(var(--bs-gutter-x) * 0.5); - margin-top: var(--bs-gutter-y); -} - -.col { - flex: 1 0 0%; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.33333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.66666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.33333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.66666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.33333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.66666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.33333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.66666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.33333333%; -} - -.offset-2 { - margin-left: 16.66666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.33333333%; -} - -.offset-5 { - margin-left: 41.66666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.33333333%; -} - -.offset-8 { - margin-left: 66.66666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.33333333%; -} - -.offset-11 { - margin-left: 91.66666667%; -} - -.g-0, -.gx-0 { - --bs-gutter-x: 0; -} - -.g-0, -.gy-0 { - --bs-gutter-y: 0; -} - -.g-1, -.gx-1 { - --bs-gutter-x: 0.25rem; -} - -.g-1, -.gy-1 { - --bs-gutter-y: 0.25rem; -} - -.g-2, -.gx-2 { - --bs-gutter-x: 0.5rem; -} - -.g-2, -.gy-2 { - --bs-gutter-y: 0.5rem; -} - -.g-3, -.gx-3 { - --bs-gutter-x: 1rem; -} - -.g-3, -.gy-3 { - --bs-gutter-y: 1rem; -} - -.g-4, -.gx-4 { - --bs-gutter-x: 1.5rem; -} - -.g-4, -.gy-4 { - --bs-gutter-y: 1.5rem; -} - -.g-5, -.gx-5 { - --bs-gutter-x: 3rem; -} - -.g-5, -.gy-5 { - --bs-gutter-y: 3rem; -} - -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - .col-sm-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-sm-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-sm-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-sm-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-sm-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-sm-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-sm-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-sm-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-sm-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-sm-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-sm-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-sm-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-sm-0 { - margin-left: 0; - } - - .offset-sm-1 { - margin-left: 8.33333333%; - } - - .offset-sm-2 { - margin-left: 16.66666667%; - } - - .offset-sm-3 { - margin-left: 25%; - } - - .offset-sm-4 { - margin-left: 33.33333333%; - } - - .offset-sm-5 { - margin-left: 41.66666667%; - } - - .offset-sm-6 { - margin-left: 50%; - } - - .offset-sm-7 { - margin-left: 58.33333333%; - } - - .offset-sm-8 { - margin-left: 66.66666667%; - } - - .offset-sm-9 { - margin-left: 75%; - } - - .offset-sm-10 { - margin-left: 83.33333333%; - } - - .offset-sm-11 { - margin-left: 91.66666667%; - } - - .g-sm-0, -.gx-sm-0 { - --bs-gutter-x: 0; - } - - .g-sm-0, -.gy-sm-0 { - --bs-gutter-y: 0; - } - - .g-sm-1, -.gx-sm-1 { - --bs-gutter-x: 0.25rem; - } - - .g-sm-1, -.gy-sm-1 { - --bs-gutter-y: 0.25rem; - } - - .g-sm-2, -.gx-sm-2 { - --bs-gutter-x: 0.5rem; - } - - .g-sm-2, -.gy-sm-2 { - --bs-gutter-y: 0.5rem; - } - - .g-sm-3, -.gx-sm-3 { - --bs-gutter-x: 1rem; - } - - .g-sm-3, -.gy-sm-3 { - --bs-gutter-y: 1rem; - } - - .g-sm-4, -.gx-sm-4 { - --bs-gutter-x: 1.5rem; - } - - .g-sm-4, -.gy-sm-4 { - --bs-gutter-y: 1.5rem; - } - - .g-sm-5, -.gx-sm-5 { - --bs-gutter-x: 3rem; - } - - .g-sm-5, -.gy-sm-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - - .col-md-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-md-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-md-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-md-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-md-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-md-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-md-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-md-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-md-0 { - margin-left: 0; - } - - .offset-md-1 { - margin-left: 8.33333333%; - } - - .offset-md-2 { - margin-left: 16.66666667%; - } - - .offset-md-3 { - margin-left: 25%; - } - - .offset-md-4 { - margin-left: 33.33333333%; - } - - .offset-md-5 { - margin-left: 41.66666667%; - } - - .offset-md-6 { - margin-left: 50%; - } - - .offset-md-7 { - margin-left: 58.33333333%; - } - - .offset-md-8 { - margin-left: 66.66666667%; - } - - .offset-md-9 { - margin-left: 75%; - } - - .offset-md-10 { - margin-left: 83.33333333%; - } - - .offset-md-11 { - margin-left: 91.66666667%; - } - - .g-md-0, -.gx-md-0 { - --bs-gutter-x: 0; - } - - .g-md-0, -.gy-md-0 { - --bs-gutter-y: 0; - } - - .g-md-1, -.gx-md-1 { - --bs-gutter-x: 0.25rem; - } - - .g-md-1, -.gy-md-1 { - --bs-gutter-y: 0.25rem; - } - - .g-md-2, -.gx-md-2 { - --bs-gutter-x: 0.5rem; - } - - .g-md-2, -.gy-md-2 { - --bs-gutter-y: 0.5rem; - } - - .g-md-3, -.gx-md-3 { - --bs-gutter-x: 1rem; - } - - .g-md-3, -.gy-md-3 { - --bs-gutter-y: 1rem; - } - - .g-md-4, -.gx-md-4 { - --bs-gutter-x: 1.5rem; - } - - .g-md-4, -.gy-md-4 { - --bs-gutter-y: 1.5rem; - } - - .g-md-5, -.gx-md-5 { - --bs-gutter-x: 3rem; - } - - .g-md-5, -.gy-md-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - .col-lg-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-lg-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-lg-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-lg-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-lg-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-lg-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-lg-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-lg-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-lg-0 { - margin-left: 0; - } - - .offset-lg-1 { - margin-left: 8.33333333%; - } - - .offset-lg-2 { - margin-left: 16.66666667%; - } - - .offset-lg-3 { - margin-left: 25%; - } - - .offset-lg-4 { - margin-left: 33.33333333%; - } - - .offset-lg-5 { - margin-left: 41.66666667%; - } - - .offset-lg-6 { - margin-left: 50%; - } - - .offset-lg-7 { - margin-left: 58.33333333%; - } - - .offset-lg-8 { - margin-left: 66.66666667%; - } - - .offset-lg-9 { - margin-left: 75%; - } - - .offset-lg-10 { - margin-left: 83.33333333%; - } - - .offset-lg-11 { - margin-left: 91.66666667%; - } - - .g-lg-0, -.gx-lg-0 { - --bs-gutter-x: 0; - } - - .g-lg-0, -.gy-lg-0 { - --bs-gutter-y: 0; - } - - .g-lg-1, -.gx-lg-1 { - --bs-gutter-x: 0.25rem; - } - - .g-lg-1, -.gy-lg-1 { - --bs-gutter-y: 0.25rem; - } - - .g-lg-2, -.gx-lg-2 { - --bs-gutter-x: 0.5rem; - } - - .g-lg-2, -.gy-lg-2 { - --bs-gutter-y: 0.5rem; - } - - .g-lg-3, -.gx-lg-3 { - --bs-gutter-x: 1rem; - } - - .g-lg-3, -.gy-lg-3 { - --bs-gutter-y: 1rem; - } - - .g-lg-4, -.gx-lg-4 { - --bs-gutter-x: 1.5rem; - } - - .g-lg-4, -.gy-lg-4 { - --bs-gutter-y: 1.5rem; - } - - .g-lg-5, -.gx-lg-5 { - --bs-gutter-x: 3rem; - } - - .g-lg-5, -.gy-lg-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xl-0 { - margin-left: 0; - } - - .offset-xl-1 { - margin-left: 8.33333333%; - } - - .offset-xl-2 { - margin-left: 16.66666667%; - } - - .offset-xl-3 { - margin-left: 25%; - } - - .offset-xl-4 { - margin-left: 33.33333333%; - } - - .offset-xl-5 { - margin-left: 41.66666667%; - } - - .offset-xl-6 { - margin-left: 50%; - } - - .offset-xl-7 { - margin-left: 58.33333333%; - } - - .offset-xl-8 { - margin-left: 66.66666667%; - } - - .offset-xl-9 { - margin-left: 75%; - } - - .offset-xl-10 { - margin-left: 83.33333333%; - } - - .offset-xl-11 { - margin-left: 91.66666667%; - } - - .g-xl-0, -.gx-xl-0 { - --bs-gutter-x: 0; - } - - .g-xl-0, -.gy-xl-0 { - --bs-gutter-y: 0; - } - - .g-xl-1, -.gx-xl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xl-1, -.gy-xl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xl-2, -.gx-xl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xl-2, -.gy-xl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xl-3, -.gx-xl-3 { - --bs-gutter-x: 1rem; - } - - .g-xl-3, -.gy-xl-3 { - --bs-gutter-y: 1rem; - } - - .g-xl-4, -.gx-xl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xl-4, -.gy-xl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xl-5, -.gx-xl-5 { - --bs-gutter-x: 3rem; - } - - .g-xl-5, -.gy-xl-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xxl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xxl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xxl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xxl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xxl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xxl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xxl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xxl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xxl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xxl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xxl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xxl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xxl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xxl-0 { - margin-left: 0; - } - - .offset-xxl-1 { - margin-left: 8.33333333%; - } - - .offset-xxl-2 { - margin-left: 16.66666667%; - } - - .offset-xxl-3 { - margin-left: 25%; - } - - .offset-xxl-4 { - margin-left: 33.33333333%; - } - - .offset-xxl-5 { - margin-left: 41.66666667%; - } - - .offset-xxl-6 { - margin-left: 50%; - } - - .offset-xxl-7 { - margin-left: 58.33333333%; - } - - .offset-xxl-8 { - margin-left: 66.66666667%; - } - - .offset-xxl-9 { - margin-left: 75%; - } - - .offset-xxl-10 { - margin-left: 83.33333333%; - } - - .offset-xxl-11 { - margin-left: 91.66666667%; - } - - .g-xxl-0, -.gx-xxl-0 { - --bs-gutter-x: 0; - } - - .g-xxl-0, -.gy-xxl-0 { - --bs-gutter-y: 0; - } - - .g-xxl-1, -.gx-xxl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xxl-1, -.gy-xxl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xxl-2, -.gx-xxl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xxl-2, -.gy-xxl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xxl-3, -.gx-xxl-3 { - --bs-gutter-x: 1rem; - } - - .g-xxl-3, -.gy-xxl-3 { - --bs-gutter-y: 1rem; - } - - .g-xxl-4, -.gx-xxl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xxl-4, -.gy-xxl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xxl-5, -.gx-xxl-5 { - --bs-gutter-x: 3rem; - } - - .g-xxl-5, -.gy-xxl-5 { - --bs-gutter-y: 3rem; - } -} -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-grid { - display: grid !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.d-none { - display: none !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.justify-content-evenly { - justify-content: space-evenly !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -.order-first { - order: -1 !important; -} - -.order-0 { - order: 0 !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-last { - order: 6 !important; -} - -.m-0 { - margin: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; -} - -.mx-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; -} - -.mx-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; -} - -.mx-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; -} - -.mx-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; -} - -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.me-0 { - margin-right: 0 !important; -} - -.me-1 { - margin-right: 0.25rem !important; -} - -.me-2 { - margin-right: 0.5rem !important; -} - -.me-3 { - margin-right: 1rem !important; -} - -.me-4 { - margin-right: 1.5rem !important; -} - -.me-5 { - margin-right: 3rem !important; -} - -.me-auto { - margin-right: auto !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ms-0 { - margin-left: 0 !important; -} - -.ms-1 { - margin-left: 0.25rem !important; -} - -.ms-2 { - margin-left: 0.5rem !important; -} - -.ms-3 { - margin-left: 1rem !important; -} - -.ms-4 { - margin-left: 1.5rem !important; -} - -.ms-5 { - margin-left: 3rem !important; -} - -.ms-auto { - margin-left: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pe-0 { - padding-right: 0 !important; -} - -.pe-1 { - padding-right: 0.25rem !important; -} - -.pe-2 { - padding-right: 0.5rem !important; -} - -.pe-3 { - padding-right: 1rem !important; -} - -.pe-4 { - padding-right: 1.5rem !important; -} - -.pe-5 { - padding-right: 3rem !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.ps-0 { - padding-left: 0 !important; -} - -.ps-1 { - padding-left: 0.25rem !important; -} - -.ps-2 { - padding-left: 0.5rem !important; -} - -.ps-3 { - padding-left: 1rem !important; -} - -.ps-4 { - padding-left: 1.5rem !important; -} - -.ps-5 { - padding-left: 3rem !important; -} - -@media (min-width: 576px) { - .d-sm-inline { - display: inline !important; - } - - .d-sm-inline-block { - display: inline-block !important; - } - - .d-sm-block { - display: block !important; - } - - .d-sm-grid { - display: grid !important; - } - - .d-sm-table { - display: table !important; - } - - .d-sm-table-row { - display: table-row !important; - } - - .d-sm-table-cell { - display: table-cell !important; - } - - .d-sm-flex { - display: flex !important; - } - - .d-sm-inline-flex { - display: inline-flex !important; - } - - .d-sm-none { - display: none !important; - } - - .flex-sm-fill { - flex: 1 1 auto !important; - } - - .flex-sm-row { - flex-direction: row !important; - } - - .flex-sm-column { - flex-direction: column !important; - } - - .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-sm-grow-0 { - flex-grow: 0 !important; - } - - .flex-sm-grow-1 { - flex-grow: 1 !important; - } - - .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-sm-wrap { - flex-wrap: wrap !important; - } - - .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-sm-start { - justify-content: flex-start !important; - } - - .justify-content-sm-end { - justify-content: flex-end !important; - } - - .justify-content-sm-center { - justify-content: center !important; - } - - .justify-content-sm-between { - justify-content: space-between !important; - } - - .justify-content-sm-around { - justify-content: space-around !important; - } - - .justify-content-sm-evenly { - justify-content: space-evenly !important; - } - - .align-items-sm-start { - align-items: flex-start !important; - } - - .align-items-sm-end { - align-items: flex-end !important; - } - - .align-items-sm-center { - align-items: center !important; - } - - .align-items-sm-baseline { - align-items: baseline !important; - } - - .align-items-sm-stretch { - align-items: stretch !important; - } - - .align-content-sm-start { - align-content: flex-start !important; - } - - .align-content-sm-end { - align-content: flex-end !important; - } - - .align-content-sm-center { - align-content: center !important; - } - - .align-content-sm-between { - align-content: space-between !important; - } - - .align-content-sm-around { - align-content: space-around !important; - } - - .align-content-sm-stretch { - align-content: stretch !important; - } - - .align-self-sm-auto { - align-self: auto !important; - } - - .align-self-sm-start { - align-self: flex-start !important; - } - - .align-self-sm-end { - align-self: flex-end !important; - } - - .align-self-sm-center { - align-self: center !important; - } - - .align-self-sm-baseline { - align-self: baseline !important; - } - - .align-self-sm-stretch { - align-self: stretch !important; - } - - .order-sm-first { - order: -1 !important; - } - - .order-sm-0 { - order: 0 !important; - } - - .order-sm-1 { - order: 1 !important; - } - - .order-sm-2 { - order: 2 !important; - } - - .order-sm-3 { - order: 3 !important; - } - - .order-sm-4 { - order: 4 !important; - } - - .order-sm-5 { - order: 5 !important; - } - - .order-sm-last { - order: 6 !important; - } - - .m-sm-0 { - margin: 0 !important; - } - - .m-sm-1 { - margin: 0.25rem !important; - } - - .m-sm-2 { - margin: 0.5rem !important; - } - - .m-sm-3 { - margin: 1rem !important; - } - - .m-sm-4 { - margin: 1.5rem !important; - } - - .m-sm-5 { - margin: 3rem !important; - } - - .m-sm-auto { - margin: auto !important; - } - - .mx-sm-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-sm-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-sm-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-sm-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-sm-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-sm-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-sm-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-sm-0 { - margin-top: 0 !important; - } - - .mt-sm-1 { - margin-top: 0.25rem !important; - } - - .mt-sm-2 { - margin-top: 0.5rem !important; - } - - .mt-sm-3 { - margin-top: 1rem !important; - } - - .mt-sm-4 { - margin-top: 1.5rem !important; - } - - .mt-sm-5 { - margin-top: 3rem !important; - } - - .mt-sm-auto { - margin-top: auto !important; - } - - .me-sm-0 { - margin-right: 0 !important; - } - - .me-sm-1 { - margin-right: 0.25rem !important; - } - - .me-sm-2 { - margin-right: 0.5rem !important; - } - - .me-sm-3 { - margin-right: 1rem !important; - } - - .me-sm-4 { - margin-right: 1.5rem !important; - } - - .me-sm-5 { - margin-right: 3rem !important; - } - - .me-sm-auto { - margin-right: auto !important; - } - - .mb-sm-0 { - margin-bottom: 0 !important; - } - - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - .mb-sm-auto { - margin-bottom: auto !important; - } - - .ms-sm-0 { - margin-left: 0 !important; - } - - .ms-sm-1 { - margin-left: 0.25rem !important; - } - - .ms-sm-2 { - margin-left: 0.5rem !important; - } - - .ms-sm-3 { - margin-left: 1rem !important; - } - - .ms-sm-4 { - margin-left: 1.5rem !important; - } - - .ms-sm-5 { - margin-left: 3rem !important; - } - - .ms-sm-auto { - margin-left: auto !important; - } - - .p-sm-0 { - padding: 0 !important; - } - - .p-sm-1 { - padding: 0.25rem !important; - } - - .p-sm-2 { - padding: 0.5rem !important; - } - - .p-sm-3 { - padding: 1rem !important; - } - - .p-sm-4 { - padding: 1.5rem !important; - } - - .p-sm-5 { - padding: 3rem !important; - } - - .px-sm-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-sm-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-sm-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-sm-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-sm-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-sm-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-sm-0 { - padding-top: 0 !important; - } - - .pt-sm-1 { - padding-top: 0.25rem !important; - } - - .pt-sm-2 { - padding-top: 0.5rem !important; - } - - .pt-sm-3 { - padding-top: 1rem !important; - } - - .pt-sm-4 { - padding-top: 1.5rem !important; - } - - .pt-sm-5 { - padding-top: 3rem !important; - } - - .pe-sm-0 { - padding-right: 0 !important; - } - - .pe-sm-1 { - padding-right: 0.25rem !important; - } - - .pe-sm-2 { - padding-right: 0.5rem !important; - } - - .pe-sm-3 { - padding-right: 1rem !important; - } - - .pe-sm-4 { - padding-right: 1.5rem !important; - } - - .pe-sm-5 { - padding-right: 3rem !important; - } - - .pb-sm-0 { - padding-bottom: 0 !important; - } - - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - .ps-sm-0 { - padding-left: 0 !important; - } - - .ps-sm-1 { - padding-left: 0.25rem !important; - } - - .ps-sm-2 { - padding-left: 0.5rem !important; - } - - .ps-sm-3 { - padding-left: 1rem !important; - } - - .ps-sm-4 { - padding-left: 1.5rem !important; - } - - .ps-sm-5 { - padding-left: 3rem !important; - } -} -@media (min-width: 768px) { - .d-md-inline { - display: inline !important; - } - - .d-md-inline-block { - display: inline-block !important; - } - - .d-md-block { - display: block !important; - } - - .d-md-grid { - display: grid !important; - } - - .d-md-table { - display: table !important; - } - - .d-md-table-row { - display: table-row !important; - } - - .d-md-table-cell { - display: table-cell !important; - } - - .d-md-flex { - display: flex !important; - } - - .d-md-inline-flex { - display: inline-flex !important; - } - - .d-md-none { - display: none !important; - } - - .flex-md-fill { - flex: 1 1 auto !important; - } - - .flex-md-row { - flex-direction: row !important; - } - - .flex-md-column { - flex-direction: column !important; - } - - .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-md-grow-0 { - flex-grow: 0 !important; - } - - .flex-md-grow-1 { - flex-grow: 1 !important; - } - - .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-md-wrap { - flex-wrap: wrap !important; - } - - .flex-md-nowrap { - flex-wrap: nowrap !important; - } - - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-md-start { - justify-content: flex-start !important; - } - - .justify-content-md-end { - justify-content: flex-end !important; - } - - .justify-content-md-center { - justify-content: center !important; - } - - .justify-content-md-between { - justify-content: space-between !important; - } - - .justify-content-md-around { - justify-content: space-around !important; - } - - .justify-content-md-evenly { - justify-content: space-evenly !important; - } - - .align-items-md-start { - align-items: flex-start !important; - } - - .align-items-md-end { - align-items: flex-end !important; - } - - .align-items-md-center { - align-items: center !important; - } - - .align-items-md-baseline { - align-items: baseline !important; - } - - .align-items-md-stretch { - align-items: stretch !important; - } - - .align-content-md-start { - align-content: flex-start !important; - } - - .align-content-md-end { - align-content: flex-end !important; - } - - .align-content-md-center { - align-content: center !important; - } - - .align-content-md-between { - align-content: space-between !important; - } - - .align-content-md-around { - align-content: space-around !important; - } - - .align-content-md-stretch { - align-content: stretch !important; - } - - .align-self-md-auto { - align-self: auto !important; - } - - .align-self-md-start { - align-self: flex-start !important; - } - - .align-self-md-end { - align-self: flex-end !important; - } - - .align-self-md-center { - align-self: center !important; - } - - .align-self-md-baseline { - align-self: baseline !important; - } - - .align-self-md-stretch { - align-self: stretch !important; - } - - .order-md-first { - order: -1 !important; - } - - .order-md-0 { - order: 0 !important; - } - - .order-md-1 { - order: 1 !important; - } - - .order-md-2 { - order: 2 !important; - } - - .order-md-3 { - order: 3 !important; - } - - .order-md-4 { - order: 4 !important; - } - - .order-md-5 { - order: 5 !important; - } - - .order-md-last { - order: 6 !important; - } - - .m-md-0 { - margin: 0 !important; - } - - .m-md-1 { - margin: 0.25rem !important; - } - - .m-md-2 { - margin: 0.5rem !important; - } - - .m-md-3 { - margin: 1rem !important; - } - - .m-md-4 { - margin: 1.5rem !important; - } - - .m-md-5 { - margin: 3rem !important; - } - - .m-md-auto { - margin: auto !important; - } - - .mx-md-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-md-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-md-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-md-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-md-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-md-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-md-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-md-0 { - margin-top: 0 !important; - } - - .mt-md-1 { - margin-top: 0.25rem !important; - } - - .mt-md-2 { - margin-top: 0.5rem !important; - } - - .mt-md-3 { - margin-top: 1rem !important; - } - - .mt-md-4 { - margin-top: 1.5rem !important; - } - - .mt-md-5 { - margin-top: 3rem !important; - } - - .mt-md-auto { - margin-top: auto !important; - } - - .me-md-0 { - margin-right: 0 !important; - } - - .me-md-1 { - margin-right: 0.25rem !important; - } - - .me-md-2 { - margin-right: 0.5rem !important; - } - - .me-md-3 { - margin-right: 1rem !important; - } - - .me-md-4 { - margin-right: 1.5rem !important; - } - - .me-md-5 { - margin-right: 3rem !important; - } - - .me-md-auto { - margin-right: auto !important; - } - - .mb-md-0 { - margin-bottom: 0 !important; - } - - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - .mb-md-3 { - margin-bottom: 1rem !important; - } - - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - .mb-md-5 { - margin-bottom: 3rem !important; - } - - .mb-md-auto { - margin-bottom: auto !important; - } - - .ms-md-0 { - margin-left: 0 !important; - } - - .ms-md-1 { - margin-left: 0.25rem !important; - } - - .ms-md-2 { - margin-left: 0.5rem !important; - } - - .ms-md-3 { - margin-left: 1rem !important; - } - - .ms-md-4 { - margin-left: 1.5rem !important; - } - - .ms-md-5 { - margin-left: 3rem !important; - } - - .ms-md-auto { - margin-left: auto !important; - } - - .p-md-0 { - padding: 0 !important; - } - - .p-md-1 { - padding: 0.25rem !important; - } - - .p-md-2 { - padding: 0.5rem !important; - } - - .p-md-3 { - padding: 1rem !important; - } - - .p-md-4 { - padding: 1.5rem !important; - } - - .p-md-5 { - padding: 3rem !important; - } - - .px-md-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-md-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-md-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-md-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-md-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-md-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-md-0 { - padding-top: 0 !important; - } - - .pt-md-1 { - padding-top: 0.25rem !important; - } - - .pt-md-2 { - padding-top: 0.5rem !important; - } - - .pt-md-3 { - padding-top: 1rem !important; - } - - .pt-md-4 { - padding-top: 1.5rem !important; - } - - .pt-md-5 { - padding-top: 3rem !important; - } - - .pe-md-0 { - padding-right: 0 !important; - } - - .pe-md-1 { - padding-right: 0.25rem !important; - } - - .pe-md-2 { - padding-right: 0.5rem !important; - } - - .pe-md-3 { - padding-right: 1rem !important; - } - - .pe-md-4 { - padding-right: 1.5rem !important; - } - - .pe-md-5 { - padding-right: 3rem !important; - } - - .pb-md-0 { - padding-bottom: 0 !important; - } - - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - .pb-md-3 { - padding-bottom: 1rem !important; - } - - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - .pb-md-5 { - padding-bottom: 3rem !important; - } - - .ps-md-0 { - padding-left: 0 !important; - } - - .ps-md-1 { - padding-left: 0.25rem !important; - } - - .ps-md-2 { - padding-left: 0.5rem !important; - } - - .ps-md-3 { - padding-left: 1rem !important; - } - - .ps-md-4 { - padding-left: 1.5rem !important; - } - - .ps-md-5 { - padding-left: 3rem !important; - } -} -@media (min-width: 992px) { - .d-lg-inline { - display: inline !important; - } - - .d-lg-inline-block { - display: inline-block !important; - } - - .d-lg-block { - display: block !important; - } - - .d-lg-grid { - display: grid !important; - } - - .d-lg-table { - display: table !important; - } - - .d-lg-table-row { - display: table-row !important; - } - - .d-lg-table-cell { - display: table-cell !important; - } - - .d-lg-flex { - display: flex !important; - } - - .d-lg-inline-flex { - display: inline-flex !important; - } - - .d-lg-none { - display: none !important; - } - - .flex-lg-fill { - flex: 1 1 auto !important; - } - - .flex-lg-row { - flex-direction: row !important; - } - - .flex-lg-column { - flex-direction: column !important; - } - - .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-lg-grow-0 { - flex-grow: 0 !important; - } - - .flex-lg-grow-1 { - flex-grow: 1 !important; - } - - .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-lg-wrap { - flex-wrap: wrap !important; - } - - .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-lg-start { - justify-content: flex-start !important; - } - - .justify-content-lg-end { - justify-content: flex-end !important; - } - - .justify-content-lg-center { - justify-content: center !important; - } - - .justify-content-lg-between { - justify-content: space-between !important; - } - - .justify-content-lg-around { - justify-content: space-around !important; - } - - .justify-content-lg-evenly { - justify-content: space-evenly !important; - } - - .align-items-lg-start { - align-items: flex-start !important; - } - - .align-items-lg-end { - align-items: flex-end !important; - } - - .align-items-lg-center { - align-items: center !important; - } - - .align-items-lg-baseline { - align-items: baseline !important; - } - - .align-items-lg-stretch { - align-items: stretch !important; - } - - .align-content-lg-start { - align-content: flex-start !important; - } - - .align-content-lg-end { - align-content: flex-end !important; - } - - .align-content-lg-center { - align-content: center !important; - } - - .align-content-lg-between { - align-content: space-between !important; - } - - .align-content-lg-around { - align-content: space-around !important; - } - - .align-content-lg-stretch { - align-content: stretch !important; - } - - .align-self-lg-auto { - align-self: auto !important; - } - - .align-self-lg-start { - align-self: flex-start !important; - } - - .align-self-lg-end { - align-self: flex-end !important; - } - - .align-self-lg-center { - align-self: center !important; - } - - .align-self-lg-baseline { - align-self: baseline !important; - } - - .align-self-lg-stretch { - align-self: stretch !important; - } - - .order-lg-first { - order: -1 !important; - } - - .order-lg-0 { - order: 0 !important; - } - - .order-lg-1 { - order: 1 !important; - } - - .order-lg-2 { - order: 2 !important; - } - - .order-lg-3 { - order: 3 !important; - } - - .order-lg-4 { - order: 4 !important; - } - - .order-lg-5 { - order: 5 !important; - } - - .order-lg-last { - order: 6 !important; - } - - .m-lg-0 { - margin: 0 !important; - } - - .m-lg-1 { - margin: 0.25rem !important; - } - - .m-lg-2 { - margin: 0.5rem !important; - } - - .m-lg-3 { - margin: 1rem !important; - } - - .m-lg-4 { - margin: 1.5rem !important; - } - - .m-lg-5 { - margin: 3rem !important; - } - - .m-lg-auto { - margin: auto !important; - } - - .mx-lg-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-lg-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-lg-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-lg-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-lg-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-lg-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-lg-0 { - margin-top: 0 !important; - } - - .mt-lg-1 { - margin-top: 0.25rem !important; - } - - .mt-lg-2 { - margin-top: 0.5rem !important; - } - - .mt-lg-3 { - margin-top: 1rem !important; - } - - .mt-lg-4 { - margin-top: 1.5rem !important; - } - - .mt-lg-5 { - margin-top: 3rem !important; - } - - .mt-lg-auto { - margin-top: auto !important; - } - - .me-lg-0 { - margin-right: 0 !important; - } - - .me-lg-1 { - margin-right: 0.25rem !important; - } - - .me-lg-2 { - margin-right: 0.5rem !important; - } - - .me-lg-3 { - margin-right: 1rem !important; - } - - .me-lg-4 { - margin-right: 1.5rem !important; - } - - .me-lg-5 { - margin-right: 3rem !important; - } - - .me-lg-auto { - margin-right: auto !important; - } - - .mb-lg-0 { - margin-bottom: 0 !important; - } - - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - .mb-lg-auto { - margin-bottom: auto !important; - } - - .ms-lg-0 { - margin-left: 0 !important; - } - - .ms-lg-1 { - margin-left: 0.25rem !important; - } - - .ms-lg-2 { - margin-left: 0.5rem !important; - } - - .ms-lg-3 { - margin-left: 1rem !important; - } - - .ms-lg-4 { - margin-left: 1.5rem !important; - } - - .ms-lg-5 { - margin-left: 3rem !important; - } - - .ms-lg-auto { - margin-left: auto !important; - } - - .p-lg-0 { - padding: 0 !important; - } - - .p-lg-1 { - padding: 0.25rem !important; - } - - .p-lg-2 { - padding: 0.5rem !important; - } - - .p-lg-3 { - padding: 1rem !important; - } - - .p-lg-4 { - padding: 1.5rem !important; - } - - .p-lg-5 { - padding: 3rem !important; - } - - .px-lg-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-lg-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-lg-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-lg-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-lg-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-lg-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-lg-0 { - padding-top: 0 !important; - } - - .pt-lg-1 { - padding-top: 0.25rem !important; - } - - .pt-lg-2 { - padding-top: 0.5rem !important; - } - - .pt-lg-3 { - padding-top: 1rem !important; - } - - .pt-lg-4 { - padding-top: 1.5rem !important; - } - - .pt-lg-5 { - padding-top: 3rem !important; - } - - .pe-lg-0 { - padding-right: 0 !important; - } - - .pe-lg-1 { - padding-right: 0.25rem !important; - } - - .pe-lg-2 { - padding-right: 0.5rem !important; - } - - .pe-lg-3 { - padding-right: 1rem !important; - } - - .pe-lg-4 { - padding-right: 1.5rem !important; - } - - .pe-lg-5 { - padding-right: 3rem !important; - } - - .pb-lg-0 { - padding-bottom: 0 !important; - } - - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - .ps-lg-0 { - padding-left: 0 !important; - } - - .ps-lg-1 { - padding-left: 0.25rem !important; - } - - .ps-lg-2 { - padding-left: 0.5rem !important; - } - - .ps-lg-3 { - padding-left: 1rem !important; - } - - .ps-lg-4 { - padding-left: 1.5rem !important; - } - - .ps-lg-5 { - padding-left: 3rem !important; - } -} -@media (min-width: 1200px) { - .d-xl-inline { - display: inline !important; - } - - .d-xl-inline-block { - display: inline-block !important; - } - - .d-xl-block { - display: block !important; - } - - .d-xl-grid { - display: grid !important; - } - - .d-xl-table { - display: table !important; - } - - .d-xl-table-row { - display: table-row !important; - } - - .d-xl-table-cell { - display: table-cell !important; - } - - .d-xl-flex { - display: flex !important; - } - - .d-xl-inline-flex { - display: inline-flex !important; - } - - .d-xl-none { - display: none !important; - } - - .flex-xl-fill { - flex: 1 1 auto !important; - } - - .flex-xl-row { - flex-direction: row !important; - } - - .flex-xl-column { - flex-direction: column !important; - } - - .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xl-wrap { - flex-wrap: wrap !important; - } - - .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-xl-start { - justify-content: flex-start !important; - } - - .justify-content-xl-end { - justify-content: flex-end !important; - } - - .justify-content-xl-center { - justify-content: center !important; - } - - .justify-content-xl-between { - justify-content: space-between !important; - } - - .justify-content-xl-around { - justify-content: space-around !important; - } - - .justify-content-xl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xl-start { - align-items: flex-start !important; - } - - .align-items-xl-end { - align-items: flex-end !important; - } - - .align-items-xl-center { - align-items: center !important; - } - - .align-items-xl-baseline { - align-items: baseline !important; - } - - .align-items-xl-stretch { - align-items: stretch !important; - } - - .align-content-xl-start { - align-content: flex-start !important; - } - - .align-content-xl-end { - align-content: flex-end !important; - } - - .align-content-xl-center { - align-content: center !important; - } - - .align-content-xl-between { - align-content: space-between !important; - } - - .align-content-xl-around { - align-content: space-around !important; - } - - .align-content-xl-stretch { - align-content: stretch !important; - } - - .align-self-xl-auto { - align-self: auto !important; - } - - .align-self-xl-start { - align-self: flex-start !important; - } - - .align-self-xl-end { - align-self: flex-end !important; - } - - .align-self-xl-center { - align-self: center !important; - } - - .align-self-xl-baseline { - align-self: baseline !important; - } - - .align-self-xl-stretch { - align-self: stretch !important; - } - - .order-xl-first { - order: -1 !important; - } - - .order-xl-0 { - order: 0 !important; - } - - .order-xl-1 { - order: 1 !important; - } - - .order-xl-2 { - order: 2 !important; - } - - .order-xl-3 { - order: 3 !important; - } - - .order-xl-4 { - order: 4 !important; - } - - .order-xl-5 { - order: 5 !important; - } - - .order-xl-last { - order: 6 !important; - } - - .m-xl-0 { - margin: 0 !important; - } - - .m-xl-1 { - margin: 0.25rem !important; - } - - .m-xl-2 { - margin: 0.5rem !important; - } - - .m-xl-3 { - margin: 1rem !important; - } - - .m-xl-4 { - margin: 1.5rem !important; - } - - .m-xl-5 { - margin: 3rem !important; - } - - .m-xl-auto { - margin: auto !important; - } - - .mx-xl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xl-0 { - margin-top: 0 !important; - } - - .mt-xl-1 { - margin-top: 0.25rem !important; - } - - .mt-xl-2 { - margin-top: 0.5rem !important; - } - - .mt-xl-3 { - margin-top: 1rem !important; - } - - .mt-xl-4 { - margin-top: 1.5rem !important; - } - - .mt-xl-5 { - margin-top: 3rem !important; - } - - .mt-xl-auto { - margin-top: auto !important; - } - - .me-xl-0 { - margin-right: 0 !important; - } - - .me-xl-1 { - margin-right: 0.25rem !important; - } - - .me-xl-2 { - margin-right: 0.5rem !important; - } - - .me-xl-3 { - margin-right: 1rem !important; - } - - .me-xl-4 { - margin-right: 1.5rem !important; - } - - .me-xl-5 { - margin-right: 3rem !important; - } - - .me-xl-auto { - margin-right: auto !important; - } - - .mb-xl-0 { - margin-bottom: 0 !important; - } - - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xl-5 { - margin-bottom: 3rem !important; - } - - .mb-xl-auto { - margin-bottom: auto !important; - } - - .ms-xl-0 { - margin-left: 0 !important; - } - - .ms-xl-1 { - margin-left: 0.25rem !important; - } - - .ms-xl-2 { - margin-left: 0.5rem !important; - } - - .ms-xl-3 { - margin-left: 1rem !important; - } - - .ms-xl-4 { - margin-left: 1.5rem !important; - } - - .ms-xl-5 { - margin-left: 3rem !important; - } - - .ms-xl-auto { - margin-left: auto !important; - } - - .p-xl-0 { - padding: 0 !important; - } - - .p-xl-1 { - padding: 0.25rem !important; - } - - .p-xl-2 { - padding: 0.5rem !important; - } - - .p-xl-3 { - padding: 1rem !important; - } - - .p-xl-4 { - padding: 1.5rem !important; - } - - .p-xl-5 { - padding: 3rem !important; - } - - .px-xl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xl-0 { - padding-top: 0 !important; - } - - .pt-xl-1 { - padding-top: 0.25rem !important; - } - - .pt-xl-2 { - padding-top: 0.5rem !important; - } - - .pt-xl-3 { - padding-top: 1rem !important; - } - - .pt-xl-4 { - padding-top: 1.5rem !important; - } - - .pt-xl-5 { - padding-top: 3rem !important; - } - - .pe-xl-0 { - padding-right: 0 !important; - } - - .pe-xl-1 { - padding-right: 0.25rem !important; - } - - .pe-xl-2 { - padding-right: 0.5rem !important; - } - - .pe-xl-3 { - padding-right: 1rem !important; - } - - .pe-xl-4 { - padding-right: 1.5rem !important; - } - - .pe-xl-5 { - padding-right: 3rem !important; - } - - .pb-xl-0 { - padding-bottom: 0 !important; - } - - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - .ps-xl-0 { - padding-left: 0 !important; - } - - .ps-xl-1 { - padding-left: 0.25rem !important; - } - - .ps-xl-2 { - padding-left: 0.5rem !important; - } - - .ps-xl-3 { - padding-left: 1rem !important; - } - - .ps-xl-4 { - padding-left: 1.5rem !important; - } - - .ps-xl-5 { - padding-left: 3rem !important; - } -} -@media (min-width: 1400px) { - .d-xxl-inline { - display: inline !important; - } - - .d-xxl-inline-block { - display: inline-block !important; - } - - .d-xxl-block { - display: block !important; - } - - .d-xxl-grid { - display: grid !important; - } - - .d-xxl-table { - display: table !important; - } - - .d-xxl-table-row { - display: table-row !important; - } - - .d-xxl-table-cell { - display: table-cell !important; - } - - .d-xxl-flex { - display: flex !important; - } - - .d-xxl-inline-flex { - display: inline-flex !important; - } - - .d-xxl-none { - display: none !important; - } - - .flex-xxl-fill { - flex: 1 1 auto !important; - } - - .flex-xxl-row { - flex-direction: row !important; - } - - .flex-xxl-column { - flex-direction: column !important; - } - - .flex-xxl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xxl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xxl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xxl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xxl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xxl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xxl-wrap { - flex-wrap: wrap !important; - } - - .flex-xxl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xxl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-xxl-start { - justify-content: flex-start !important; - } - - .justify-content-xxl-end { - justify-content: flex-end !important; - } - - .justify-content-xxl-center { - justify-content: center !important; - } - - .justify-content-xxl-between { - justify-content: space-between !important; - } - - .justify-content-xxl-around { - justify-content: space-around !important; - } - - .justify-content-xxl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xxl-start { - align-items: flex-start !important; - } - - .align-items-xxl-end { - align-items: flex-end !important; - } - - .align-items-xxl-center { - align-items: center !important; - } - - .align-items-xxl-baseline { - align-items: baseline !important; - } - - .align-items-xxl-stretch { - align-items: stretch !important; - } - - .align-content-xxl-start { - align-content: flex-start !important; - } - - .align-content-xxl-end { - align-content: flex-end !important; - } - - .align-content-xxl-center { - align-content: center !important; - } - - .align-content-xxl-between { - align-content: space-between !important; - } - - .align-content-xxl-around { - align-content: space-around !important; - } - - .align-content-xxl-stretch { - align-content: stretch !important; - } - - .align-self-xxl-auto { - align-self: auto !important; - } - - .align-self-xxl-start { - align-self: flex-start !important; - } - - .align-self-xxl-end { - align-self: flex-end !important; - } - - .align-self-xxl-center { - align-self: center !important; - } - - .align-self-xxl-baseline { - align-self: baseline !important; - } - - .align-self-xxl-stretch { - align-self: stretch !important; - } - - .order-xxl-first { - order: -1 !important; - } - - .order-xxl-0 { - order: 0 !important; - } - - .order-xxl-1 { - order: 1 !important; - } - - .order-xxl-2 { - order: 2 !important; - } - - .order-xxl-3 { - order: 3 !important; - } - - .order-xxl-4 { - order: 4 !important; - } - - .order-xxl-5 { - order: 5 !important; - } - - .order-xxl-last { - order: 6 !important; - } - - .m-xxl-0 { - margin: 0 !important; - } - - .m-xxl-1 { - margin: 0.25rem !important; - } - - .m-xxl-2 { - margin: 0.5rem !important; - } - - .m-xxl-3 { - margin: 1rem !important; - } - - .m-xxl-4 { - margin: 1.5rem !important; - } - - .m-xxl-5 { - margin: 3rem !important; - } - - .m-xxl-auto { - margin: auto !important; - } - - .mx-xxl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xxl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xxl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xxl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xxl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xxl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xxl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xxl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xxl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xxl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xxl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xxl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xxl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xxl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xxl-0 { - margin-top: 0 !important; - } - - .mt-xxl-1 { - margin-top: 0.25rem !important; - } - - .mt-xxl-2 { - margin-top: 0.5rem !important; - } - - .mt-xxl-3 { - margin-top: 1rem !important; - } - - .mt-xxl-4 { - margin-top: 1.5rem !important; - } - - .mt-xxl-5 { - margin-top: 3rem !important; - } - - .mt-xxl-auto { - margin-top: auto !important; - } - - .me-xxl-0 { - margin-right: 0 !important; - } - - .me-xxl-1 { - margin-right: 0.25rem !important; - } - - .me-xxl-2 { - margin-right: 0.5rem !important; - } - - .me-xxl-3 { - margin-right: 1rem !important; - } - - .me-xxl-4 { - margin-right: 1.5rem !important; - } - - .me-xxl-5 { - margin-right: 3rem !important; - } - - .me-xxl-auto { - margin-right: auto !important; - } - - .mb-xxl-0 { - margin-bottom: 0 !important; - } - - .mb-xxl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xxl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xxl-3 { - margin-bottom: 1rem !important; - } - - .mb-xxl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xxl-5 { - margin-bottom: 3rem !important; - } - - .mb-xxl-auto { - margin-bottom: auto !important; - } - - .ms-xxl-0 { - margin-left: 0 !important; - } - - .ms-xxl-1 { - margin-left: 0.25rem !important; - } - - .ms-xxl-2 { - margin-left: 0.5rem !important; - } - - .ms-xxl-3 { - margin-left: 1rem !important; - } - - .ms-xxl-4 { - margin-left: 1.5rem !important; - } - - .ms-xxl-5 { - margin-left: 3rem !important; - } - - .ms-xxl-auto { - margin-left: auto !important; - } - - .p-xxl-0 { - padding: 0 !important; - } - - .p-xxl-1 { - padding: 0.25rem !important; - } - - .p-xxl-2 { - padding: 0.5rem !important; - } - - .p-xxl-3 { - padding: 1rem !important; - } - - .p-xxl-4 { - padding: 1.5rem !important; - } - - .p-xxl-5 { - padding: 3rem !important; - } - - .px-xxl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xxl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xxl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xxl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xxl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xxl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xxl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xxl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xxl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xxl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xxl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xxl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xxl-0 { - padding-top: 0 !important; - } - - .pt-xxl-1 { - padding-top: 0.25rem !important; - } - - .pt-xxl-2 { - padding-top: 0.5rem !important; - } - - .pt-xxl-3 { - padding-top: 1rem !important; - } - - .pt-xxl-4 { - padding-top: 1.5rem !important; - } - - .pt-xxl-5 { - padding-top: 3rem !important; - } - - .pe-xxl-0 { - padding-right: 0 !important; - } - - .pe-xxl-1 { - padding-right: 0.25rem !important; - } - - .pe-xxl-2 { - padding-right: 0.5rem !important; - } - - .pe-xxl-3 { - padding-right: 1rem !important; - } - - .pe-xxl-4 { - padding-right: 1.5rem !important; - } - - .pe-xxl-5 { - padding-right: 3rem !important; - } - - .pb-xxl-0 { - padding-bottom: 0 !important; - } - - .pb-xxl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xxl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xxl-3 { - padding-bottom: 1rem !important; - } - - .pb-xxl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xxl-5 { - padding-bottom: 3rem !important; - } - - .ps-xxl-0 { - padding-left: 0 !important; - } - - .ps-xxl-1 { - padding-left: 0.25rem !important; - } - - .ps-xxl-2 { - padding-left: 0.5rem !important; - } - - .ps-xxl-3 { - padding-left: 1rem !important; - } - - .ps-xxl-4 { - padding-left: 1.5rem !important; - } - - .ps-xxl-5 { - padding-left: 3rem !important; - } -} -@media print { - .d-print-inline { - display: inline !important; - } - - .d-print-inline-block { - display: inline-block !important; - } - - .d-print-block { - display: block !important; - } - - .d-print-grid { - display: grid !important; - } - - .d-print-table { - display: table !important; - } - - .d-print-table-row { - display: table-row !important; - } - - .d-print-table-cell { - display: table-cell !important; - } - - .d-print-flex { - display: flex !important; - } - - .d-print-inline-flex { - display: inline-flex !important; - } - - .d-print-none { - display: none !important; - } -} - -/*# sourceMappingURL=bootstrap-grid.css.map */ \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css.map b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css.map deleted file mode 100644 index 6bcd85c..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;EAAA;ACAA;EAQI,kBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAAA,kBAAA;EAAA,gBAAA;EAAA,kBAAA;EAAA,uBAAA;EAIA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAIA,qBAAA;EAAA,uBAAA;EAAA,qBAAA;EAAA,kBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAIA,8BAAA;EAAA,iCAAA;EAAA,6BAAA;EAAA,2BAAA;EAAA,6BAAA;EAAA,4BAAA;EAAA,6BAAA;EAAA,yBAAA;EAGF,6BAAA;EACA,uBAAA;EACA,+BAAA;EACA,+BAAA;EAMA,qNAAA;EACA,yGAAA;EACA,yFAAA;EAQA,gDAAA;EACA,yBAAA;EACA,0BAAA;EACA,0BAAA;EACA,wBAAA;EAIA,kBAAA;ACQF;;ACpDE;;;;;;;ECHA,WAAA;EACA,0CAAA;EACA,yCAAA;EACA,kBAAA;EACA,iBAAA;AFiEF;;AGTI;EF5CE;IACE,gBGide;EJxZrB;AACF;AGfI;EF5CE;IACE,gBGide;EJnZrB;AACF;AGpBI;EF5CE;IACE,gBGide;EJ9YrB;AACF;AGzBI;EF5CE;IACE,iBGide;EJzYrB;AACF;AG9BI;EF5CE;IACE,iBGide;EJpYrB;AACF;AK7FE;ECAA,qBAAA;EACA,gBAAA;EACA,aAAA;EACA,eAAA;EAEA,yCAAA;EACA,6CAAA;EACA,4CAAA;AN+FF;AKnGI;ECSF,sBAAA;EAIA,cAAA;EACA,WAAA;EACA,eAAA;EACA,6CAAA;EACA,4CAAA;EACA,8BAAA;AN0FF;;AM3CM;EACE,YAAA;AN8CR;;AM3CM;EApCJ,cAAA;EACA,WAAA;ANmFF;;AMrEE;EACE,cAAA;EACA,WAAA;ANwEJ;;AM1EE;EACE,cAAA;EACA,UAAA;AN6EJ;;AM/EE;EACE,cAAA;EACA,qBAAA;ANkFJ;;AMpFE;EACE,cAAA;EACA,UAAA;ANuFJ;;AMzFE;EACE,cAAA;EACA,UAAA;AN4FJ;;AM9FE;EACE,cAAA;EACA,qBAAA;ANiGJ;;AMlEM;EAhDJ,cAAA;EACA,WAAA;ANsHF;;AMjEU;EAhEN,cAAA;EACA,kBAAA;ANqIJ;;AMtEU;EAhEN,cAAA;EACA,mBAAA;AN0IJ;;AM3EU;EAhEN,cAAA;EACA,UAAA;AN+IJ;;AMhFU;EAhEN,cAAA;EACA,mBAAA;ANoJJ;;AMrFU;EAhEN,cAAA;EACA,mBAAA;ANyJJ;;AM1FU;EAhEN,cAAA;EACA,UAAA;AN8JJ;;AM/FU;EAhEN,cAAA;EACA,mBAAA;ANmKJ;;AMpGU;EAhEN,cAAA;EACA,mBAAA;ANwKJ;;AMzGU;EAhEN,cAAA;EACA,UAAA;AN6KJ;;AM9GU;EAhEN,cAAA;EACA,mBAAA;ANkLJ;;AMnHU;EAhEN,cAAA;EACA,mBAAA;ANuLJ;;AMxHU;EAhEN,cAAA;EACA,WAAA;AN4LJ;;AMrHY;EAxDV,wBAAA;ANiLF;;AMzHY;EAxDV,yBAAA;ANqLF;;AM7HY;EAxDV,gBAAA;ANyLF;;AMjIY;EAxDV,yBAAA;AN6LF;;AMrIY;EAxDV,yBAAA;ANiMF;;AMzIY;EAxDV,gBAAA;ANqMF;;AM7IY;EAxDV,yBAAA;ANyMF;;AMjJY;EAxDV,yBAAA;AN6MF;;AMrJY;EAxDV,gBAAA;ANiNF;;AMzJY;EAxDV,yBAAA;ANqNF;;AM7JY;EAxDV,yBAAA;ANyNF;;AMtJQ;;EAEE,gBAAA;ANyJV;;AMtJQ;;EAEE,gBAAA;ANyJV;;AMhKQ;;EAEE,sBAAA;ANmKV;;AMhKQ;;EAEE,sBAAA;ANmKV;;AM1KQ;;EAEE,qBAAA;AN6KV;;AM1KQ;;EAEE,qBAAA;AN6KV;;AMpLQ;;EAEE,mBAAA;ANuLV;;AMpLQ;;EAEE,mBAAA;ANuLV;;AM9LQ;;EAEE,qBAAA;ANiMV;;AM9LQ;;EAEE,qBAAA;ANiMV;;AMxMQ;;EAEE,mBAAA;AN2MV;;AMxMQ;;EAEE,mBAAA;AN2MV;;AGrQI;EGUE;IACE,YAAA;EN+PN;;EM5PI;IApCJ,cAAA;IACA,WAAA;ENoSA;;EMtRA;IACE,cAAA;IACA,WAAA;ENyRF;;EM3RA;IACE,cAAA;IACA,UAAA;EN8RF;;EMhSA;IACE,cAAA;IACA,qBAAA;ENmSF;;EMrSA;IACE,cAAA;IACA,UAAA;ENwSF;;EM1SA;IACE,cAAA;IACA,UAAA;EN6SF;;EM/SA;IACE,cAAA;IACA,qBAAA;ENkTF;;EMnRI;IAhDJ,cAAA;IACA,WAAA;ENuUA;;EMlRQ;IAhEN,cAAA;IACA,kBAAA;ENsVF;;EMvRQ;IAhEN,cAAA;IACA,mBAAA;EN2VF;;EM5RQ;IAhEN,cAAA;IACA,UAAA;ENgWF;;EMjSQ;IAhEN,cAAA;IACA,mBAAA;ENqWF;;EMtSQ;IAhEN,cAAA;IACA,mBAAA;EN0WF;;EM3SQ;IAhEN,cAAA;IACA,UAAA;EN+WF;;EMhTQ;IAhEN,cAAA;IACA,mBAAA;ENoXF;;EMrTQ;IAhEN,cAAA;IACA,mBAAA;ENyXF;;EM1TQ;IAhEN,cAAA;IACA,UAAA;EN8XF;;EM/TQ;IAhEN,cAAA;IACA,mBAAA;ENmYF;;EMpUQ;IAhEN,cAAA;IACA,mBAAA;ENwYF;;EMzUQ;IAhEN,cAAA;IACA,WAAA;EN6YF;;EMtUU;IAxDV,cAAA;ENkYA;;EM1UU;IAxDV,wBAAA;ENsYA;;EM9UU;IAxDV,yBAAA;EN0YA;;EMlVU;IAxDV,gBAAA;EN8YA;;EMtVU;IAxDV,yBAAA;ENkZA;;EM1VU;IAxDV,yBAAA;ENsZA;;EM9VU;IAxDV,gBAAA;EN0ZA;;EMlWU;IAxDV,yBAAA;EN8ZA;;EMtWU;IAxDV,yBAAA;ENkaA;;EM1WU;IAxDV,gBAAA;ENsaA;;EM9WU;IAxDV,yBAAA;EN0aA;;EMlXU;IAxDV,yBAAA;EN8aA;;EM3WM;;IAEE,gBAAA;EN8WR;;EM3WM;;IAEE,gBAAA;EN8WR;;EMrXM;;IAEE,sBAAA;ENwXR;;EMrXM;;IAEE,sBAAA;ENwXR;;EM/XM;;IAEE,qBAAA;ENkYR;;EM/XM;;IAEE,qBAAA;ENkYR;;EMzYM;;IAEE,mBAAA;EN4YR;;EMzYM;;IAEE,mBAAA;EN4YR;;EMnZM;;IAEE,qBAAA;ENsZR;;EMnZM;;IAEE,qBAAA;ENsZR;;EM7ZM;;IAEE,mBAAA;ENgaR;;EM7ZM;;IAEE,mBAAA;ENgaR;AACF;AG3dI;EGUE;IACE,YAAA;ENodN;;EMjdI;IApCJ,cAAA;IACA,WAAA;ENyfA;;EM3eA;IACE,cAAA;IACA,WAAA;EN8eF;;EMhfA;IACE,cAAA;IACA,UAAA;ENmfF;;EMrfA;IACE,cAAA;IACA,qBAAA;ENwfF;;EM1fA;IACE,cAAA;IACA,UAAA;EN6fF;;EM/fA;IACE,cAAA;IACA,UAAA;ENkgBF;;EMpgBA;IACE,cAAA;IACA,qBAAA;ENugBF;;EMxeI;IAhDJ,cAAA;IACA,WAAA;EN4hBA;;EMveQ;IAhEN,cAAA;IACA,kBAAA;EN2iBF;;EM5eQ;IAhEN,cAAA;IACA,mBAAA;ENgjBF;;EMjfQ;IAhEN,cAAA;IACA,UAAA;ENqjBF;;EMtfQ;IAhEN,cAAA;IACA,mBAAA;EN0jBF;;EM3fQ;IAhEN,cAAA;IACA,mBAAA;EN+jBF;;EMhgBQ;IAhEN,cAAA;IACA,UAAA;ENokBF;;EMrgBQ;IAhEN,cAAA;IACA,mBAAA;ENykBF;;EM1gBQ;IAhEN,cAAA;IACA,mBAAA;EN8kBF;;EM/gBQ;IAhEN,cAAA;IACA,UAAA;ENmlBF;;EMphBQ;IAhEN,cAAA;IACA,mBAAA;ENwlBF;;EMzhBQ;IAhEN,cAAA;IACA,mBAAA;EN6lBF;;EM9hBQ;IAhEN,cAAA;IACA,WAAA;ENkmBF;;EM3hBU;IAxDV,cAAA;ENulBA;;EM/hBU;IAxDV,wBAAA;EN2lBA;;EMniBU;IAxDV,yBAAA;EN+lBA;;EMviBU;IAxDV,gBAAA;ENmmBA;;EM3iBU;IAxDV,yBAAA;ENumBA;;EM/iBU;IAxDV,yBAAA;EN2mBA;;EMnjBU;IAxDV,gBAAA;EN+mBA;;EMvjBU;IAxDV,yBAAA;ENmnBA;;EM3jBU;IAxDV,yBAAA;ENunBA;;EM/jBU;IAxDV,gBAAA;EN2nBA;;EMnkBU;IAxDV,yBAAA;EN+nBA;;EMvkBU;IAxDV,yBAAA;ENmoBA;;EMhkBM;;IAEE,gBAAA;ENmkBR;;EMhkBM;;IAEE,gBAAA;ENmkBR;;EM1kBM;;IAEE,sBAAA;EN6kBR;;EM1kBM;;IAEE,sBAAA;EN6kBR;;EMplBM;;IAEE,qBAAA;ENulBR;;EMplBM;;IAEE,qBAAA;ENulBR;;EM9lBM;;IAEE,mBAAA;ENimBR;;EM9lBM;;IAEE,mBAAA;ENimBR;;EMxmBM;;IAEE,qBAAA;EN2mBR;;EMxmBM;;IAEE,qBAAA;EN2mBR;;EMlnBM;;IAEE,mBAAA;ENqnBR;;EMlnBM;;IAEE,mBAAA;ENqnBR;AACF;AGhrBI;EGUE;IACE,YAAA;ENyqBN;;EMtqBI;IApCJ,cAAA;IACA,WAAA;EN8sBA;;EMhsBA;IACE,cAAA;IACA,WAAA;ENmsBF;;EMrsBA;IACE,cAAA;IACA,UAAA;ENwsBF;;EM1sBA;IACE,cAAA;IACA,qBAAA;EN6sBF;;EM/sBA;IACE,cAAA;IACA,UAAA;ENktBF;;EMptBA;IACE,cAAA;IACA,UAAA;ENutBF;;EMztBA;IACE,cAAA;IACA,qBAAA;EN4tBF;;EM7rBI;IAhDJ,cAAA;IACA,WAAA;ENivBA;;EM5rBQ;IAhEN,cAAA;IACA,kBAAA;ENgwBF;;EMjsBQ;IAhEN,cAAA;IACA,mBAAA;ENqwBF;;EMtsBQ;IAhEN,cAAA;IACA,UAAA;EN0wBF;;EM3sBQ;IAhEN,cAAA;IACA,mBAAA;EN+wBF;;EMhtBQ;IAhEN,cAAA;IACA,mBAAA;ENoxBF;;EMrtBQ;IAhEN,cAAA;IACA,UAAA;ENyxBF;;EM1tBQ;IAhEN,cAAA;IACA,mBAAA;EN8xBF;;EM/tBQ;IAhEN,cAAA;IACA,mBAAA;ENmyBF;;EMpuBQ;IAhEN,cAAA;IACA,UAAA;ENwyBF;;EMzuBQ;IAhEN,cAAA;IACA,mBAAA;EN6yBF;;EM9uBQ;IAhEN,cAAA;IACA,mBAAA;ENkzBF;;EMnvBQ;IAhEN,cAAA;IACA,WAAA;ENuzBF;;EMhvBU;IAxDV,cAAA;EN4yBA;;EMpvBU;IAxDV,wBAAA;ENgzBA;;EMxvBU;IAxDV,yBAAA;ENozBA;;EM5vBU;IAxDV,gBAAA;ENwzBA;;EMhwBU;IAxDV,yBAAA;EN4zBA;;EMpwBU;IAxDV,yBAAA;ENg0BA;;EMxwBU;IAxDV,gBAAA;ENo0BA;;EM5wBU;IAxDV,yBAAA;ENw0BA;;EMhxBU;IAxDV,yBAAA;EN40BA;;EMpxBU;IAxDV,gBAAA;ENg1BA;;EMxxBU;IAxDV,yBAAA;ENo1BA;;EM5xBU;IAxDV,yBAAA;ENw1BA;;EMrxBM;;IAEE,gBAAA;ENwxBR;;EMrxBM;;IAEE,gBAAA;ENwxBR;;EM/xBM;;IAEE,sBAAA;ENkyBR;;EM/xBM;;IAEE,sBAAA;ENkyBR;;EMzyBM;;IAEE,qBAAA;EN4yBR;;EMzyBM;;IAEE,qBAAA;EN4yBR;;EMnzBM;;IAEE,mBAAA;ENszBR;;EMnzBM;;IAEE,mBAAA;ENszBR;;EM7zBM;;IAEE,qBAAA;ENg0BR;;EM7zBM;;IAEE,qBAAA;ENg0BR;;EMv0BM;;IAEE,mBAAA;EN00BR;;EMv0BM;;IAEE,mBAAA;EN00BR;AACF;AGr4BI;EGUE;IACE,YAAA;EN83BN;;EM33BI;IApCJ,cAAA;IACA,WAAA;ENm6BA;;EMr5BA;IACE,cAAA;IACA,WAAA;ENw5BF;;EM15BA;IACE,cAAA;IACA,UAAA;EN65BF;;EM/5BA;IACE,cAAA;IACA,qBAAA;ENk6BF;;EMp6BA;IACE,cAAA;IACA,UAAA;ENu6BF;;EMz6BA;IACE,cAAA;IACA,UAAA;EN46BF;;EM96BA;IACE,cAAA;IACA,qBAAA;ENi7BF;;EMl5BI;IAhDJ,cAAA;IACA,WAAA;ENs8BA;;EMj5BQ;IAhEN,cAAA;IACA,kBAAA;ENq9BF;;EMt5BQ;IAhEN,cAAA;IACA,mBAAA;EN09BF;;EM35BQ;IAhEN,cAAA;IACA,UAAA;EN+9BF;;EMh6BQ;IAhEN,cAAA;IACA,mBAAA;ENo+BF;;EMr6BQ;IAhEN,cAAA;IACA,mBAAA;ENy+BF;;EM16BQ;IAhEN,cAAA;IACA,UAAA;EN8+BF;;EM/6BQ;IAhEN,cAAA;IACA,mBAAA;ENm/BF;;EMp7BQ;IAhEN,cAAA;IACA,mBAAA;ENw/BF;;EMz7BQ;IAhEN,cAAA;IACA,UAAA;EN6/BF;;EM97BQ;IAhEN,cAAA;IACA,mBAAA;ENkgCF;;EMn8BQ;IAhEN,cAAA;IACA,mBAAA;ENugCF;;EMx8BQ;IAhEN,cAAA;IACA,WAAA;EN4gCF;;EMr8BU;IAxDV,cAAA;ENigCA;;EMz8BU;IAxDV,wBAAA;ENqgCA;;EM78BU;IAxDV,yBAAA;ENygCA;;EMj9BU;IAxDV,gBAAA;EN6gCA;;EMr9BU;IAxDV,yBAAA;ENihCA;;EMz9BU;IAxDV,yBAAA;ENqhCA;;EM79BU;IAxDV,gBAAA;ENyhCA;;EMj+BU;IAxDV,yBAAA;EN6hCA;;EMr+BU;IAxDV,yBAAA;ENiiCA;;EMz+BU;IAxDV,gBAAA;ENqiCA;;EM7+BU;IAxDV,yBAAA;ENyiCA;;EMj/BU;IAxDV,yBAAA;EN6iCA;;EM1+BM;;IAEE,gBAAA;EN6+BR;;EM1+BM;;IAEE,gBAAA;EN6+BR;;EMp/BM;;IAEE,sBAAA;ENu/BR;;EMp/BM;;IAEE,sBAAA;ENu/BR;;EM9/BM;;IAEE,qBAAA;ENigCR;;EM9/BM;;IAEE,qBAAA;ENigCR;;EMxgCM;;IAEE,mBAAA;EN2gCR;;EMxgCM;;IAEE,mBAAA;EN2gCR;;EMlhCM;;IAEE,qBAAA;ENqhCR;;EMlhCM;;IAEE,qBAAA;ENqhCR;;EM5hCM;;IAEE,mBAAA;EN+hCR;;EM5hCM;;IAEE,mBAAA;EN+hCR;AACF;AG1lCI;EGUE;IACE,YAAA;ENmlCN;;EMhlCI;IApCJ,cAAA;IACA,WAAA;ENwnCA;;EM1mCA;IACE,cAAA;IACA,WAAA;EN6mCF;;EM/mCA;IACE,cAAA;IACA,UAAA;ENknCF;;EMpnCA;IACE,cAAA;IACA,qBAAA;ENunCF;;EMznCA;IACE,cAAA;IACA,UAAA;EN4nCF;;EM9nCA;IACE,cAAA;IACA,UAAA;ENioCF;;EMnoCA;IACE,cAAA;IACA,qBAAA;ENsoCF;;EMvmCI;IAhDJ,cAAA;IACA,WAAA;EN2pCA;;EMtmCQ;IAhEN,cAAA;IACA,kBAAA;EN0qCF;;EM3mCQ;IAhEN,cAAA;IACA,mBAAA;EN+qCF;;EMhnCQ;IAhEN,cAAA;IACA,UAAA;ENorCF;;EMrnCQ;IAhEN,cAAA;IACA,mBAAA;ENyrCF;;EM1nCQ;IAhEN,cAAA;IACA,mBAAA;EN8rCF;;EM/nCQ;IAhEN,cAAA;IACA,UAAA;ENmsCF;;EMpoCQ;IAhEN,cAAA;IACA,mBAAA;ENwsCF;;EMzoCQ;IAhEN,cAAA;IACA,mBAAA;EN6sCF;;EM9oCQ;IAhEN,cAAA;IACA,UAAA;ENktCF;;EMnpCQ;IAhEN,cAAA;IACA,mBAAA;ENutCF;;EMxpCQ;IAhEN,cAAA;IACA,mBAAA;EN4tCF;;EM7pCQ;IAhEN,cAAA;IACA,WAAA;ENiuCF;;EM1pCU;IAxDV,cAAA;ENstCA;;EM9pCU;IAxDV,wBAAA;EN0tCA;;EMlqCU;IAxDV,yBAAA;EN8tCA;;EMtqCU;IAxDV,gBAAA;ENkuCA;;EM1qCU;IAxDV,yBAAA;ENsuCA;;EM9qCU;IAxDV,yBAAA;EN0uCA;;EMlrCU;IAxDV,gBAAA;EN8uCA;;EMtrCU;IAxDV,yBAAA;ENkvCA;;EM1rCU;IAxDV,yBAAA;ENsvCA;;EM9rCU;IAxDV,gBAAA;EN0vCA;;EMlsCU;IAxDV,yBAAA;EN8vCA;;EMtsCU;IAxDV,yBAAA;ENkwCA;;EM/rCM;;IAEE,gBAAA;ENksCR;;EM/rCM;;IAEE,gBAAA;ENksCR;;EMzsCM;;IAEE,sBAAA;EN4sCR;;EMzsCM;;IAEE,sBAAA;EN4sCR;;EMntCM;;IAEE,qBAAA;ENstCR;;EMntCM;;IAEE,qBAAA;ENstCR;;EM7tCM;;IAEE,mBAAA;ENguCR;;EM7tCM;;IAEE,mBAAA;ENguCR;;EMvuCM;;IAEE,qBAAA;EN0uCR;;EMvuCM;;IAEE,qBAAA;EN0uCR;;EMjvCM;;IAEE,mBAAA;ENovCR;;EMjvCM;;IAEE,mBAAA;ENovCR;AACF;AO/yCQ;EAOI,0BAAA;AP2yCZ;;AOlzCQ;EAOI,gCAAA;AP+yCZ;;AOtzCQ;EAOI,yBAAA;APmzCZ;;AO1zCQ;EAOI,wBAAA;APuzCZ;;AO9zCQ;EAOI,yBAAA;AP2zCZ;;AOl0CQ;EAOI,6BAAA;AP+zCZ;;AOt0CQ;EAOI,8BAAA;APm0CZ;;AO10CQ;EAOI,wBAAA;APu0CZ;;AO90CQ;EAOI,+BAAA;AP20CZ;;AOl1CQ;EAOI,wBAAA;AP+0CZ;;AOt1CQ;EAOI,yBAAA;APm1CZ;;AO11CQ;EAOI,8BAAA;APu1CZ;;AO91CQ;EAOI,iCAAA;AP21CZ;;AOl2CQ;EAOI,sCAAA;AP+1CZ;;AOt2CQ;EAOI,yCAAA;APm2CZ;;AO12CQ;EAOI,uBAAA;APu2CZ;;AO92CQ;EAOI,uBAAA;AP22CZ;;AOl3CQ;EAOI,yBAAA;AP+2CZ;;AOt3CQ;EAOI,yBAAA;APm3CZ;;AO13CQ;EAOI,0BAAA;APu3CZ;;AO93CQ;EAOI,4BAAA;AP23CZ;;AOl4CQ;EAOI,kCAAA;AP+3CZ;;AOt4CQ;EAOI,sCAAA;APm4CZ;;AO14CQ;EAOI,oCAAA;APu4CZ;;AO94CQ;EAOI,kCAAA;AP24CZ;;AOl5CQ;EAOI,yCAAA;AP+4CZ;;AOt5CQ;EAOI,wCAAA;APm5CZ;;AO15CQ;EAOI,wCAAA;APu5CZ;;AO95CQ;EAOI,kCAAA;AP25CZ;;AOl6CQ;EAOI,gCAAA;AP+5CZ;;AOt6CQ;EAOI,8BAAA;APm6CZ;;AO16CQ;EAOI,gCAAA;APu6CZ;;AO96CQ;EAOI,+BAAA;AP26CZ;;AOl7CQ;EAOI,oCAAA;AP+6CZ;;AOt7CQ;EAOI,kCAAA;APm7CZ;;AO17CQ;EAOI,gCAAA;APu7CZ;;AO97CQ;EAOI,uCAAA;AP27CZ;;AOl8CQ;EAOI,sCAAA;AP+7CZ;;AOt8CQ;EAOI,iCAAA;APm8CZ;;AO18CQ;EAOI,2BAAA;APu8CZ;;AO98CQ;EAOI,iCAAA;AP28CZ;;AOl9CQ;EAOI,+BAAA;AP+8CZ;;AOt9CQ;EAOI,6BAAA;APm9CZ;;AO19CQ;EAOI,+BAAA;APu9CZ;;AO99CQ;EAOI,8BAAA;AP29CZ;;AOl+CQ;EAOI,oBAAA;AP+9CZ;;AOt+CQ;EAOI,mBAAA;APm+CZ;;AO1+CQ;EAOI,mBAAA;APu+CZ;;AO9+CQ;EAOI,mBAAA;AP2+CZ;;AOl/CQ;EAOI,mBAAA;AP++CZ;;AOt/CQ;EAOI,mBAAA;APm/CZ;;AO1/CQ;EAOI,mBAAA;APu/CZ;;AO9/CQ;EAOI,mBAAA;AP2/CZ;;AOlgDQ;EAOI,oBAAA;AP+/CZ;;AOtgDQ;EAOI,0BAAA;APmgDZ;;AO1gDQ;EAOI,yBAAA;APugDZ;;AO9gDQ;EAOI,uBAAA;AP2gDZ;;AOlhDQ;EAOI,yBAAA;AP+gDZ;;AOthDQ;EAOI,uBAAA;APmhDZ;;AO1hDQ;EAOI,uBAAA;APuhDZ;;AO9hDQ;EAOI,0BAAA;EAAA,yBAAA;AP4hDZ;;AOniDQ;EAOI,gCAAA;EAAA,+BAAA;APiiDZ;;AOxiDQ;EAOI,+BAAA;EAAA,8BAAA;APsiDZ;;AO7iDQ;EAOI,6BAAA;EAAA,4BAAA;AP2iDZ;;AOljDQ;EAOI,+BAAA;EAAA,8BAAA;APgjDZ;;AOvjDQ;EAOI,6BAAA;EAAA,4BAAA;APqjDZ;;AO5jDQ;EAOI,6BAAA;EAAA,4BAAA;AP0jDZ;;AOjkDQ;EAOI,wBAAA;EAAA,2BAAA;AP+jDZ;;AOtkDQ;EAOI,8BAAA;EAAA,iCAAA;APokDZ;;AO3kDQ;EAOI,6BAAA;EAAA,gCAAA;APykDZ;;AOhlDQ;EAOI,2BAAA;EAAA,8BAAA;AP8kDZ;;AOrlDQ;EAOI,6BAAA;EAAA,gCAAA;APmlDZ;;AO1lDQ;EAOI,2BAAA;EAAA,8BAAA;APwlDZ;;AO/lDQ;EAOI,2BAAA;EAAA,8BAAA;AP6lDZ;;AOpmDQ;EAOI,wBAAA;APimDZ;;AOxmDQ;EAOI,8BAAA;APqmDZ;;AO5mDQ;EAOI,6BAAA;APymDZ;;AOhnDQ;EAOI,2BAAA;AP6mDZ;;AOpnDQ;EAOI,6BAAA;APinDZ;;AOxnDQ;EAOI,2BAAA;APqnDZ;;AO5nDQ;EAOI,2BAAA;APynDZ;;AOhoDQ;EAOI,0BAAA;AP6nDZ;;AOpoDQ;EAOI,gCAAA;APioDZ;;AOxoDQ;EAOI,+BAAA;APqoDZ;;AO5oDQ;EAOI,6BAAA;APyoDZ;;AOhpDQ;EAOI,+BAAA;AP6oDZ;;AOppDQ;EAOI,6BAAA;APipDZ;;AOxpDQ;EAOI,6BAAA;APqpDZ;;AO5pDQ;EAOI,2BAAA;APypDZ;;AOhqDQ;EAOI,iCAAA;AP6pDZ;;AOpqDQ;EAOI,gCAAA;APiqDZ;;AOxqDQ;EAOI,8BAAA;APqqDZ;;AO5qDQ;EAOI,gCAAA;APyqDZ;;AOhrDQ;EAOI,8BAAA;AP6qDZ;;AOprDQ;EAOI,8BAAA;APirDZ;;AOxrDQ;EAOI,yBAAA;APqrDZ;;AO5rDQ;EAOI,+BAAA;APyrDZ;;AOhsDQ;EAOI,8BAAA;AP6rDZ;;AOpsDQ;EAOI,4BAAA;APisDZ;;AOxsDQ;EAOI,8BAAA;APqsDZ;;AO5sDQ;EAOI,4BAAA;APysDZ;;AOhtDQ;EAOI,4BAAA;AP6sDZ;;AOptDQ;EAOI,qBAAA;APitDZ;;AOxtDQ;EAOI,2BAAA;APqtDZ;;AO5tDQ;EAOI,0BAAA;APytDZ;;AOhuDQ;EAOI,wBAAA;AP6tDZ;;AOpuDQ;EAOI,0BAAA;APiuDZ;;AOxuDQ;EAOI,wBAAA;APquDZ;;AO5uDQ;EAOI,2BAAA;EAAA,0BAAA;AP0uDZ;;AOjvDQ;EAOI,iCAAA;EAAA,gCAAA;AP+uDZ;;AOtvDQ;EAOI,gCAAA;EAAA,+BAAA;APovDZ;;AO3vDQ;EAOI,8BAAA;EAAA,6BAAA;APyvDZ;;AOhwDQ;EAOI,gCAAA;EAAA,+BAAA;AP8vDZ;;AOrwDQ;EAOI,8BAAA;EAAA,6BAAA;APmwDZ;;AO1wDQ;EAOI,yBAAA;EAAA,4BAAA;APwwDZ;;AO/wDQ;EAOI,+BAAA;EAAA,kCAAA;AP6wDZ;;AOpxDQ;EAOI,8BAAA;EAAA,iCAAA;APkxDZ;;AOzxDQ;EAOI,4BAAA;EAAA,+BAAA;APuxDZ;;AO9xDQ;EAOI,8BAAA;EAAA,iCAAA;AP4xDZ;;AOnyDQ;EAOI,4BAAA;EAAA,+BAAA;APiyDZ;;AOxyDQ;EAOI,yBAAA;APqyDZ;;AO5yDQ;EAOI,+BAAA;APyyDZ;;AOhzDQ;EAOI,8BAAA;AP6yDZ;;AOpzDQ;EAOI,4BAAA;APizDZ;;AOxzDQ;EAOI,8BAAA;APqzDZ;;AO5zDQ;EAOI,4BAAA;APyzDZ;;AOh0DQ;EAOI,2BAAA;AP6zDZ;;AOp0DQ;EAOI,iCAAA;APi0DZ;;AOx0DQ;EAOI,gCAAA;APq0DZ;;AO50DQ;EAOI,8BAAA;APy0DZ;;AOh1DQ;EAOI,gCAAA;AP60DZ;;AOp1DQ;EAOI,8BAAA;APi1DZ;;AOx1DQ;EAOI,4BAAA;APq1DZ;;AO51DQ;EAOI,kCAAA;APy1DZ;;AOh2DQ;EAOI,iCAAA;AP61DZ;;AOp2DQ;EAOI,+BAAA;APi2DZ;;AOx2DQ;EAOI,iCAAA;APq2DZ;;AO52DQ;EAOI,+BAAA;APy2DZ;;AOh3DQ;EAOI,0BAAA;AP62DZ;;AOp3DQ;EAOI,gCAAA;APi3DZ;;AOx3DQ;EAOI,+BAAA;APq3DZ;;AO53DQ;EAOI,6BAAA;APy3DZ;;AOh4DQ;EAOI,+BAAA;AP63DZ;;AOp4DQ;EAOI,6BAAA;APi4DZ;;AGx4DI;EIAI;IAOI,0BAAA;EPs4DV;;EO74DM;IAOI,gCAAA;EP04DV;;EOj5DM;IAOI,yBAAA;EP84DV;;EOr5DM;IAOI,wBAAA;EPk5DV;;EOz5DM;IAOI,yBAAA;EPs5DV;;EO75DM;IAOI,6BAAA;EP05DV;;EOj6DM;IAOI,8BAAA;EP85DV;;EOr6DM;IAOI,wBAAA;EPk6DV;;EOz6DM;IAOI,+BAAA;EPs6DV;;EO76DM;IAOI,wBAAA;EP06DV;;EOj7DM;IAOI,yBAAA;EP86DV;;EOr7DM;IAOI,8BAAA;EPk7DV;;EOz7DM;IAOI,iCAAA;EPs7DV;;EO77DM;IAOI,sCAAA;EP07DV;;EOj8DM;IAOI,yCAAA;EP87DV;;EOr8DM;IAOI,uBAAA;EPk8DV;;EOz8DM;IAOI,uBAAA;EPs8DV;;EO78DM;IAOI,yBAAA;EP08DV;;EOj9DM;IAOI,yBAAA;EP88DV;;EOr9DM;IAOI,0BAAA;EPk9DV;;EOz9DM;IAOI,4BAAA;EPs9DV;;EO79DM;IAOI,kCAAA;EP09DV;;EOj+DM;IAOI,sCAAA;EP89DV;;EOr+DM;IAOI,oCAAA;EPk+DV;;EOz+DM;IAOI,kCAAA;EPs+DV;;EO7+DM;IAOI,yCAAA;EP0+DV;;EOj/DM;IAOI,wCAAA;EP8+DV;;EOr/DM;IAOI,wCAAA;EPk/DV;;EOz/DM;IAOI,kCAAA;EPs/DV;;EO7/DM;IAOI,gCAAA;EP0/DV;;EOjgEM;IAOI,8BAAA;EP8/DV;;EOrgEM;IAOI,gCAAA;EPkgEV;;EOzgEM;IAOI,+BAAA;EPsgEV;;EO7gEM;IAOI,oCAAA;EP0gEV;;EOjhEM;IAOI,kCAAA;EP8gEV;;EOrhEM;IAOI,gCAAA;EPkhEV;;EOzhEM;IAOI,uCAAA;EPshEV;;EO7hEM;IAOI,sCAAA;EP0hEV;;EOjiEM;IAOI,iCAAA;EP8hEV;;EOriEM;IAOI,2BAAA;EPkiEV;;EOziEM;IAOI,iCAAA;EPsiEV;;EO7iEM;IAOI,+BAAA;EP0iEV;;EOjjEM;IAOI,6BAAA;EP8iEV;;EOrjEM;IAOI,+BAAA;EPkjEV;;EOzjEM;IAOI,8BAAA;EPsjEV;;EO7jEM;IAOI,oBAAA;EP0jEV;;EOjkEM;IAOI,mBAAA;EP8jEV;;EOrkEM;IAOI,mBAAA;EPkkEV;;EOzkEM;IAOI,mBAAA;EPskEV;;EO7kEM;IAOI,mBAAA;EP0kEV;;EOjlEM;IAOI,mBAAA;EP8kEV;;EOrlEM;IAOI,mBAAA;EPklEV;;EOzlEM;IAOI,mBAAA;EPslEV;;EO7lEM;IAOI,oBAAA;EP0lEV;;EOjmEM;IAOI,0BAAA;EP8lEV;;EOrmEM;IAOI,yBAAA;EPkmEV;;EOzmEM;IAOI,uBAAA;EPsmEV;;EO7mEM;IAOI,yBAAA;EP0mEV;;EOjnEM;IAOI,uBAAA;EP8mEV;;EOrnEM;IAOI,uBAAA;EPknEV;;EOznEM;IAOI,0BAAA;IAAA,yBAAA;EPunEV;;EO9nEM;IAOI,gCAAA;IAAA,+BAAA;EP4nEV;;EOnoEM;IAOI,+BAAA;IAAA,8BAAA;EPioEV;;EOxoEM;IAOI,6BAAA;IAAA,4BAAA;EPsoEV;;EO7oEM;IAOI,+BAAA;IAAA,8BAAA;EP2oEV;;EOlpEM;IAOI,6BAAA;IAAA,4BAAA;EPgpEV;;EOvpEM;IAOI,6BAAA;IAAA,4BAAA;EPqpEV;;EO5pEM;IAOI,wBAAA;IAAA,2BAAA;EP0pEV;;EOjqEM;IAOI,8BAAA;IAAA,iCAAA;EP+pEV;;EOtqEM;IAOI,6BAAA;IAAA,gCAAA;EPoqEV;;EO3qEM;IAOI,2BAAA;IAAA,8BAAA;EPyqEV;;EOhrEM;IAOI,6BAAA;IAAA,gCAAA;EP8qEV;;EOrrEM;IAOI,2BAAA;IAAA,8BAAA;EPmrEV;;EO1rEM;IAOI,2BAAA;IAAA,8BAAA;EPwrEV;;EO/rEM;IAOI,wBAAA;EP4rEV;;EOnsEM;IAOI,8BAAA;EPgsEV;;EOvsEM;IAOI,6BAAA;EPosEV;;EO3sEM;IAOI,2BAAA;EPwsEV;;EO/sEM;IAOI,6BAAA;EP4sEV;;EOntEM;IAOI,2BAAA;EPgtEV;;EOvtEM;IAOI,2BAAA;EPotEV;;EO3tEM;IAOI,0BAAA;EPwtEV;;EO/tEM;IAOI,gCAAA;EP4tEV;;EOnuEM;IAOI,+BAAA;EPguEV;;EOvuEM;IAOI,6BAAA;EPouEV;;EO3uEM;IAOI,+BAAA;EPwuEV;;EO/uEM;IAOI,6BAAA;EP4uEV;;EOnvEM;IAOI,6BAAA;EPgvEV;;EOvvEM;IAOI,2BAAA;EPovEV;;EO3vEM;IAOI,iCAAA;EPwvEV;;EO/vEM;IAOI,gCAAA;EP4vEV;;EOnwEM;IAOI,8BAAA;EPgwEV;;EOvwEM;IAOI,gCAAA;EPowEV;;EO3wEM;IAOI,8BAAA;EPwwEV;;EO/wEM;IAOI,8BAAA;EP4wEV;;EOnxEM;IAOI,yBAAA;EPgxEV;;EOvxEM;IAOI,+BAAA;EPoxEV;;EO3xEM;IAOI,8BAAA;EPwxEV;;EO/xEM;IAOI,4BAAA;EP4xEV;;EOnyEM;IAOI,8BAAA;EPgyEV;;EOvyEM;IAOI,4BAAA;EPoyEV;;EO3yEM;IAOI,4BAAA;EPwyEV;;EO/yEM;IAOI,qBAAA;EP4yEV;;EOnzEM;IAOI,2BAAA;EPgzEV;;EOvzEM;IAOI,0BAAA;EPozEV;;EO3zEM;IAOI,wBAAA;EPwzEV;;EO/zEM;IAOI,0BAAA;EP4zEV;;EOn0EM;IAOI,wBAAA;EPg0EV;;EOv0EM;IAOI,2BAAA;IAAA,0BAAA;EPq0EV;;EO50EM;IAOI,iCAAA;IAAA,gCAAA;EP00EV;;EOj1EM;IAOI,gCAAA;IAAA,+BAAA;EP+0EV;;EOt1EM;IAOI,8BAAA;IAAA,6BAAA;EPo1EV;;EO31EM;IAOI,gCAAA;IAAA,+BAAA;EPy1EV;;EOh2EM;IAOI,8BAAA;IAAA,6BAAA;EP81EV;;EOr2EM;IAOI,yBAAA;IAAA,4BAAA;EPm2EV;;EO12EM;IAOI,+BAAA;IAAA,kCAAA;EPw2EV;;EO/2EM;IAOI,8BAAA;IAAA,iCAAA;EP62EV;;EOp3EM;IAOI,4BAAA;IAAA,+BAAA;EPk3EV;;EOz3EM;IAOI,8BAAA;IAAA,iCAAA;EPu3EV;;EO93EM;IAOI,4BAAA;IAAA,+BAAA;EP43EV;;EOn4EM;IAOI,yBAAA;EPg4EV;;EOv4EM;IAOI,+BAAA;EPo4EV;;EO34EM;IAOI,8BAAA;EPw4EV;;EO/4EM;IAOI,4BAAA;EP44EV;;EOn5EM;IAOI,8BAAA;EPg5EV;;EOv5EM;IAOI,4BAAA;EPo5EV;;EO35EM;IAOI,2BAAA;EPw5EV;;EO/5EM;IAOI,iCAAA;EP45EV;;EOn6EM;IAOI,gCAAA;EPg6EV;;EOv6EM;IAOI,8BAAA;EPo6EV;;EO36EM;IAOI,gCAAA;EPw6EV;;EO/6EM;IAOI,8BAAA;EP46EV;;EOn7EM;IAOI,4BAAA;EPg7EV;;EOv7EM;IAOI,kCAAA;EPo7EV;;EO37EM;IAOI,iCAAA;EPw7EV;;EO/7EM;IAOI,+BAAA;EP47EV;;EOn8EM;IAOI,iCAAA;EPg8EV;;EOv8EM;IAOI,+BAAA;EPo8EV;;EO38EM;IAOI,0BAAA;EPw8EV;;EO/8EM;IAOI,gCAAA;EP48EV;;EOn9EM;IAOI,+BAAA;EPg9EV;;EOv9EM;IAOI,6BAAA;EPo9EV;;EO39EM;IAOI,+BAAA;EPw9EV;;EO/9EM;IAOI,6BAAA;EP49EV;AACF;AGp+EI;EIAI;IAOI,0BAAA;EPi+EV;;EOx+EM;IAOI,gCAAA;EPq+EV;;EO5+EM;IAOI,yBAAA;EPy+EV;;EOh/EM;IAOI,wBAAA;EP6+EV;;EOp/EM;IAOI,yBAAA;EPi/EV;;EOx/EM;IAOI,6BAAA;EPq/EV;;EO5/EM;IAOI,8BAAA;EPy/EV;;EOhgFM;IAOI,wBAAA;EP6/EV;;EOpgFM;IAOI,+BAAA;EPigFV;;EOxgFM;IAOI,wBAAA;EPqgFV;;EO5gFM;IAOI,yBAAA;EPygFV;;EOhhFM;IAOI,8BAAA;EP6gFV;;EOphFM;IAOI,iCAAA;EPihFV;;EOxhFM;IAOI,sCAAA;EPqhFV;;EO5hFM;IAOI,yCAAA;EPyhFV;;EOhiFM;IAOI,uBAAA;EP6hFV;;EOpiFM;IAOI,uBAAA;EPiiFV;;EOxiFM;IAOI,yBAAA;EPqiFV;;EO5iFM;IAOI,yBAAA;EPyiFV;;EOhjFM;IAOI,0BAAA;EP6iFV;;EOpjFM;IAOI,4BAAA;EPijFV;;EOxjFM;IAOI,kCAAA;EPqjFV;;EO5jFM;IAOI,sCAAA;EPyjFV;;EOhkFM;IAOI,oCAAA;EP6jFV;;EOpkFM;IAOI,kCAAA;EPikFV;;EOxkFM;IAOI,yCAAA;EPqkFV;;EO5kFM;IAOI,wCAAA;EPykFV;;EOhlFM;IAOI,wCAAA;EP6kFV;;EOplFM;IAOI,kCAAA;EPilFV;;EOxlFM;IAOI,gCAAA;EPqlFV;;EO5lFM;IAOI,8BAAA;EPylFV;;EOhmFM;IAOI,gCAAA;EP6lFV;;EOpmFM;IAOI,+BAAA;EPimFV;;EOxmFM;IAOI,oCAAA;EPqmFV;;EO5mFM;IAOI,kCAAA;EPymFV;;EOhnFM;IAOI,gCAAA;EP6mFV;;EOpnFM;IAOI,uCAAA;EPinFV;;EOxnFM;IAOI,sCAAA;EPqnFV;;EO5nFM;IAOI,iCAAA;EPynFV;;EOhoFM;IAOI,2BAAA;EP6nFV;;EOpoFM;IAOI,iCAAA;EPioFV;;EOxoFM;IAOI,+BAAA;EPqoFV;;EO5oFM;IAOI,6BAAA;EPyoFV;;EOhpFM;IAOI,+BAAA;EP6oFV;;EOppFM;IAOI,8BAAA;EPipFV;;EOxpFM;IAOI,oBAAA;EPqpFV;;EO5pFM;IAOI,mBAAA;EPypFV;;EOhqFM;IAOI,mBAAA;EP6pFV;;EOpqFM;IAOI,mBAAA;EPiqFV;;EOxqFM;IAOI,mBAAA;EPqqFV;;EO5qFM;IAOI,mBAAA;EPyqFV;;EOhrFM;IAOI,mBAAA;EP6qFV;;EOprFM;IAOI,mBAAA;EPirFV;;EOxrFM;IAOI,oBAAA;EPqrFV;;EO5rFM;IAOI,0BAAA;EPyrFV;;EOhsFM;IAOI,yBAAA;EP6rFV;;EOpsFM;IAOI,uBAAA;EPisFV;;EOxsFM;IAOI,yBAAA;EPqsFV;;EO5sFM;IAOI,uBAAA;EPysFV;;EOhtFM;IAOI,uBAAA;EP6sFV;;EOptFM;IAOI,0BAAA;IAAA,yBAAA;EPktFV;;EOztFM;IAOI,gCAAA;IAAA,+BAAA;EPutFV;;EO9tFM;IAOI,+BAAA;IAAA,8BAAA;EP4tFV;;EOnuFM;IAOI,6BAAA;IAAA,4BAAA;EPiuFV;;EOxuFM;IAOI,+BAAA;IAAA,8BAAA;EPsuFV;;EO7uFM;IAOI,6BAAA;IAAA,4BAAA;EP2uFV;;EOlvFM;IAOI,6BAAA;IAAA,4BAAA;EPgvFV;;EOvvFM;IAOI,wBAAA;IAAA,2BAAA;EPqvFV;;EO5vFM;IAOI,8BAAA;IAAA,iCAAA;EP0vFV;;EOjwFM;IAOI,6BAAA;IAAA,gCAAA;EP+vFV;;EOtwFM;IAOI,2BAAA;IAAA,8BAAA;EPowFV;;EO3wFM;IAOI,6BAAA;IAAA,gCAAA;EPywFV;;EOhxFM;IAOI,2BAAA;IAAA,8BAAA;EP8wFV;;EOrxFM;IAOI,2BAAA;IAAA,8BAAA;EPmxFV;;EO1xFM;IAOI,wBAAA;EPuxFV;;EO9xFM;IAOI,8BAAA;EP2xFV;;EOlyFM;IAOI,6BAAA;EP+xFV;;EOtyFM;IAOI,2BAAA;EPmyFV;;EO1yFM;IAOI,6BAAA;EPuyFV;;EO9yFM;IAOI,2BAAA;EP2yFV;;EOlzFM;IAOI,2BAAA;EP+yFV;;EOtzFM;IAOI,0BAAA;EPmzFV;;EO1zFM;IAOI,gCAAA;EPuzFV;;EO9zFM;IAOI,+BAAA;EP2zFV;;EOl0FM;IAOI,6BAAA;EP+zFV;;EOt0FM;IAOI,+BAAA;EPm0FV;;EO10FM;IAOI,6BAAA;EPu0FV;;EO90FM;IAOI,6BAAA;EP20FV;;EOl1FM;IAOI,2BAAA;EP+0FV;;EOt1FM;IAOI,iCAAA;EPm1FV;;EO11FM;IAOI,gCAAA;EPu1FV;;EO91FM;IAOI,8BAAA;EP21FV;;EOl2FM;IAOI,gCAAA;EP+1FV;;EOt2FM;IAOI,8BAAA;EPm2FV;;EO12FM;IAOI,8BAAA;EPu2FV;;EO92FM;IAOI,yBAAA;EP22FV;;EOl3FM;IAOI,+BAAA;EP+2FV;;EOt3FM;IAOI,8BAAA;EPm3FV;;EO13FM;IAOI,4BAAA;EPu3FV;;EO93FM;IAOI,8BAAA;EP23FV;;EOl4FM;IAOI,4BAAA;EP+3FV;;EOt4FM;IAOI,4BAAA;EPm4FV;;EO14FM;IAOI,qBAAA;EPu4FV;;EO94FM;IAOI,2BAAA;EP24FV;;EOl5FM;IAOI,0BAAA;EP+4FV;;EOt5FM;IAOI,wBAAA;EPm5FV;;EO15FM;IAOI,0BAAA;EPu5FV;;EO95FM;IAOI,wBAAA;EP25FV;;EOl6FM;IAOI,2BAAA;IAAA,0BAAA;EPg6FV;;EOv6FM;IAOI,iCAAA;IAAA,gCAAA;EPq6FV;;EO56FM;IAOI,gCAAA;IAAA,+BAAA;EP06FV;;EOj7FM;IAOI,8BAAA;IAAA,6BAAA;EP+6FV;;EOt7FM;IAOI,gCAAA;IAAA,+BAAA;EPo7FV;;EO37FM;IAOI,8BAAA;IAAA,6BAAA;EPy7FV;;EOh8FM;IAOI,yBAAA;IAAA,4BAAA;EP87FV;;EOr8FM;IAOI,+BAAA;IAAA,kCAAA;EPm8FV;;EO18FM;IAOI,8BAAA;IAAA,iCAAA;EPw8FV;;EO/8FM;IAOI,4BAAA;IAAA,+BAAA;EP68FV;;EOp9FM;IAOI,8BAAA;IAAA,iCAAA;EPk9FV;;EOz9FM;IAOI,4BAAA;IAAA,+BAAA;EPu9FV;;EO99FM;IAOI,yBAAA;EP29FV;;EOl+FM;IAOI,+BAAA;EP+9FV;;EOt+FM;IAOI,8BAAA;EPm+FV;;EO1+FM;IAOI,4BAAA;EPu+FV;;EO9+FM;IAOI,8BAAA;EP2+FV;;EOl/FM;IAOI,4BAAA;EP++FV;;EOt/FM;IAOI,2BAAA;EPm/FV;;EO1/FM;IAOI,iCAAA;EPu/FV;;EO9/FM;IAOI,gCAAA;EP2/FV;;EOlgGM;IAOI,8BAAA;EP+/FV;;EOtgGM;IAOI,gCAAA;EPmgGV;;EO1gGM;IAOI,8BAAA;EPugGV;;EO9gGM;IAOI,4BAAA;EP2gGV;;EOlhGM;IAOI,kCAAA;EP+gGV;;EOthGM;IAOI,iCAAA;EPmhGV;;EO1hGM;IAOI,+BAAA;EPuhGV;;EO9hGM;IAOI,iCAAA;EP2hGV;;EOliGM;IAOI,+BAAA;EP+hGV;;EOtiGM;IAOI,0BAAA;EPmiGV;;EO1iGM;IAOI,gCAAA;EPuiGV;;EO9iGM;IAOI,+BAAA;EP2iGV;;EOljGM;IAOI,6BAAA;EP+iGV;;EOtjGM;IAOI,+BAAA;EPmjGV;;EO1jGM;IAOI,6BAAA;EPujGV;AACF;AG/jGI;EIAI;IAOI,0BAAA;EP4jGV;;EOnkGM;IAOI,gCAAA;EPgkGV;;EOvkGM;IAOI,yBAAA;EPokGV;;EO3kGM;IAOI,wBAAA;EPwkGV;;EO/kGM;IAOI,yBAAA;EP4kGV;;EOnlGM;IAOI,6BAAA;EPglGV;;EOvlGM;IAOI,8BAAA;EPolGV;;EO3lGM;IAOI,wBAAA;EPwlGV;;EO/lGM;IAOI,+BAAA;EP4lGV;;EOnmGM;IAOI,wBAAA;EPgmGV;;EOvmGM;IAOI,yBAAA;EPomGV;;EO3mGM;IAOI,8BAAA;EPwmGV;;EO/mGM;IAOI,iCAAA;EP4mGV;;EOnnGM;IAOI,sCAAA;EPgnGV;;EOvnGM;IAOI,yCAAA;EPonGV;;EO3nGM;IAOI,uBAAA;EPwnGV;;EO/nGM;IAOI,uBAAA;EP4nGV;;EOnoGM;IAOI,yBAAA;EPgoGV;;EOvoGM;IAOI,yBAAA;EPooGV;;EO3oGM;IAOI,0BAAA;EPwoGV;;EO/oGM;IAOI,4BAAA;EP4oGV;;EOnpGM;IAOI,kCAAA;EPgpGV;;EOvpGM;IAOI,sCAAA;EPopGV;;EO3pGM;IAOI,oCAAA;EPwpGV;;EO/pGM;IAOI,kCAAA;EP4pGV;;EOnqGM;IAOI,yCAAA;EPgqGV;;EOvqGM;IAOI,wCAAA;EPoqGV;;EO3qGM;IAOI,wCAAA;EPwqGV;;EO/qGM;IAOI,kCAAA;EP4qGV;;EOnrGM;IAOI,gCAAA;EPgrGV;;EOvrGM;IAOI,8BAAA;EPorGV;;EO3rGM;IAOI,gCAAA;EPwrGV;;EO/rGM;IAOI,+BAAA;EP4rGV;;EOnsGM;IAOI,oCAAA;EPgsGV;;EOvsGM;IAOI,kCAAA;EPosGV;;EO3sGM;IAOI,gCAAA;EPwsGV;;EO/sGM;IAOI,uCAAA;EP4sGV;;EOntGM;IAOI,sCAAA;EPgtGV;;EOvtGM;IAOI,iCAAA;EPotGV;;EO3tGM;IAOI,2BAAA;EPwtGV;;EO/tGM;IAOI,iCAAA;EP4tGV;;EOnuGM;IAOI,+BAAA;EPguGV;;EOvuGM;IAOI,6BAAA;EPouGV;;EO3uGM;IAOI,+BAAA;EPwuGV;;EO/uGM;IAOI,8BAAA;EP4uGV;;EOnvGM;IAOI,oBAAA;EPgvGV;;EOvvGM;IAOI,mBAAA;EPovGV;;EO3vGM;IAOI,mBAAA;EPwvGV;;EO/vGM;IAOI,mBAAA;EP4vGV;;EOnwGM;IAOI,mBAAA;EPgwGV;;EOvwGM;IAOI,mBAAA;EPowGV;;EO3wGM;IAOI,mBAAA;EPwwGV;;EO/wGM;IAOI,mBAAA;EP4wGV;;EOnxGM;IAOI,oBAAA;EPgxGV;;EOvxGM;IAOI,0BAAA;EPoxGV;;EO3xGM;IAOI,yBAAA;EPwxGV;;EO/xGM;IAOI,uBAAA;EP4xGV;;EOnyGM;IAOI,yBAAA;EPgyGV;;EOvyGM;IAOI,uBAAA;EPoyGV;;EO3yGM;IAOI,uBAAA;EPwyGV;;EO/yGM;IAOI,0BAAA;IAAA,yBAAA;EP6yGV;;EOpzGM;IAOI,gCAAA;IAAA,+BAAA;EPkzGV;;EOzzGM;IAOI,+BAAA;IAAA,8BAAA;EPuzGV;;EO9zGM;IAOI,6BAAA;IAAA,4BAAA;EP4zGV;;EOn0GM;IAOI,+BAAA;IAAA,8BAAA;EPi0GV;;EOx0GM;IAOI,6BAAA;IAAA,4BAAA;EPs0GV;;EO70GM;IAOI,6BAAA;IAAA,4BAAA;EP20GV;;EOl1GM;IAOI,wBAAA;IAAA,2BAAA;EPg1GV;;EOv1GM;IAOI,8BAAA;IAAA,iCAAA;EPq1GV;;EO51GM;IAOI,6BAAA;IAAA,gCAAA;EP01GV;;EOj2GM;IAOI,2BAAA;IAAA,8BAAA;EP+1GV;;EOt2GM;IAOI,6BAAA;IAAA,gCAAA;EPo2GV;;EO32GM;IAOI,2BAAA;IAAA,8BAAA;EPy2GV;;EOh3GM;IAOI,2BAAA;IAAA,8BAAA;EP82GV;;EOr3GM;IAOI,wBAAA;EPk3GV;;EOz3GM;IAOI,8BAAA;EPs3GV;;EO73GM;IAOI,6BAAA;EP03GV;;EOj4GM;IAOI,2BAAA;EP83GV;;EOr4GM;IAOI,6BAAA;EPk4GV;;EOz4GM;IAOI,2BAAA;EPs4GV;;EO74GM;IAOI,2BAAA;EP04GV;;EOj5GM;IAOI,0BAAA;EP84GV;;EOr5GM;IAOI,gCAAA;EPk5GV;;EOz5GM;IAOI,+BAAA;EPs5GV;;EO75GM;IAOI,6BAAA;EP05GV;;EOj6GM;IAOI,+BAAA;EP85GV;;EOr6GM;IAOI,6BAAA;EPk6GV;;EOz6GM;IAOI,6BAAA;EPs6GV;;EO76GM;IAOI,2BAAA;EP06GV;;EOj7GM;IAOI,iCAAA;EP86GV;;EOr7GM;IAOI,gCAAA;EPk7GV;;EOz7GM;IAOI,8BAAA;EPs7GV;;EO77GM;IAOI,gCAAA;EP07GV;;EOj8GM;IAOI,8BAAA;EP87GV;;EOr8GM;IAOI,8BAAA;EPk8GV;;EOz8GM;IAOI,yBAAA;EPs8GV;;EO78GM;IAOI,+BAAA;EP08GV;;EOj9GM;IAOI,8BAAA;EP88GV;;EOr9GM;IAOI,4BAAA;EPk9GV;;EOz9GM;IAOI,8BAAA;EPs9GV;;EO79GM;IAOI,4BAAA;EP09GV;;EOj+GM;IAOI,4BAAA;EP89GV;;EOr+GM;IAOI,qBAAA;EPk+GV;;EOz+GM;IAOI,2BAAA;EPs+GV;;EO7+GM;IAOI,0BAAA;EP0+GV;;EOj/GM;IAOI,wBAAA;EP8+GV;;EOr/GM;IAOI,0BAAA;EPk/GV;;EOz/GM;IAOI,wBAAA;EPs/GV;;EO7/GM;IAOI,2BAAA;IAAA,0BAAA;EP2/GV;;EOlgHM;IAOI,iCAAA;IAAA,gCAAA;EPggHV;;EOvgHM;IAOI,gCAAA;IAAA,+BAAA;EPqgHV;;EO5gHM;IAOI,8BAAA;IAAA,6BAAA;EP0gHV;;EOjhHM;IAOI,gCAAA;IAAA,+BAAA;EP+gHV;;EOthHM;IAOI,8BAAA;IAAA,6BAAA;EPohHV;;EO3hHM;IAOI,yBAAA;IAAA,4BAAA;EPyhHV;;EOhiHM;IAOI,+BAAA;IAAA,kCAAA;EP8hHV;;EOriHM;IAOI,8BAAA;IAAA,iCAAA;EPmiHV;;EO1iHM;IAOI,4BAAA;IAAA,+BAAA;EPwiHV;;EO/iHM;IAOI,8BAAA;IAAA,iCAAA;EP6iHV;;EOpjHM;IAOI,4BAAA;IAAA,+BAAA;EPkjHV;;EOzjHM;IAOI,yBAAA;EPsjHV;;EO7jHM;IAOI,+BAAA;EP0jHV;;EOjkHM;IAOI,8BAAA;EP8jHV;;EOrkHM;IAOI,4BAAA;EPkkHV;;EOzkHM;IAOI,8BAAA;EPskHV;;EO7kHM;IAOI,4BAAA;EP0kHV;;EOjlHM;IAOI,2BAAA;EP8kHV;;EOrlHM;IAOI,iCAAA;EPklHV;;EOzlHM;IAOI,gCAAA;EPslHV;;EO7lHM;IAOI,8BAAA;EP0lHV;;EOjmHM;IAOI,gCAAA;EP8lHV;;EOrmHM;IAOI,8BAAA;EPkmHV;;EOzmHM;IAOI,4BAAA;EPsmHV;;EO7mHM;IAOI,kCAAA;EP0mHV;;EOjnHM;IAOI,iCAAA;EP8mHV;;EOrnHM;IAOI,+BAAA;EPknHV;;EOznHM;IAOI,iCAAA;EPsnHV;;EO7nHM;IAOI,+BAAA;EP0nHV;;EOjoHM;IAOI,0BAAA;EP8nHV;;EOroHM;IAOI,gCAAA;EPkoHV;;EOzoHM;IAOI,+BAAA;EPsoHV;;EO7oHM;IAOI,6BAAA;EP0oHV;;EOjpHM;IAOI,+BAAA;EP8oHV;;EOrpHM;IAOI,6BAAA;EPkpHV;AACF;AG1pHI;EIAI;IAOI,0BAAA;EPupHV;;EO9pHM;IAOI,gCAAA;EP2pHV;;EOlqHM;IAOI,yBAAA;EP+pHV;;EOtqHM;IAOI,wBAAA;EPmqHV;;EO1qHM;IAOI,yBAAA;EPuqHV;;EO9qHM;IAOI,6BAAA;EP2qHV;;EOlrHM;IAOI,8BAAA;EP+qHV;;EOtrHM;IAOI,wBAAA;EPmrHV;;EO1rHM;IAOI,+BAAA;EPurHV;;EO9rHM;IAOI,wBAAA;EP2rHV;;EOlsHM;IAOI,yBAAA;EP+rHV;;EOtsHM;IAOI,8BAAA;EPmsHV;;EO1sHM;IAOI,iCAAA;EPusHV;;EO9sHM;IAOI,sCAAA;EP2sHV;;EOltHM;IAOI,yCAAA;EP+sHV;;EOttHM;IAOI,uBAAA;EPmtHV;;EO1tHM;IAOI,uBAAA;EPutHV;;EO9tHM;IAOI,yBAAA;EP2tHV;;EOluHM;IAOI,yBAAA;EP+tHV;;EOtuHM;IAOI,0BAAA;EPmuHV;;EO1uHM;IAOI,4BAAA;EPuuHV;;EO9uHM;IAOI,kCAAA;EP2uHV;;EOlvHM;IAOI,sCAAA;EP+uHV;;EOtvHM;IAOI,oCAAA;EPmvHV;;EO1vHM;IAOI,kCAAA;EPuvHV;;EO9vHM;IAOI,yCAAA;EP2vHV;;EOlwHM;IAOI,wCAAA;EP+vHV;;EOtwHM;IAOI,wCAAA;EPmwHV;;EO1wHM;IAOI,kCAAA;EPuwHV;;EO9wHM;IAOI,gCAAA;EP2wHV;;EOlxHM;IAOI,8BAAA;EP+wHV;;EOtxHM;IAOI,gCAAA;EPmxHV;;EO1xHM;IAOI,+BAAA;EPuxHV;;EO9xHM;IAOI,oCAAA;EP2xHV;;EOlyHM;IAOI,kCAAA;EP+xHV;;EOtyHM;IAOI,gCAAA;EPmyHV;;EO1yHM;IAOI,uCAAA;EPuyHV;;EO9yHM;IAOI,sCAAA;EP2yHV;;EOlzHM;IAOI,iCAAA;EP+yHV;;EOtzHM;IAOI,2BAAA;EPmzHV;;EO1zHM;IAOI,iCAAA;EPuzHV;;EO9zHM;IAOI,+BAAA;EP2zHV;;EOl0HM;IAOI,6BAAA;EP+zHV;;EOt0HM;IAOI,+BAAA;EPm0HV;;EO10HM;IAOI,8BAAA;EPu0HV;;EO90HM;IAOI,oBAAA;EP20HV;;EOl1HM;IAOI,mBAAA;EP+0HV;;EOt1HM;IAOI,mBAAA;EPm1HV;;EO11HM;IAOI,mBAAA;EPu1HV;;EO91HM;IAOI,mBAAA;EP21HV;;EOl2HM;IAOI,mBAAA;EP+1HV;;EOt2HM;IAOI,mBAAA;EPm2HV;;EO12HM;IAOI,mBAAA;EPu2HV;;EO92HM;IAOI,oBAAA;EP22HV;;EOl3HM;IAOI,0BAAA;EP+2HV;;EOt3HM;IAOI,yBAAA;EPm3HV;;EO13HM;IAOI,uBAAA;EPu3HV;;EO93HM;IAOI,yBAAA;EP23HV;;EOl4HM;IAOI,uBAAA;EP+3HV;;EOt4HM;IAOI,uBAAA;EPm4HV;;EO14HM;IAOI,0BAAA;IAAA,yBAAA;EPw4HV;;EO/4HM;IAOI,gCAAA;IAAA,+BAAA;EP64HV;;EOp5HM;IAOI,+BAAA;IAAA,8BAAA;EPk5HV;;EOz5HM;IAOI,6BAAA;IAAA,4BAAA;EPu5HV;;EO95HM;IAOI,+BAAA;IAAA,8BAAA;EP45HV;;EOn6HM;IAOI,6BAAA;IAAA,4BAAA;EPi6HV;;EOx6HM;IAOI,6BAAA;IAAA,4BAAA;EPs6HV;;EO76HM;IAOI,wBAAA;IAAA,2BAAA;EP26HV;;EOl7HM;IAOI,8BAAA;IAAA,iCAAA;EPg7HV;;EOv7HM;IAOI,6BAAA;IAAA,gCAAA;EPq7HV;;EO57HM;IAOI,2BAAA;IAAA,8BAAA;EP07HV;;EOj8HM;IAOI,6BAAA;IAAA,gCAAA;EP+7HV;;EOt8HM;IAOI,2BAAA;IAAA,8BAAA;EPo8HV;;EO38HM;IAOI,2BAAA;IAAA,8BAAA;EPy8HV;;EOh9HM;IAOI,wBAAA;EP68HV;;EOp9HM;IAOI,8BAAA;EPi9HV;;EOx9HM;IAOI,6BAAA;EPq9HV;;EO59HM;IAOI,2BAAA;EPy9HV;;EOh+HM;IAOI,6BAAA;EP69HV;;EOp+HM;IAOI,2BAAA;EPi+HV;;EOx+HM;IAOI,2BAAA;EPq+HV;;EO5+HM;IAOI,0BAAA;EPy+HV;;EOh/HM;IAOI,gCAAA;EP6+HV;;EOp/HM;IAOI,+BAAA;EPi/HV;;EOx/HM;IAOI,6BAAA;EPq/HV;;EO5/HM;IAOI,+BAAA;EPy/HV;;EOhgIM;IAOI,6BAAA;EP6/HV;;EOpgIM;IAOI,6BAAA;EPigIV;;EOxgIM;IAOI,2BAAA;EPqgIV;;EO5gIM;IAOI,iCAAA;EPygIV;;EOhhIM;IAOI,gCAAA;EP6gIV;;EOphIM;IAOI,8BAAA;EPihIV;;EOxhIM;IAOI,gCAAA;EPqhIV;;EO5hIM;IAOI,8BAAA;EPyhIV;;EOhiIM;IAOI,8BAAA;EP6hIV;;EOpiIM;IAOI,yBAAA;EPiiIV;;EOxiIM;IAOI,+BAAA;EPqiIV;;EO5iIM;IAOI,8BAAA;EPyiIV;;EOhjIM;IAOI,4BAAA;EP6iIV;;EOpjIM;IAOI,8BAAA;EPijIV;;EOxjIM;IAOI,4BAAA;EPqjIV;;EO5jIM;IAOI,4BAAA;EPyjIV;;EOhkIM;IAOI,qBAAA;EP6jIV;;EOpkIM;IAOI,2BAAA;EPikIV;;EOxkIM;IAOI,0BAAA;EPqkIV;;EO5kIM;IAOI,wBAAA;EPykIV;;EOhlIM;IAOI,0BAAA;EP6kIV;;EOplIM;IAOI,wBAAA;EPilIV;;EOxlIM;IAOI,2BAAA;IAAA,0BAAA;EPslIV;;EO7lIM;IAOI,iCAAA;IAAA,gCAAA;EP2lIV;;EOlmIM;IAOI,gCAAA;IAAA,+BAAA;EPgmIV;;EOvmIM;IAOI,8BAAA;IAAA,6BAAA;EPqmIV;;EO5mIM;IAOI,gCAAA;IAAA,+BAAA;EP0mIV;;EOjnIM;IAOI,8BAAA;IAAA,6BAAA;EP+mIV;;EOtnIM;IAOI,yBAAA;IAAA,4BAAA;EPonIV;;EO3nIM;IAOI,+BAAA;IAAA,kCAAA;EPynIV;;EOhoIM;IAOI,8BAAA;IAAA,iCAAA;EP8nIV;;EOroIM;IAOI,4BAAA;IAAA,+BAAA;EPmoIV;;EO1oIM;IAOI,8BAAA;IAAA,iCAAA;EPwoIV;;EO/oIM;IAOI,4BAAA;IAAA,+BAAA;EP6oIV;;EOppIM;IAOI,yBAAA;EPipIV;;EOxpIM;IAOI,+BAAA;EPqpIV;;EO5pIM;IAOI,8BAAA;EPypIV;;EOhqIM;IAOI,4BAAA;EP6pIV;;EOpqIM;IAOI,8BAAA;EPiqIV;;EOxqIM;IAOI,4BAAA;EPqqIV;;EO5qIM;IAOI,2BAAA;EPyqIV;;EOhrIM;IAOI,iCAAA;EP6qIV;;EOprIM;IAOI,gCAAA;EPirIV;;EOxrIM;IAOI,8BAAA;EPqrIV;;EO5rIM;IAOI,gCAAA;EPyrIV;;EOhsIM;IAOI,8BAAA;EP6rIV;;EOpsIM;IAOI,4BAAA;EPisIV;;EOxsIM;IAOI,kCAAA;EPqsIV;;EO5sIM;IAOI,iCAAA;EPysIV;;EOhtIM;IAOI,+BAAA;EP6sIV;;EOptIM;IAOI,iCAAA;EPitIV;;EOxtIM;IAOI,+BAAA;EPqtIV;;EO5tIM;IAOI,0BAAA;EPytIV;;EOhuIM;IAOI,gCAAA;EP6tIV;;EOpuIM;IAOI,+BAAA;EPiuIV;;EOxuIM;IAOI,6BAAA;EPquIV;;EO5uIM;IAOI,+BAAA;EPyuIV;;EOhvIM;IAOI,6BAAA;EP6uIV;AACF;AGrvII;EIAI;IAOI,0BAAA;EPkvIV;;EOzvIM;IAOI,gCAAA;EPsvIV;;EO7vIM;IAOI,yBAAA;EP0vIV;;EOjwIM;IAOI,wBAAA;EP8vIV;;EOrwIM;IAOI,yBAAA;EPkwIV;;EOzwIM;IAOI,6BAAA;EPswIV;;EO7wIM;IAOI,8BAAA;EP0wIV;;EOjxIM;IAOI,wBAAA;EP8wIV;;EOrxIM;IAOI,+BAAA;EPkxIV;;EOzxIM;IAOI,wBAAA;EPsxIV;;EO7xIM;IAOI,yBAAA;EP0xIV;;EOjyIM;IAOI,8BAAA;EP8xIV;;EOryIM;IAOI,iCAAA;EPkyIV;;EOzyIM;IAOI,sCAAA;EPsyIV;;EO7yIM;IAOI,yCAAA;EP0yIV;;EOjzIM;IAOI,uBAAA;EP8yIV;;EOrzIM;IAOI,uBAAA;EPkzIV;;EOzzIM;IAOI,yBAAA;EPszIV;;EO7zIM;IAOI,yBAAA;EP0zIV;;EOj0IM;IAOI,0BAAA;EP8zIV;;EOr0IM;IAOI,4BAAA;EPk0IV;;EOz0IM;IAOI,kCAAA;EPs0IV;;EO70IM;IAOI,sCAAA;EP00IV;;EOj1IM;IAOI,oCAAA;EP80IV;;EOr1IM;IAOI,kCAAA;EPk1IV;;EOz1IM;IAOI,yCAAA;EPs1IV;;EO71IM;IAOI,wCAAA;EP01IV;;EOj2IM;IAOI,wCAAA;EP81IV;;EOr2IM;IAOI,kCAAA;EPk2IV;;EOz2IM;IAOI,gCAAA;EPs2IV;;EO72IM;IAOI,8BAAA;EP02IV;;EOj3IM;IAOI,gCAAA;EP82IV;;EOr3IM;IAOI,+BAAA;EPk3IV;;EOz3IM;IAOI,oCAAA;EPs3IV;;EO73IM;IAOI,kCAAA;EP03IV;;EOj4IM;IAOI,gCAAA;EP83IV;;EOr4IM;IAOI,uCAAA;EPk4IV;;EOz4IM;IAOI,sCAAA;EPs4IV;;EO74IM;IAOI,iCAAA;EP04IV;;EOj5IM;IAOI,2BAAA;EP84IV;;EOr5IM;IAOI,iCAAA;EPk5IV;;EOz5IM;IAOI,+BAAA;EPs5IV;;EO75IM;IAOI,6BAAA;EP05IV;;EOj6IM;IAOI,+BAAA;EP85IV;;EOr6IM;IAOI,8BAAA;EPk6IV;;EOz6IM;IAOI,oBAAA;EPs6IV;;EO76IM;IAOI,mBAAA;EP06IV;;EOj7IM;IAOI,mBAAA;EP86IV;;EOr7IM;IAOI,mBAAA;EPk7IV;;EOz7IM;IAOI,mBAAA;EPs7IV;;EO77IM;IAOI,mBAAA;EP07IV;;EOj8IM;IAOI,mBAAA;EP87IV;;EOr8IM;IAOI,mBAAA;EPk8IV;;EOz8IM;IAOI,oBAAA;EPs8IV;;EO78IM;IAOI,0BAAA;EP08IV;;EOj9IM;IAOI,yBAAA;EP88IV;;EOr9IM;IAOI,uBAAA;EPk9IV;;EOz9IM;IAOI,yBAAA;EPs9IV;;EO79IM;IAOI,uBAAA;EP09IV;;EOj+IM;IAOI,uBAAA;EP89IV;;EOr+IM;IAOI,0BAAA;IAAA,yBAAA;EPm+IV;;EO1+IM;IAOI,gCAAA;IAAA,+BAAA;EPw+IV;;EO/+IM;IAOI,+BAAA;IAAA,8BAAA;EP6+IV;;EOp/IM;IAOI,6BAAA;IAAA,4BAAA;EPk/IV;;EOz/IM;IAOI,+BAAA;IAAA,8BAAA;EPu/IV;;EO9/IM;IAOI,6BAAA;IAAA,4BAAA;EP4/IV;;EOngJM;IAOI,6BAAA;IAAA,4BAAA;EPigJV;;EOxgJM;IAOI,wBAAA;IAAA,2BAAA;EPsgJV;;EO7gJM;IAOI,8BAAA;IAAA,iCAAA;EP2gJV;;EOlhJM;IAOI,6BAAA;IAAA,gCAAA;EPghJV;;EOvhJM;IAOI,2BAAA;IAAA,8BAAA;EPqhJV;;EO5hJM;IAOI,6BAAA;IAAA,gCAAA;EP0hJV;;EOjiJM;IAOI,2BAAA;IAAA,8BAAA;EP+hJV;;EOtiJM;IAOI,2BAAA;IAAA,8BAAA;EPoiJV;;EO3iJM;IAOI,wBAAA;EPwiJV;;EO/iJM;IAOI,8BAAA;EP4iJV;;EOnjJM;IAOI,6BAAA;EPgjJV;;EOvjJM;IAOI,2BAAA;EPojJV;;EO3jJM;IAOI,6BAAA;EPwjJV;;EO/jJM;IAOI,2BAAA;EP4jJV;;EOnkJM;IAOI,2BAAA;EPgkJV;;EOvkJM;IAOI,0BAAA;EPokJV;;EO3kJM;IAOI,gCAAA;EPwkJV;;EO/kJM;IAOI,+BAAA;EP4kJV;;EOnlJM;IAOI,6BAAA;EPglJV;;EOvlJM;IAOI,+BAAA;EPolJV;;EO3lJM;IAOI,6BAAA;EPwlJV;;EO/lJM;IAOI,6BAAA;EP4lJV;;EOnmJM;IAOI,2BAAA;EPgmJV;;EOvmJM;IAOI,iCAAA;EPomJV;;EO3mJM;IAOI,gCAAA;EPwmJV;;EO/mJM;IAOI,8BAAA;EP4mJV;;EOnnJM;IAOI,gCAAA;EPgnJV;;EOvnJM;IAOI,8BAAA;EPonJV;;EO3nJM;IAOI,8BAAA;EPwnJV;;EO/nJM;IAOI,yBAAA;EP4nJV;;EOnoJM;IAOI,+BAAA;EPgoJV;;EOvoJM;IAOI,8BAAA;EPooJV;;EO3oJM;IAOI,4BAAA;EPwoJV;;EO/oJM;IAOI,8BAAA;EP4oJV;;EOnpJM;IAOI,4BAAA;EPgpJV;;EOvpJM;IAOI,4BAAA;EPopJV;;EO3pJM;IAOI,qBAAA;EPwpJV;;EO/pJM;IAOI,2BAAA;EP4pJV;;EOnqJM;IAOI,0BAAA;EPgqJV;;EOvqJM;IAOI,wBAAA;EPoqJV;;EO3qJM;IAOI,0BAAA;EPwqJV;;EO/qJM;IAOI,wBAAA;EP4qJV;;EOnrJM;IAOI,2BAAA;IAAA,0BAAA;EPirJV;;EOxrJM;IAOI,iCAAA;IAAA,gCAAA;EPsrJV;;EO7rJM;IAOI,gCAAA;IAAA,+BAAA;EP2rJV;;EOlsJM;IAOI,8BAAA;IAAA,6BAAA;EPgsJV;;EOvsJM;IAOI,gCAAA;IAAA,+BAAA;EPqsJV;;EO5sJM;IAOI,8BAAA;IAAA,6BAAA;EP0sJV;;EOjtJM;IAOI,yBAAA;IAAA,4BAAA;EP+sJV;;EOttJM;IAOI,+BAAA;IAAA,kCAAA;EPotJV;;EO3tJM;IAOI,8BAAA;IAAA,iCAAA;EPytJV;;EOhuJM;IAOI,4BAAA;IAAA,+BAAA;EP8tJV;;EOruJM;IAOI,8BAAA;IAAA,iCAAA;EPmuJV;;EO1uJM;IAOI,4BAAA;IAAA,+BAAA;EPwuJV;;EO/uJM;IAOI,yBAAA;EP4uJV;;EOnvJM;IAOI,+BAAA;EPgvJV;;EOvvJM;IAOI,8BAAA;EPovJV;;EO3vJM;IAOI,4BAAA;EPwvJV;;EO/vJM;IAOI,8BAAA;EP4vJV;;EOnwJM;IAOI,4BAAA;EPgwJV;;EOvwJM;IAOI,2BAAA;EPowJV;;EO3wJM;IAOI,iCAAA;EPwwJV;;EO/wJM;IAOI,gCAAA;EP4wJV;;EOnxJM;IAOI,8BAAA;EPgxJV;;EOvxJM;IAOI,gCAAA;EPoxJV;;EO3xJM;IAOI,8BAAA;EPwxJV;;EO/xJM;IAOI,4BAAA;EP4xJV;;EOnyJM;IAOI,kCAAA;EPgyJV;;EOvyJM;IAOI,iCAAA;EPoyJV;;EO3yJM;IAOI,+BAAA;EPwyJV;;EO/yJM;IAOI,iCAAA;EP4yJV;;EOnzJM;IAOI,+BAAA;EPgzJV;;EOvzJM;IAOI,0BAAA;EPozJV;;EO3zJM;IAOI,gCAAA;EPwzJV;;EO/zJM;IAOI,+BAAA;EP4zJV;;EOn0JM;IAOI,6BAAA;EPg0JV;;EOv0JM;IAOI,+BAAA;EPo0JV;;EO30JM;IAOI,6BAAA;EPw0JV;AACF;AQz2JA;EDyBQ;IAOI,0BAAA;EP60JV;;EOp1JM;IAOI,gCAAA;EPi1JV;;EOx1JM;IAOI,yBAAA;EPq1JV;;EO51JM;IAOI,wBAAA;EPy1JV;;EOh2JM;IAOI,yBAAA;EP61JV;;EOp2JM;IAOI,6BAAA;EPi2JV;;EOx2JM;IAOI,8BAAA;EPq2JV;;EO52JM;IAOI,wBAAA;EPy2JV;;EOh3JM;IAOI,+BAAA;EP62JV;;EOp3JM;IAOI,wBAAA;EPi3JV;AACF","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// scss-docs-start theme-colors-rgb\n$theme-colors-rgb: map-loop($theme-colors, to-rgb, \"$value\") !default;\n// scss-docs-end theme-colors-rgb\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n\n$blues: (\n \"blue-100\": $blue-100,\n \"blue-200\": $blue-200,\n \"blue-300\": $blue-300,\n \"blue-400\": $blue-400,\n \"blue-500\": $blue-500,\n \"blue-600\": $blue-600,\n \"blue-700\": $blue-700,\n \"blue-800\": $blue-800,\n \"blue-900\": $blue-900\n) !default;\n\n$indigos: (\n \"indigo-100\": $indigo-100,\n \"indigo-200\": $indigo-200,\n \"indigo-300\": $indigo-300,\n \"indigo-400\": $indigo-400,\n \"indigo-500\": $indigo-500,\n \"indigo-600\": $indigo-600,\n \"indigo-700\": $indigo-700,\n \"indigo-800\": $indigo-800,\n \"indigo-900\": $indigo-900\n) !default;\n\n$purples: (\n \"purple-100\": $purple-200,\n \"purple-200\": $purple-100,\n \"purple-300\": $purple-300,\n \"purple-400\": $purple-400,\n \"purple-500\": $purple-500,\n \"purple-600\": $purple-600,\n \"purple-700\": $purple-700,\n \"purple-800\": $purple-800,\n \"purple-900\": $purple-900\n) !default;\n\n$pinks: (\n \"pink-100\": $pink-100,\n \"pink-200\": $pink-200,\n \"pink-300\": $pink-300,\n \"pink-400\": $pink-400,\n \"pink-500\": $pink-500,\n \"pink-600\": $pink-600,\n \"pink-700\": $pink-700,\n \"pink-800\": $pink-800,\n \"pink-900\": $pink-900\n) !default;\n\n$reds: (\n \"red-100\": $red-100,\n \"red-200\": $red-200,\n \"red-300\": $red-300,\n \"red-400\": $red-400,\n \"red-500\": $red-500,\n \"red-600\": $red-600,\n \"red-700\": $red-700,\n \"red-800\": $red-800,\n \"red-900\": $red-900\n) !default;\n\n$oranges: (\n \"orange-100\": $orange-100,\n \"orange-200\": $orange-200,\n \"orange-300\": $orange-300,\n \"orange-400\": $orange-400,\n \"orange-500\": $orange-500,\n \"orange-600\": $orange-600,\n \"orange-700\": $orange-700,\n \"orange-800\": $orange-800,\n \"orange-900\": $orange-900\n) !default;\n\n$yellows: (\n \"yellow-100\": $yellow-100,\n \"yellow-200\": $yellow-200,\n \"yellow-300\": $yellow-300,\n \"yellow-400\": $yellow-400,\n \"yellow-500\": $yellow-500,\n \"yellow-600\": $yellow-600,\n \"yellow-700\": $yellow-700,\n \"yellow-800\": $yellow-800,\n \"yellow-900\": $yellow-900\n) !default;\n\n$greens: (\n \"green-100\": $green-100,\n \"green-200\": $green-200,\n \"green-300\": $green-300,\n \"green-400\": $green-400,\n \"green-500\": $green-500,\n \"green-600\": $green-600,\n \"green-700\": $green-700,\n \"green-800\": $green-800,\n \"green-900\": $green-900\n) !default;\n\n$teals: (\n \"teal-100\": $teal-100,\n \"teal-200\": $teal-200,\n \"teal-300\": $teal-300,\n \"teal-400\": $teal-400,\n \"teal-500\": $teal-500,\n \"teal-600\": $teal-600,\n \"teal-700\": $teal-700,\n \"teal-800\": $teal-800,\n \"teal-900\": $teal-900\n) !default;\n\n$cyans: (\n \"cyan-100\": $cyan-100,\n \"cyan-200\": $cyan-200,\n \"cyan-300\": $cyan-300,\n \"cyan-400\": $cyan-400,\n \"cyan-500\": $cyan-500,\n \"cyan-600\": $cyan-600,\n \"cyan-700\": $cyan-700,\n \"cyan-800\": $cyan-800,\n \"cyan-900\": $cyan-900\n) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-cssgrid: false !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n// Utilities maps\n//\n// Extends the default `$theme-colors` maps to help create our utilities.\n\n// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.\n// scss-docs-start utilities-colors\n$utilities-colors: $theme-colors-rgb !default;\n// scss-docs-end utilities-colors\n\n// scss-docs-start utilities-text-colors\n$utilities-text: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-color)\n )\n) !default;\n$utilities-text-colors: map-loop($utilities-text, rgba-css-var, \"$key\", \"text\") !default;\n// scss-docs-end utilities-text-colors\n\n// scss-docs-start utilities-bg-colors\n$utilities-bg: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-bg)\n )\n) !default;\n$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, \"$key\", \"bg\") !default;\n// scss-docs-end utilities-bg-colors\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n$transition-collapse-width: width .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $body-bg !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-color-width: 3rem !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba($black, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $input-border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n$form-select-border-radius-sm: $input-border-radius-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n$form-select-border-radius-lg: $input-border-radius-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-offcanvas-backdrop: 1040 !default;\n$zindex-offcanvas: 1045 !default;\n$zindex-modal-backdrop: 1050 !default;\n$zindex-modal: 1055 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Placeholders\n\n// scss-docs-start placeholders\n$placeholder-opacity-max: .5 !default;\n$placeholder-opacity-min: .2 !default;\n// scss-docs-end placeholders\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-color: rgba($black, .125) !default;\n$card-border-radius: $border-radius !default;\n$card-box-shadow: null !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-button-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba($black, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba($black, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n$offcanvas-backdrop-bg: $modal-backdrop-bg !default;\n$offcanvas-backdrop-opacity: $modal-backdrop-opacity !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css deleted file mode 100644 index 16649a6..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} -/*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css.map b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css.map deleted file mode 100644 index 1e0621c..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ACAA,MAQI,UAAA,QAAA,YAAA,QAAA,YAAA,QAAA,UAAA,QAAA,SAAA,QAAA,YAAA,QAAA,YAAA,QAAA,WAAA,QAAA,UAAA,QAAA,UAAA,QAAA,WAAA,KAAA,UAAA,QAAA,eAAA,QAIA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAIA,aAAA,QAAA,eAAA,QAAA,aAAA,QAAA,UAAA,QAAA,aAAA,QAAA,YAAA,QAAA,WAAA,QAAA,UAAA,QAIA,iBAAA,EAAA,CAAA,GAAA,CAAA,IAAA,mBAAA,GAAA,CAAA,GAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,GAAA,CAAA,GAAA,cAAA,EAAA,CAAA,GAAA,CAAA,IAAA,iBAAA,GAAA,CAAA,GAAA,CAAA,EAAA,gBAAA,GAAA,CAAA,EAAA,CAAA,GAAA,eAAA,GAAA,CAAA,GAAA,CAAA,IAAA,cAAA,EAAA,CAAA,EAAA,CAAA,GAGF,eAAA,GAAA,CAAA,GAAA,CAAA,IACA,eAAA,CAAA,CAAA,CAAA,CAAA,EACA,oBAAA,EAAA,CAAA,EAAA,CAAA,GACA,iBAAA,GAAA,CAAA,GAAA,CAAA,IAMA,qBAAA,SAAA,CAAA,aAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBACA,oBAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UACA,cAAA,2EAQA,sBAAA,0BACA,oBAAA,KACA,sBAAA,IACA,sBAAA,IACA,gBAAA,QAIA,aAAA,KC5CA,WCuDF,iBAGA,cACA,cACA,cAHA,cADA,eC3DE,MAAA,KACA,cAAA,0BACA,aAAA,0BACA,aAAA,KACA,YAAA,KCwDE,yBH5CE,WAAA,cACE,UAAA,OG2CJ,yBH5CE,WAAA,cAAA,cACE,UAAA,OG2CJ,yBH5CE,WAAA,cAAA,cAAA,cACE,UAAA,OG2CJ,0BH5CE,WAAA,cAAA,cAAA,cAAA,cACE,UAAA,QG2CJ,0BH5CE,WAAA,cAAA,cAAA,cAAA,cAAA,eACE,UAAA,QIfN,KCAA,cAAA,OACA,cAAA,EACA,QAAA,KACA,UAAA,KAEA,WAAA,8BACA,aAAA,+BACA,YAAA,+BDJE,OCSF,WAAA,WAIA,YAAA,EACA,MAAA,KACA,UAAA,KACA,cAAA,8BACA,aAAA,8BACA,WAAA,mBA+CI,KACE,KAAA,EAAA,EAAA,GAGF,iBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,cACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,UAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,UAxDV,YAAA,YAwDU,UAxDV,YAAA,aAwDU,UAxDV,YAAA,IAwDU,UAxDV,YAAA,aAwDU,UAxDV,YAAA,aAwDU,UAxDV,YAAA,IAwDU,UAxDV,YAAA,aAwDU,UAxDV,YAAA,aAwDU,UAxDV,YAAA,IAwDU,WAxDV,YAAA,aAwDU,WAxDV,YAAA,aAmEM,KJyJR,MIvJU,cAAA,EAGF,KJyJR,MIvJU,cAAA,EAPF,KJmKR,MIjKU,cAAA,QAGF,KJmKR,MIjKU,cAAA,QAPF,KJ6KR,MI3KU,cAAA,OAGF,KJ6KR,MI3KU,cAAA,OAPF,KJuLR,MIrLU,cAAA,KAGF,KJuLR,MIrLU,cAAA,KAPF,KJiMR,MI/LU,cAAA,OAGF,KJiMR,MI/LU,cAAA,OAPF,KJ2MR,MIzMU,cAAA,KAGF,KJ2MR,MIzMU,cAAA,KF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,YAAA,EAwDU,aAxDV,YAAA,YAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAmEM,QJ8WR,SI5WU,cAAA,EAGF,QJ8WR,SI5WU,cAAA,EAPF,QJwXR,SItXU,cAAA,QAGF,QJwXR,SItXU,cAAA,QAPF,QJkYR,SIhYU,cAAA,OAGF,QJkYR,SIhYU,cAAA,OAPF,QJ4YR,SI1YU,cAAA,KAGF,QJ4YR,SI1YU,cAAA,KAPF,QJsZR,SIpZU,cAAA,OAGF,QJsZR,SIpZU,cAAA,OAPF,QJgaR,SI9ZU,cAAA,KAGF,QJgaR,SI9ZU,cAAA,MF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,YAAA,EAwDU,aAxDV,YAAA,YAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAmEM,QJmkBR,SIjkBU,cAAA,EAGF,QJmkBR,SIjkBU,cAAA,EAPF,QJ6kBR,SI3kBU,cAAA,QAGF,QJ6kBR,SI3kBU,cAAA,QAPF,QJulBR,SIrlBU,cAAA,OAGF,QJulBR,SIrlBU,cAAA,OAPF,QJimBR,SI/lBU,cAAA,KAGF,QJimBR,SI/lBU,cAAA,KAPF,QJ2mBR,SIzmBU,cAAA,OAGF,QJ2mBR,SIzmBU,cAAA,OAPF,QJqnBR,SInnBU,cAAA,KAGF,QJqnBR,SInnBU,cAAA,MF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,YAAA,EAwDU,aAxDV,YAAA,YAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAmEM,QJwxBR,SItxBU,cAAA,EAGF,QJwxBR,SItxBU,cAAA,EAPF,QJkyBR,SIhyBU,cAAA,QAGF,QJkyBR,SIhyBU,cAAA,QAPF,QJ4yBR,SI1yBU,cAAA,OAGF,QJ4yBR,SI1yBU,cAAA,OAPF,QJszBR,SIpzBU,cAAA,KAGF,QJszBR,SIpzBU,cAAA,KAPF,QJg0BR,SI9zBU,cAAA,OAGF,QJg0BR,SI9zBU,cAAA,OAPF,QJ00BR,SIx0BU,cAAA,KAGF,QJ00BR,SIx0BU,cAAA,MF1DN,0BEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,YAAA,EAwDU,aAxDV,YAAA,YAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,aAwDU,aAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAmEM,QJ6+BR,SI3+BU,cAAA,EAGF,QJ6+BR,SI3+BU,cAAA,EAPF,QJu/BR,SIr/BU,cAAA,QAGF,QJu/BR,SIr/BU,cAAA,QAPF,QJigCR,SI//BU,cAAA,OAGF,QJigCR,SI//BU,cAAA,OAPF,QJ2gCR,SIzgCU,cAAA,KAGF,QJ2gCR,SIzgCU,cAAA,KAPF,QJqhCR,SInhCU,cAAA,OAGF,QJqhCR,SInhCU,cAAA,OAPF,QJ+hCR,SI7hCU,cAAA,KAGF,QJ+hCR,SI7hCU,cAAA,MF1DN,0BEUE,SACE,KAAA,EAAA,EAAA,GAGF,qBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,cAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,cAxDV,YAAA,EAwDU,cAxDV,YAAA,YAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,IAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,aAwDU,cAxDV,YAAA,IAwDU,eAxDV,YAAA,aAwDU,eAxDV,YAAA,aAmEM,SJksCR,UIhsCU,cAAA,EAGF,SJksCR,UIhsCU,cAAA,EAPF,SJ4sCR,UI1sCU,cAAA,QAGF,SJ4sCR,UI1sCU,cAAA,QAPF,SJstCR,UIptCU,cAAA,OAGF,SJstCR,UIptCU,cAAA,OAPF,SJguCR,UI9tCU,cAAA,KAGF,SJguCR,UI9tCU,cAAA,KAPF,SJ0uCR,UIxuCU,cAAA,OAGF,SJ0uCR,UIxuCU,cAAA,OAPF,SJovCR,UIlvCU,cAAA,KAGF,SJovCR,UIlvCU,cAAA,MC1DF,UAOI,QAAA,iBAPJ,gBAOI,QAAA,uBAPJ,SAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,SAOI,QAAA,gBAPJ,aAOI,QAAA,oBAPJ,cAOI,QAAA,qBAPJ,QAOI,QAAA,eAPJ,eAOI,QAAA,sBAPJ,QAOI,QAAA,eAPJ,WAOI,KAAA,EAAA,EAAA,eAPJ,UAOI,eAAA,cAPJ,aAOI,eAAA,iBAPJ,kBAOI,eAAA,sBAPJ,qBAOI,eAAA,yBAPJ,aAOI,UAAA,YAPJ,aAOI,UAAA,YAPJ,eAOI,YAAA,YAPJ,eAOI,YAAA,YAPJ,WAOI,UAAA,eAPJ,aAOI,UAAA,iBAPJ,mBAOI,UAAA,uBAPJ,uBAOI,gBAAA,qBAPJ,qBAOI,gBAAA,mBAPJ,wBAOI,gBAAA,iBAPJ,yBAOI,gBAAA,wBAPJ,wBAOI,gBAAA,uBAPJ,wBAOI,gBAAA,uBAPJ,mBAOI,YAAA,qBAPJ,iBAOI,YAAA,mBAPJ,oBAOI,YAAA,iBAPJ,sBAOI,YAAA,mBAPJ,qBAOI,YAAA,kBAPJ,qBAOI,cAAA,qBAPJ,mBAOI,cAAA,mBAPJ,sBAOI,cAAA,iBAPJ,uBAOI,cAAA,wBAPJ,sBAOI,cAAA,uBAPJ,uBAOI,cAAA,kBAPJ,iBAOI,WAAA,eAPJ,kBAOI,WAAA,qBAPJ,gBAOI,WAAA,mBAPJ,mBAOI,WAAA,iBAPJ,qBAOI,WAAA,mBAPJ,oBAOI,WAAA,kBAPJ,aAOI,MAAA,aAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,KAOI,OAAA,YAPJ,KAOI,OAAA,iBAPJ,KAOI,OAAA,gBAPJ,KAOI,OAAA,eAPJ,KAOI,OAAA,iBAPJ,KAOI,OAAA,eAPJ,QAOI,OAAA,eAPJ,MAOI,aAAA,YAAA,YAAA,YAPJ,MAOI,aAAA,iBAAA,YAAA,iBAPJ,MAOI,aAAA,gBAAA,YAAA,gBAPJ,MAOI,aAAA,eAAA,YAAA,eAPJ,MAOI,aAAA,iBAAA,YAAA,iBAPJ,MAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,MAOI,WAAA,YAAA,cAAA,YAPJ,MAOI,WAAA,iBAAA,cAAA,iBAPJ,MAOI,WAAA,gBAAA,cAAA,gBAPJ,MAOI,WAAA,eAAA,cAAA,eAPJ,MAOI,WAAA,iBAAA,cAAA,iBAPJ,MAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,MAOI,WAAA,YAPJ,MAOI,WAAA,iBAPJ,MAOI,WAAA,gBAPJ,MAOI,WAAA,eAPJ,MAOI,WAAA,iBAPJ,MAOI,WAAA,eAPJ,SAOI,WAAA,eAPJ,MAOI,aAAA,YAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,gBAPJ,MAOI,aAAA,eAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,eAPJ,SAOI,aAAA,eAPJ,MAOI,cAAA,YAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,gBAPJ,MAOI,cAAA,eAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,eAPJ,SAOI,cAAA,eAPJ,MAOI,YAAA,YAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,gBAPJ,MAOI,YAAA,eAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,eAPJ,SAOI,YAAA,eAPJ,KAOI,QAAA,YAPJ,KAOI,QAAA,iBAPJ,KAOI,QAAA,gBAPJ,KAOI,QAAA,eAPJ,KAOI,QAAA,iBAPJ,KAOI,QAAA,eAPJ,MAOI,cAAA,YAAA,aAAA,YAPJ,MAOI,cAAA,iBAAA,aAAA,iBAPJ,MAOI,cAAA,gBAAA,aAAA,gBAPJ,MAOI,cAAA,eAAA,aAAA,eAPJ,MAOI,cAAA,iBAAA,aAAA,iBAPJ,MAOI,cAAA,eAAA,aAAA,eAPJ,MAOI,YAAA,YAAA,eAAA,YAPJ,MAOI,YAAA,iBAAA,eAAA,iBAPJ,MAOI,YAAA,gBAAA,eAAA,gBAPJ,MAOI,YAAA,eAAA,eAAA,eAPJ,MAOI,YAAA,iBAAA,eAAA,iBAPJ,MAOI,YAAA,eAAA,eAAA,eAPJ,MAOI,YAAA,YAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,gBAPJ,MAOI,YAAA,eAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,eAPJ,MAOI,cAAA,YAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,gBAPJ,MAOI,cAAA,eAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,eAPJ,MAOI,eAAA,YAPJ,MAOI,eAAA,iBAPJ,MAOI,eAAA,gBAPJ,MAOI,eAAA,eAPJ,MAOI,eAAA,iBAPJ,MAOI,eAAA,eAPJ,MAOI,aAAA,YAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,gBAPJ,MAOI,aAAA,eAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,eHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,aAAA,YAAA,YAAA,YAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,gBAAA,YAAA,gBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,YAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,cAAA,YAAA,aAAA,YAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,gBAAA,aAAA,gBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,aAAA,YAAA,YAAA,YAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,gBAAA,YAAA,gBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,YAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,cAAA,YAAA,aAAA,YAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,gBAAA,aAAA,gBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,aAAA,YAAA,YAAA,YAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,gBAAA,YAAA,gBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,YAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,cAAA,YAAA,aAAA,YAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,gBAAA,aAAA,gBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBHPR,0BGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,aAAA,YAAA,YAAA,YAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,gBAAA,YAAA,gBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,aAAA,iBAAA,YAAA,iBAPJ,SAOI,aAAA,eAAA,YAAA,eAPJ,YAOI,aAAA,eAAA,YAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,cAAA,YAAA,aAAA,YAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,gBAAA,aAAA,gBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,cAAA,iBAAA,aAAA,iBAPJ,SAOI,cAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBHPR,0BGAI,cAOI,QAAA,iBAPJ,oBAOI,QAAA,uBAPJ,aAOI,QAAA,gBAPJ,YAOI,QAAA,eAPJ,aAOI,QAAA,gBAPJ,iBAOI,QAAA,oBAPJ,kBAOI,QAAA,qBAPJ,YAOI,QAAA,eAPJ,mBAOI,QAAA,sBAPJ,YAOI,QAAA,eAPJ,eAOI,KAAA,EAAA,EAAA,eAPJ,cAOI,eAAA,cAPJ,iBAOI,eAAA,iBAPJ,sBAOI,eAAA,sBAPJ,yBAOI,eAAA,yBAPJ,iBAOI,UAAA,YAPJ,iBAOI,UAAA,YAPJ,mBAOI,YAAA,YAPJ,mBAOI,YAAA,YAPJ,eAOI,UAAA,eAPJ,iBAOI,UAAA,iBAPJ,uBAOI,UAAA,uBAPJ,2BAOI,gBAAA,qBAPJ,yBAOI,gBAAA,mBAPJ,4BAOI,gBAAA,iBAPJ,6BAOI,gBAAA,wBAPJ,4BAOI,gBAAA,uBAPJ,4BAOI,gBAAA,uBAPJ,uBAOI,YAAA,qBAPJ,qBAOI,YAAA,mBAPJ,wBAOI,YAAA,iBAPJ,0BAOI,YAAA,mBAPJ,yBAOI,YAAA,kBAPJ,yBAOI,cAAA,qBAPJ,uBAOI,cAAA,mBAPJ,0BAOI,cAAA,iBAPJ,2BAOI,cAAA,wBAPJ,0BAOI,cAAA,uBAPJ,2BAOI,cAAA,kBAPJ,qBAOI,WAAA,eAPJ,sBAOI,WAAA,qBAPJ,oBAOI,WAAA,mBAPJ,uBAOI,WAAA,iBAPJ,yBAOI,WAAA,mBAPJ,wBAOI,WAAA,kBAPJ,iBAOI,MAAA,aAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,gBAOI,MAAA,YAPJ,SAOI,OAAA,YAPJ,SAOI,OAAA,iBAPJ,SAOI,OAAA,gBAPJ,SAOI,OAAA,eAPJ,SAOI,OAAA,iBAPJ,SAOI,OAAA,eAPJ,YAOI,OAAA,eAPJ,UAOI,aAAA,YAAA,YAAA,YAPJ,UAOI,aAAA,iBAAA,YAAA,iBAPJ,UAOI,aAAA,gBAAA,YAAA,gBAPJ,UAOI,aAAA,eAAA,YAAA,eAPJ,UAOI,aAAA,iBAAA,YAAA,iBAPJ,UAOI,aAAA,eAAA,YAAA,eAPJ,aAOI,aAAA,eAAA,YAAA,eAPJ,UAOI,WAAA,YAAA,cAAA,YAPJ,UAOI,WAAA,iBAAA,cAAA,iBAPJ,UAOI,WAAA,gBAAA,cAAA,gBAPJ,UAOI,WAAA,eAAA,cAAA,eAPJ,UAOI,WAAA,iBAAA,cAAA,iBAPJ,UAOI,WAAA,eAAA,cAAA,eAPJ,aAOI,WAAA,eAAA,cAAA,eAPJ,UAOI,WAAA,YAPJ,UAOI,WAAA,iBAPJ,UAOI,WAAA,gBAPJ,UAOI,WAAA,eAPJ,UAOI,WAAA,iBAPJ,UAOI,WAAA,eAPJ,aAOI,WAAA,eAPJ,UAOI,aAAA,YAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,gBAPJ,UAOI,aAAA,eAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,eAPJ,aAOI,aAAA,eAPJ,UAOI,cAAA,YAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,gBAPJ,UAOI,cAAA,eAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,eAPJ,aAOI,cAAA,eAPJ,UAOI,YAAA,YAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,gBAPJ,UAOI,YAAA,eAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,eAPJ,aAOI,YAAA,eAPJ,SAOI,QAAA,YAPJ,SAOI,QAAA,iBAPJ,SAOI,QAAA,gBAPJ,SAOI,QAAA,eAPJ,SAOI,QAAA,iBAPJ,SAOI,QAAA,eAPJ,UAOI,cAAA,YAAA,aAAA,YAPJ,UAOI,cAAA,iBAAA,aAAA,iBAPJ,UAOI,cAAA,gBAAA,aAAA,gBAPJ,UAOI,cAAA,eAAA,aAAA,eAPJ,UAOI,cAAA,iBAAA,aAAA,iBAPJ,UAOI,cAAA,eAAA,aAAA,eAPJ,UAOI,YAAA,YAAA,eAAA,YAPJ,UAOI,YAAA,iBAAA,eAAA,iBAPJ,UAOI,YAAA,gBAAA,eAAA,gBAPJ,UAOI,YAAA,eAAA,eAAA,eAPJ,UAOI,YAAA,iBAAA,eAAA,iBAPJ,UAOI,YAAA,eAAA,eAAA,eAPJ,UAOI,YAAA,YAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,gBAPJ,UAOI,YAAA,eAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,eAPJ,UAOI,cAAA,YAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,gBAPJ,UAOI,cAAA,eAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,eAPJ,UAOI,eAAA,YAPJ,UAOI,eAAA,iBAPJ,UAOI,eAAA,gBAPJ,UAOI,eAAA,eAPJ,UAOI,eAAA,iBAPJ,UAOI,eAAA,eAPJ,UAOI,aAAA,YAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,gBAPJ,UAOI,aAAA,eAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,gBChCZ,aDyBQ,gBAOI,QAAA,iBAPJ,sBAOI,QAAA,uBAPJ,eAOI,QAAA,gBAPJ,cAOI,QAAA,eAPJ,eAOI,QAAA,gBAPJ,mBAOI,QAAA,oBAPJ,oBAOI,QAAA,qBAPJ,cAOI,QAAA,eAPJ,qBAOI,QAAA,sBAPJ,cAOI,QAAA","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css deleted file mode 100644 index b5b17d7..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css +++ /dev/null @@ -1,5050 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ -:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #fd7e14; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #0d6efd; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 13, 110, 253; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: var(--bs-font-sans-serif); - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -.container, -.container-fluid, -.container-xxl, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-left: var(--bs-gutter-x, 0.75rem); - padding-right: var(--bs-gutter-x, 0.75rem); - margin-left: auto; - margin-right: auto; -} - -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } -} -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } -} -@media (min-width: 1400px) { - .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1320px; - } -} -.row { - --bs-gutter-x: 1.5rem; - --bs-gutter-y: 0; - display: flex; - flex-wrap: wrap; - margin-top: calc(-1 * var(--bs-gutter-y)); - margin-left: calc(-0.5 * var(--bs-gutter-x)); - margin-right: calc(-0.5 * var(--bs-gutter-x)); -} -.row > * { - box-sizing: border-box; - flex-shrink: 0; - width: 100%; - max-width: 100%; - padding-left: calc(var(--bs-gutter-x) * 0.5); - padding-right: calc(var(--bs-gutter-x) * 0.5); - margin-top: var(--bs-gutter-y); -} - -.col { - flex: 1 0 0%; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.33333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.66666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.33333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.66666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.33333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.66666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.33333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.66666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-right: 8.33333333%; -} - -.offset-2 { - margin-right: 16.66666667%; -} - -.offset-3 { - margin-right: 25%; -} - -.offset-4 { - margin-right: 33.33333333%; -} - -.offset-5 { - margin-right: 41.66666667%; -} - -.offset-6 { - margin-right: 50%; -} - -.offset-7 { - margin-right: 58.33333333%; -} - -.offset-8 { - margin-right: 66.66666667%; -} - -.offset-9 { - margin-right: 75%; -} - -.offset-10 { - margin-right: 83.33333333%; -} - -.offset-11 { - margin-right: 91.66666667%; -} - -.g-0, -.gx-0 { - --bs-gutter-x: 0; -} - -.g-0, -.gy-0 { - --bs-gutter-y: 0; -} - -.g-1, -.gx-1 { - --bs-gutter-x: 0.25rem; -} - -.g-1, -.gy-1 { - --bs-gutter-y: 0.25rem; -} - -.g-2, -.gx-2 { - --bs-gutter-x: 0.5rem; -} - -.g-2, -.gy-2 { - --bs-gutter-y: 0.5rem; -} - -.g-3, -.gx-3 { - --bs-gutter-x: 1rem; -} - -.g-3, -.gy-3 { - --bs-gutter-y: 1rem; -} - -.g-4, -.gx-4 { - --bs-gutter-x: 1.5rem; -} - -.g-4, -.gy-4 { - --bs-gutter-y: 1.5rem; -} - -.g-5, -.gx-5 { - --bs-gutter-x: 3rem; -} - -.g-5, -.gy-5 { - --bs-gutter-y: 3rem; -} - -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - .col-sm-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-sm-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-sm-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-sm-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-sm-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-sm-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-sm-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-sm-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-sm-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-sm-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-sm-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-sm-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-sm-0 { - margin-right: 0; - } - - .offset-sm-1 { - margin-right: 8.33333333%; - } - - .offset-sm-2 { - margin-right: 16.66666667%; - } - - .offset-sm-3 { - margin-right: 25%; - } - - .offset-sm-4 { - margin-right: 33.33333333%; - } - - .offset-sm-5 { - margin-right: 41.66666667%; - } - - .offset-sm-6 { - margin-right: 50%; - } - - .offset-sm-7 { - margin-right: 58.33333333%; - } - - .offset-sm-8 { - margin-right: 66.66666667%; - } - - .offset-sm-9 { - margin-right: 75%; - } - - .offset-sm-10 { - margin-right: 83.33333333%; - } - - .offset-sm-11 { - margin-right: 91.66666667%; - } - - .g-sm-0, -.gx-sm-0 { - --bs-gutter-x: 0; - } - - .g-sm-0, -.gy-sm-0 { - --bs-gutter-y: 0; - } - - .g-sm-1, -.gx-sm-1 { - --bs-gutter-x: 0.25rem; - } - - .g-sm-1, -.gy-sm-1 { - --bs-gutter-y: 0.25rem; - } - - .g-sm-2, -.gx-sm-2 { - --bs-gutter-x: 0.5rem; - } - - .g-sm-2, -.gy-sm-2 { - --bs-gutter-y: 0.5rem; - } - - .g-sm-3, -.gx-sm-3 { - --bs-gutter-x: 1rem; - } - - .g-sm-3, -.gy-sm-3 { - --bs-gutter-y: 1rem; - } - - .g-sm-4, -.gx-sm-4 { - --bs-gutter-x: 1.5rem; - } - - .g-sm-4, -.gy-sm-4 { - --bs-gutter-y: 1.5rem; - } - - .g-sm-5, -.gx-sm-5 { - --bs-gutter-x: 3rem; - } - - .g-sm-5, -.gy-sm-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - - .col-md-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-md-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-md-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-md-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-md-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-md-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-md-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-md-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-md-0 { - margin-right: 0; - } - - .offset-md-1 { - margin-right: 8.33333333%; - } - - .offset-md-2 { - margin-right: 16.66666667%; - } - - .offset-md-3 { - margin-right: 25%; - } - - .offset-md-4 { - margin-right: 33.33333333%; - } - - .offset-md-5 { - margin-right: 41.66666667%; - } - - .offset-md-6 { - margin-right: 50%; - } - - .offset-md-7 { - margin-right: 58.33333333%; - } - - .offset-md-8 { - margin-right: 66.66666667%; - } - - .offset-md-9 { - margin-right: 75%; - } - - .offset-md-10 { - margin-right: 83.33333333%; - } - - .offset-md-11 { - margin-right: 91.66666667%; - } - - .g-md-0, -.gx-md-0 { - --bs-gutter-x: 0; - } - - .g-md-0, -.gy-md-0 { - --bs-gutter-y: 0; - } - - .g-md-1, -.gx-md-1 { - --bs-gutter-x: 0.25rem; - } - - .g-md-1, -.gy-md-1 { - --bs-gutter-y: 0.25rem; - } - - .g-md-2, -.gx-md-2 { - --bs-gutter-x: 0.5rem; - } - - .g-md-2, -.gy-md-2 { - --bs-gutter-y: 0.5rem; - } - - .g-md-3, -.gx-md-3 { - --bs-gutter-x: 1rem; - } - - .g-md-3, -.gy-md-3 { - --bs-gutter-y: 1rem; - } - - .g-md-4, -.gx-md-4 { - --bs-gutter-x: 1.5rem; - } - - .g-md-4, -.gy-md-4 { - --bs-gutter-y: 1.5rem; - } - - .g-md-5, -.gx-md-5 { - --bs-gutter-x: 3rem; - } - - .g-md-5, -.gy-md-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - .col-lg-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-lg-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-lg-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-lg-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-lg-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-lg-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-lg-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-lg-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-lg-0 { - margin-right: 0; - } - - .offset-lg-1 { - margin-right: 8.33333333%; - } - - .offset-lg-2 { - margin-right: 16.66666667%; - } - - .offset-lg-3 { - margin-right: 25%; - } - - .offset-lg-4 { - margin-right: 33.33333333%; - } - - .offset-lg-5 { - margin-right: 41.66666667%; - } - - .offset-lg-6 { - margin-right: 50%; - } - - .offset-lg-7 { - margin-right: 58.33333333%; - } - - .offset-lg-8 { - margin-right: 66.66666667%; - } - - .offset-lg-9 { - margin-right: 75%; - } - - .offset-lg-10 { - margin-right: 83.33333333%; - } - - .offset-lg-11 { - margin-right: 91.66666667%; - } - - .g-lg-0, -.gx-lg-0 { - --bs-gutter-x: 0; - } - - .g-lg-0, -.gy-lg-0 { - --bs-gutter-y: 0; - } - - .g-lg-1, -.gx-lg-1 { - --bs-gutter-x: 0.25rem; - } - - .g-lg-1, -.gy-lg-1 { - --bs-gutter-y: 0.25rem; - } - - .g-lg-2, -.gx-lg-2 { - --bs-gutter-x: 0.5rem; - } - - .g-lg-2, -.gy-lg-2 { - --bs-gutter-y: 0.5rem; - } - - .g-lg-3, -.gx-lg-3 { - --bs-gutter-x: 1rem; - } - - .g-lg-3, -.gy-lg-3 { - --bs-gutter-y: 1rem; - } - - .g-lg-4, -.gx-lg-4 { - --bs-gutter-x: 1.5rem; - } - - .g-lg-4, -.gy-lg-4 { - --bs-gutter-y: 1.5rem; - } - - .g-lg-5, -.gx-lg-5 { - --bs-gutter-x: 3rem; - } - - .g-lg-5, -.gy-lg-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xl-0 { - margin-right: 0; - } - - .offset-xl-1 { - margin-right: 8.33333333%; - } - - .offset-xl-2 { - margin-right: 16.66666667%; - } - - .offset-xl-3 { - margin-right: 25%; - } - - .offset-xl-4 { - margin-right: 33.33333333%; - } - - .offset-xl-5 { - margin-right: 41.66666667%; - } - - .offset-xl-6 { - margin-right: 50%; - } - - .offset-xl-7 { - margin-right: 58.33333333%; - } - - .offset-xl-8 { - margin-right: 66.66666667%; - } - - .offset-xl-9 { - margin-right: 75%; - } - - .offset-xl-10 { - margin-right: 83.33333333%; - } - - .offset-xl-11 { - margin-right: 91.66666667%; - } - - .g-xl-0, -.gx-xl-0 { - --bs-gutter-x: 0; - } - - .g-xl-0, -.gy-xl-0 { - --bs-gutter-y: 0; - } - - .g-xl-1, -.gx-xl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xl-1, -.gy-xl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xl-2, -.gx-xl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xl-2, -.gy-xl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xl-3, -.gx-xl-3 { - --bs-gutter-x: 1rem; - } - - .g-xl-3, -.gy-xl-3 { - --bs-gutter-y: 1rem; - } - - .g-xl-4, -.gx-xl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xl-4, -.gy-xl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xl-5, -.gx-xl-5 { - --bs-gutter-x: 3rem; - } - - .g-xl-5, -.gy-xl-5 { - --bs-gutter-y: 3rem; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xxl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xxl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xxl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xxl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xxl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xxl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xxl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xxl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xxl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xxl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xxl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xxl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xxl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xxl-0 { - margin-right: 0; - } - - .offset-xxl-1 { - margin-right: 8.33333333%; - } - - .offset-xxl-2 { - margin-right: 16.66666667%; - } - - .offset-xxl-3 { - margin-right: 25%; - } - - .offset-xxl-4 { - margin-right: 33.33333333%; - } - - .offset-xxl-5 { - margin-right: 41.66666667%; - } - - .offset-xxl-6 { - margin-right: 50%; - } - - .offset-xxl-7 { - margin-right: 58.33333333%; - } - - .offset-xxl-8 { - margin-right: 66.66666667%; - } - - .offset-xxl-9 { - margin-right: 75%; - } - - .offset-xxl-10 { - margin-right: 83.33333333%; - } - - .offset-xxl-11 { - margin-right: 91.66666667%; - } - - .g-xxl-0, -.gx-xxl-0 { - --bs-gutter-x: 0; - } - - .g-xxl-0, -.gy-xxl-0 { - --bs-gutter-y: 0; - } - - .g-xxl-1, -.gx-xxl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xxl-1, -.gy-xxl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xxl-2, -.gx-xxl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xxl-2, -.gy-xxl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xxl-3, -.gx-xxl-3 { - --bs-gutter-x: 1rem; - } - - .g-xxl-3, -.gy-xxl-3 { - --bs-gutter-y: 1rem; - } - - .g-xxl-4, -.gx-xxl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xxl-4, -.gy-xxl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xxl-5, -.gx-xxl-5 { - --bs-gutter-x: 3rem; - } - - .g-xxl-5, -.gy-xxl-5 { - --bs-gutter-y: 3rem; - } -} -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-grid { - display: grid !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.d-none { - display: none !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.justify-content-evenly { - justify-content: space-evenly !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -.order-first { - order: -1 !important; -} - -.order-0 { - order: 0 !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-last { - order: 6 !important; -} - -.m-0 { - margin: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mx-0 { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; -} - -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; -} - -.mx-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; -} - -.mx-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; -} - -.mx-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; -} - -.mx-auto { - margin-left: auto !important; - margin-right: auto !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.me-0 { - margin-left: 0 !important; -} - -.me-1 { - margin-left: 0.25rem !important; -} - -.me-2 { - margin-left: 0.5rem !important; -} - -.me-3 { - margin-left: 1rem !important; -} - -.me-4 { - margin-left: 1.5rem !important; -} - -.me-5 { - margin-left: 3rem !important; -} - -.me-auto { - margin-left: auto !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ms-0 { - margin-right: 0 !important; -} - -.ms-1 { - margin-right: 0.25rem !important; -} - -.ms-2 { - margin-right: 0.5rem !important; -} - -.ms-3 { - margin-right: 1rem !important; -} - -.ms-4 { - margin-right: 1.5rem !important; -} - -.ms-5 { - margin-right: 3rem !important; -} - -.ms-auto { - margin-right: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-left: 0 !important; - padding-right: 0 !important; -} - -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; -} - -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; -} - -.px-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; -} - -.px-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.px-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pe-0 { - padding-left: 0 !important; -} - -.pe-1 { - padding-left: 0.25rem !important; -} - -.pe-2 { - padding-left: 0.5rem !important; -} - -.pe-3 { - padding-left: 1rem !important; -} - -.pe-4 { - padding-left: 1.5rem !important; -} - -.pe-5 { - padding-left: 3rem !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.ps-0 { - padding-right: 0 !important; -} - -.ps-1 { - padding-right: 0.25rem !important; -} - -.ps-2 { - padding-right: 0.5rem !important; -} - -.ps-3 { - padding-right: 1rem !important; -} - -.ps-4 { - padding-right: 1.5rem !important; -} - -.ps-5 { - padding-right: 3rem !important; -} - -@media (min-width: 576px) { - .d-sm-inline { - display: inline !important; - } - - .d-sm-inline-block { - display: inline-block !important; - } - - .d-sm-block { - display: block !important; - } - - .d-sm-grid { - display: grid !important; - } - - .d-sm-table { - display: table !important; - } - - .d-sm-table-row { - display: table-row !important; - } - - .d-sm-table-cell { - display: table-cell !important; - } - - .d-sm-flex { - display: flex !important; - } - - .d-sm-inline-flex { - display: inline-flex !important; - } - - .d-sm-none { - display: none !important; - } - - .flex-sm-fill { - flex: 1 1 auto !important; - } - - .flex-sm-row { - flex-direction: row !important; - } - - .flex-sm-column { - flex-direction: column !important; - } - - .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-sm-grow-0 { - flex-grow: 0 !important; - } - - .flex-sm-grow-1 { - flex-grow: 1 !important; - } - - .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-sm-wrap { - flex-wrap: wrap !important; - } - - .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-sm-start { - justify-content: flex-start !important; - } - - .justify-content-sm-end { - justify-content: flex-end !important; - } - - .justify-content-sm-center { - justify-content: center !important; - } - - .justify-content-sm-between { - justify-content: space-between !important; - } - - .justify-content-sm-around { - justify-content: space-around !important; - } - - .justify-content-sm-evenly { - justify-content: space-evenly !important; - } - - .align-items-sm-start { - align-items: flex-start !important; - } - - .align-items-sm-end { - align-items: flex-end !important; - } - - .align-items-sm-center { - align-items: center !important; - } - - .align-items-sm-baseline { - align-items: baseline !important; - } - - .align-items-sm-stretch { - align-items: stretch !important; - } - - .align-content-sm-start { - align-content: flex-start !important; - } - - .align-content-sm-end { - align-content: flex-end !important; - } - - .align-content-sm-center { - align-content: center !important; - } - - .align-content-sm-between { - align-content: space-between !important; - } - - .align-content-sm-around { - align-content: space-around !important; - } - - .align-content-sm-stretch { - align-content: stretch !important; - } - - .align-self-sm-auto { - align-self: auto !important; - } - - .align-self-sm-start { - align-self: flex-start !important; - } - - .align-self-sm-end { - align-self: flex-end !important; - } - - .align-self-sm-center { - align-self: center !important; - } - - .align-self-sm-baseline { - align-self: baseline !important; - } - - .align-self-sm-stretch { - align-self: stretch !important; - } - - .order-sm-first { - order: -1 !important; - } - - .order-sm-0 { - order: 0 !important; - } - - .order-sm-1 { - order: 1 !important; - } - - .order-sm-2 { - order: 2 !important; - } - - .order-sm-3 { - order: 3 !important; - } - - .order-sm-4 { - order: 4 !important; - } - - .order-sm-5 { - order: 5 !important; - } - - .order-sm-last { - order: 6 !important; - } - - .m-sm-0 { - margin: 0 !important; - } - - .m-sm-1 { - margin: 0.25rem !important; - } - - .m-sm-2 { - margin: 0.5rem !important; - } - - .m-sm-3 { - margin: 1rem !important; - } - - .m-sm-4 { - margin: 1.5rem !important; - } - - .m-sm-5 { - margin: 3rem !important; - } - - .m-sm-auto { - margin: auto !important; - } - - .mx-sm-0 { - margin-left: 0 !important; - margin-right: 0 !important; - } - - .mx-sm-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .mx-sm-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .mx-sm-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .mx-sm-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .mx-sm-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .mx-sm-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-sm-0 { - margin-top: 0 !important; - } - - .mt-sm-1 { - margin-top: 0.25rem !important; - } - - .mt-sm-2 { - margin-top: 0.5rem !important; - } - - .mt-sm-3 { - margin-top: 1rem !important; - } - - .mt-sm-4 { - margin-top: 1.5rem !important; - } - - .mt-sm-5 { - margin-top: 3rem !important; - } - - .mt-sm-auto { - margin-top: auto !important; - } - - .me-sm-0 { - margin-left: 0 !important; - } - - .me-sm-1 { - margin-left: 0.25rem !important; - } - - .me-sm-2 { - margin-left: 0.5rem !important; - } - - .me-sm-3 { - margin-left: 1rem !important; - } - - .me-sm-4 { - margin-left: 1.5rem !important; - } - - .me-sm-5 { - margin-left: 3rem !important; - } - - .me-sm-auto { - margin-left: auto !important; - } - - .mb-sm-0 { - margin-bottom: 0 !important; - } - - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - .mb-sm-auto { - margin-bottom: auto !important; - } - - .ms-sm-0 { - margin-right: 0 !important; - } - - .ms-sm-1 { - margin-right: 0.25rem !important; - } - - .ms-sm-2 { - margin-right: 0.5rem !important; - } - - .ms-sm-3 { - margin-right: 1rem !important; - } - - .ms-sm-4 { - margin-right: 1.5rem !important; - } - - .ms-sm-5 { - margin-right: 3rem !important; - } - - .ms-sm-auto { - margin-right: auto !important; - } - - .p-sm-0 { - padding: 0 !important; - } - - .p-sm-1 { - padding: 0.25rem !important; - } - - .p-sm-2 { - padding: 0.5rem !important; - } - - .p-sm-3 { - padding: 1rem !important; - } - - .p-sm-4 { - padding: 1.5rem !important; - } - - .p-sm-5 { - padding: 3rem !important; - } - - .px-sm-0 { - padding-left: 0 !important; - padding-right: 0 !important; - } - - .px-sm-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .px-sm-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .px-sm-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .px-sm-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .px-sm-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-sm-0 { - padding-top: 0 !important; - } - - .pt-sm-1 { - padding-top: 0.25rem !important; - } - - .pt-sm-2 { - padding-top: 0.5rem !important; - } - - .pt-sm-3 { - padding-top: 1rem !important; - } - - .pt-sm-4 { - padding-top: 1.5rem !important; - } - - .pt-sm-5 { - padding-top: 3rem !important; - } - - .pe-sm-0 { - padding-left: 0 !important; - } - - .pe-sm-1 { - padding-left: 0.25rem !important; - } - - .pe-sm-2 { - padding-left: 0.5rem !important; - } - - .pe-sm-3 { - padding-left: 1rem !important; - } - - .pe-sm-4 { - padding-left: 1.5rem !important; - } - - .pe-sm-5 { - padding-left: 3rem !important; - } - - .pb-sm-0 { - padding-bottom: 0 !important; - } - - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - .ps-sm-0 { - padding-right: 0 !important; - } - - .ps-sm-1 { - padding-right: 0.25rem !important; - } - - .ps-sm-2 { - padding-right: 0.5rem !important; - } - - .ps-sm-3 { - padding-right: 1rem !important; - } - - .ps-sm-4 { - padding-right: 1.5rem !important; - } - - .ps-sm-5 { - padding-right: 3rem !important; - } -} -@media (min-width: 768px) { - .d-md-inline { - display: inline !important; - } - - .d-md-inline-block { - display: inline-block !important; - } - - .d-md-block { - display: block !important; - } - - .d-md-grid { - display: grid !important; - } - - .d-md-table { - display: table !important; - } - - .d-md-table-row { - display: table-row !important; - } - - .d-md-table-cell { - display: table-cell !important; - } - - .d-md-flex { - display: flex !important; - } - - .d-md-inline-flex { - display: inline-flex !important; - } - - .d-md-none { - display: none !important; - } - - .flex-md-fill { - flex: 1 1 auto !important; - } - - .flex-md-row { - flex-direction: row !important; - } - - .flex-md-column { - flex-direction: column !important; - } - - .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-md-grow-0 { - flex-grow: 0 !important; - } - - .flex-md-grow-1 { - flex-grow: 1 !important; - } - - .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-md-wrap { - flex-wrap: wrap !important; - } - - .flex-md-nowrap { - flex-wrap: nowrap !important; - } - - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-md-start { - justify-content: flex-start !important; - } - - .justify-content-md-end { - justify-content: flex-end !important; - } - - .justify-content-md-center { - justify-content: center !important; - } - - .justify-content-md-between { - justify-content: space-between !important; - } - - .justify-content-md-around { - justify-content: space-around !important; - } - - .justify-content-md-evenly { - justify-content: space-evenly !important; - } - - .align-items-md-start { - align-items: flex-start !important; - } - - .align-items-md-end { - align-items: flex-end !important; - } - - .align-items-md-center { - align-items: center !important; - } - - .align-items-md-baseline { - align-items: baseline !important; - } - - .align-items-md-stretch { - align-items: stretch !important; - } - - .align-content-md-start { - align-content: flex-start !important; - } - - .align-content-md-end { - align-content: flex-end !important; - } - - .align-content-md-center { - align-content: center !important; - } - - .align-content-md-between { - align-content: space-between !important; - } - - .align-content-md-around { - align-content: space-around !important; - } - - .align-content-md-stretch { - align-content: stretch !important; - } - - .align-self-md-auto { - align-self: auto !important; - } - - .align-self-md-start { - align-self: flex-start !important; - } - - .align-self-md-end { - align-self: flex-end !important; - } - - .align-self-md-center { - align-self: center !important; - } - - .align-self-md-baseline { - align-self: baseline !important; - } - - .align-self-md-stretch { - align-self: stretch !important; - } - - .order-md-first { - order: -1 !important; - } - - .order-md-0 { - order: 0 !important; - } - - .order-md-1 { - order: 1 !important; - } - - .order-md-2 { - order: 2 !important; - } - - .order-md-3 { - order: 3 !important; - } - - .order-md-4 { - order: 4 !important; - } - - .order-md-5 { - order: 5 !important; - } - - .order-md-last { - order: 6 !important; - } - - .m-md-0 { - margin: 0 !important; - } - - .m-md-1 { - margin: 0.25rem !important; - } - - .m-md-2 { - margin: 0.5rem !important; - } - - .m-md-3 { - margin: 1rem !important; - } - - .m-md-4 { - margin: 1.5rem !important; - } - - .m-md-5 { - margin: 3rem !important; - } - - .m-md-auto { - margin: auto !important; - } - - .mx-md-0 { - margin-left: 0 !important; - margin-right: 0 !important; - } - - .mx-md-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .mx-md-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .mx-md-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .mx-md-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .mx-md-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .mx-md-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-md-0 { - margin-top: 0 !important; - } - - .mt-md-1 { - margin-top: 0.25rem !important; - } - - .mt-md-2 { - margin-top: 0.5rem !important; - } - - .mt-md-3 { - margin-top: 1rem !important; - } - - .mt-md-4 { - margin-top: 1.5rem !important; - } - - .mt-md-5 { - margin-top: 3rem !important; - } - - .mt-md-auto { - margin-top: auto !important; - } - - .me-md-0 { - margin-left: 0 !important; - } - - .me-md-1 { - margin-left: 0.25rem !important; - } - - .me-md-2 { - margin-left: 0.5rem !important; - } - - .me-md-3 { - margin-left: 1rem !important; - } - - .me-md-4 { - margin-left: 1.5rem !important; - } - - .me-md-5 { - margin-left: 3rem !important; - } - - .me-md-auto { - margin-left: auto !important; - } - - .mb-md-0 { - margin-bottom: 0 !important; - } - - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - .mb-md-3 { - margin-bottom: 1rem !important; - } - - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - .mb-md-5 { - margin-bottom: 3rem !important; - } - - .mb-md-auto { - margin-bottom: auto !important; - } - - .ms-md-0 { - margin-right: 0 !important; - } - - .ms-md-1 { - margin-right: 0.25rem !important; - } - - .ms-md-2 { - margin-right: 0.5rem !important; - } - - .ms-md-3 { - margin-right: 1rem !important; - } - - .ms-md-4 { - margin-right: 1.5rem !important; - } - - .ms-md-5 { - margin-right: 3rem !important; - } - - .ms-md-auto { - margin-right: auto !important; - } - - .p-md-0 { - padding: 0 !important; - } - - .p-md-1 { - padding: 0.25rem !important; - } - - .p-md-2 { - padding: 0.5rem !important; - } - - .p-md-3 { - padding: 1rem !important; - } - - .p-md-4 { - padding: 1.5rem !important; - } - - .p-md-5 { - padding: 3rem !important; - } - - .px-md-0 { - padding-left: 0 !important; - padding-right: 0 !important; - } - - .px-md-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .px-md-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .px-md-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .px-md-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .px-md-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-md-0 { - padding-top: 0 !important; - } - - .pt-md-1 { - padding-top: 0.25rem !important; - } - - .pt-md-2 { - padding-top: 0.5rem !important; - } - - .pt-md-3 { - padding-top: 1rem !important; - } - - .pt-md-4 { - padding-top: 1.5rem !important; - } - - .pt-md-5 { - padding-top: 3rem !important; - } - - .pe-md-0 { - padding-left: 0 !important; - } - - .pe-md-1 { - padding-left: 0.25rem !important; - } - - .pe-md-2 { - padding-left: 0.5rem !important; - } - - .pe-md-3 { - padding-left: 1rem !important; - } - - .pe-md-4 { - padding-left: 1.5rem !important; - } - - .pe-md-5 { - padding-left: 3rem !important; - } - - .pb-md-0 { - padding-bottom: 0 !important; - } - - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - .pb-md-3 { - padding-bottom: 1rem !important; - } - - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - .pb-md-5 { - padding-bottom: 3rem !important; - } - - .ps-md-0 { - padding-right: 0 !important; - } - - .ps-md-1 { - padding-right: 0.25rem !important; - } - - .ps-md-2 { - padding-right: 0.5rem !important; - } - - .ps-md-3 { - padding-right: 1rem !important; - } - - .ps-md-4 { - padding-right: 1.5rem !important; - } - - .ps-md-5 { - padding-right: 3rem !important; - } -} -@media (min-width: 992px) { - .d-lg-inline { - display: inline !important; - } - - .d-lg-inline-block { - display: inline-block !important; - } - - .d-lg-block { - display: block !important; - } - - .d-lg-grid { - display: grid !important; - } - - .d-lg-table { - display: table !important; - } - - .d-lg-table-row { - display: table-row !important; - } - - .d-lg-table-cell { - display: table-cell !important; - } - - .d-lg-flex { - display: flex !important; - } - - .d-lg-inline-flex { - display: inline-flex !important; - } - - .d-lg-none { - display: none !important; - } - - .flex-lg-fill { - flex: 1 1 auto !important; - } - - .flex-lg-row { - flex-direction: row !important; - } - - .flex-lg-column { - flex-direction: column !important; - } - - .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-lg-grow-0 { - flex-grow: 0 !important; - } - - .flex-lg-grow-1 { - flex-grow: 1 !important; - } - - .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-lg-wrap { - flex-wrap: wrap !important; - } - - .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-lg-start { - justify-content: flex-start !important; - } - - .justify-content-lg-end { - justify-content: flex-end !important; - } - - .justify-content-lg-center { - justify-content: center !important; - } - - .justify-content-lg-between { - justify-content: space-between !important; - } - - .justify-content-lg-around { - justify-content: space-around !important; - } - - .justify-content-lg-evenly { - justify-content: space-evenly !important; - } - - .align-items-lg-start { - align-items: flex-start !important; - } - - .align-items-lg-end { - align-items: flex-end !important; - } - - .align-items-lg-center { - align-items: center !important; - } - - .align-items-lg-baseline { - align-items: baseline !important; - } - - .align-items-lg-stretch { - align-items: stretch !important; - } - - .align-content-lg-start { - align-content: flex-start !important; - } - - .align-content-lg-end { - align-content: flex-end !important; - } - - .align-content-lg-center { - align-content: center !important; - } - - .align-content-lg-between { - align-content: space-between !important; - } - - .align-content-lg-around { - align-content: space-around !important; - } - - .align-content-lg-stretch { - align-content: stretch !important; - } - - .align-self-lg-auto { - align-self: auto !important; - } - - .align-self-lg-start { - align-self: flex-start !important; - } - - .align-self-lg-end { - align-self: flex-end !important; - } - - .align-self-lg-center { - align-self: center !important; - } - - .align-self-lg-baseline { - align-self: baseline !important; - } - - .align-self-lg-stretch { - align-self: stretch !important; - } - - .order-lg-first { - order: -1 !important; - } - - .order-lg-0 { - order: 0 !important; - } - - .order-lg-1 { - order: 1 !important; - } - - .order-lg-2 { - order: 2 !important; - } - - .order-lg-3 { - order: 3 !important; - } - - .order-lg-4 { - order: 4 !important; - } - - .order-lg-5 { - order: 5 !important; - } - - .order-lg-last { - order: 6 !important; - } - - .m-lg-0 { - margin: 0 !important; - } - - .m-lg-1 { - margin: 0.25rem !important; - } - - .m-lg-2 { - margin: 0.5rem !important; - } - - .m-lg-3 { - margin: 1rem !important; - } - - .m-lg-4 { - margin: 1.5rem !important; - } - - .m-lg-5 { - margin: 3rem !important; - } - - .m-lg-auto { - margin: auto !important; - } - - .mx-lg-0 { - margin-left: 0 !important; - margin-right: 0 !important; - } - - .mx-lg-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .mx-lg-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .mx-lg-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .mx-lg-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .mx-lg-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .mx-lg-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-lg-0 { - margin-top: 0 !important; - } - - .mt-lg-1 { - margin-top: 0.25rem !important; - } - - .mt-lg-2 { - margin-top: 0.5rem !important; - } - - .mt-lg-3 { - margin-top: 1rem !important; - } - - .mt-lg-4 { - margin-top: 1.5rem !important; - } - - .mt-lg-5 { - margin-top: 3rem !important; - } - - .mt-lg-auto { - margin-top: auto !important; - } - - .me-lg-0 { - margin-left: 0 !important; - } - - .me-lg-1 { - margin-left: 0.25rem !important; - } - - .me-lg-2 { - margin-left: 0.5rem !important; - } - - .me-lg-3 { - margin-left: 1rem !important; - } - - .me-lg-4 { - margin-left: 1.5rem !important; - } - - .me-lg-5 { - margin-left: 3rem !important; - } - - .me-lg-auto { - margin-left: auto !important; - } - - .mb-lg-0 { - margin-bottom: 0 !important; - } - - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - .mb-lg-auto { - margin-bottom: auto !important; - } - - .ms-lg-0 { - margin-right: 0 !important; - } - - .ms-lg-1 { - margin-right: 0.25rem !important; - } - - .ms-lg-2 { - margin-right: 0.5rem !important; - } - - .ms-lg-3 { - margin-right: 1rem !important; - } - - .ms-lg-4 { - margin-right: 1.5rem !important; - } - - .ms-lg-5 { - margin-right: 3rem !important; - } - - .ms-lg-auto { - margin-right: auto !important; - } - - .p-lg-0 { - padding: 0 !important; - } - - .p-lg-1 { - padding: 0.25rem !important; - } - - .p-lg-2 { - padding: 0.5rem !important; - } - - .p-lg-3 { - padding: 1rem !important; - } - - .p-lg-4 { - padding: 1.5rem !important; - } - - .p-lg-5 { - padding: 3rem !important; - } - - .px-lg-0 { - padding-left: 0 !important; - padding-right: 0 !important; - } - - .px-lg-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .px-lg-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .px-lg-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .px-lg-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .px-lg-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-lg-0 { - padding-top: 0 !important; - } - - .pt-lg-1 { - padding-top: 0.25rem !important; - } - - .pt-lg-2 { - padding-top: 0.5rem !important; - } - - .pt-lg-3 { - padding-top: 1rem !important; - } - - .pt-lg-4 { - padding-top: 1.5rem !important; - } - - .pt-lg-5 { - padding-top: 3rem !important; - } - - .pe-lg-0 { - padding-left: 0 !important; - } - - .pe-lg-1 { - padding-left: 0.25rem !important; - } - - .pe-lg-2 { - padding-left: 0.5rem !important; - } - - .pe-lg-3 { - padding-left: 1rem !important; - } - - .pe-lg-4 { - padding-left: 1.5rem !important; - } - - .pe-lg-5 { - padding-left: 3rem !important; - } - - .pb-lg-0 { - padding-bottom: 0 !important; - } - - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - .ps-lg-0 { - padding-right: 0 !important; - } - - .ps-lg-1 { - padding-right: 0.25rem !important; - } - - .ps-lg-2 { - padding-right: 0.5rem !important; - } - - .ps-lg-3 { - padding-right: 1rem !important; - } - - .ps-lg-4 { - padding-right: 1.5rem !important; - } - - .ps-lg-5 { - padding-right: 3rem !important; - } -} -@media (min-width: 1200px) { - .d-xl-inline { - display: inline !important; - } - - .d-xl-inline-block { - display: inline-block !important; - } - - .d-xl-block { - display: block !important; - } - - .d-xl-grid { - display: grid !important; - } - - .d-xl-table { - display: table !important; - } - - .d-xl-table-row { - display: table-row !important; - } - - .d-xl-table-cell { - display: table-cell !important; - } - - .d-xl-flex { - display: flex !important; - } - - .d-xl-inline-flex { - display: inline-flex !important; - } - - .d-xl-none { - display: none !important; - } - - .flex-xl-fill { - flex: 1 1 auto !important; - } - - .flex-xl-row { - flex-direction: row !important; - } - - .flex-xl-column { - flex-direction: column !important; - } - - .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xl-wrap { - flex-wrap: wrap !important; - } - - .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-xl-start { - justify-content: flex-start !important; - } - - .justify-content-xl-end { - justify-content: flex-end !important; - } - - .justify-content-xl-center { - justify-content: center !important; - } - - .justify-content-xl-between { - justify-content: space-between !important; - } - - .justify-content-xl-around { - justify-content: space-around !important; - } - - .justify-content-xl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xl-start { - align-items: flex-start !important; - } - - .align-items-xl-end { - align-items: flex-end !important; - } - - .align-items-xl-center { - align-items: center !important; - } - - .align-items-xl-baseline { - align-items: baseline !important; - } - - .align-items-xl-stretch { - align-items: stretch !important; - } - - .align-content-xl-start { - align-content: flex-start !important; - } - - .align-content-xl-end { - align-content: flex-end !important; - } - - .align-content-xl-center { - align-content: center !important; - } - - .align-content-xl-between { - align-content: space-between !important; - } - - .align-content-xl-around { - align-content: space-around !important; - } - - .align-content-xl-stretch { - align-content: stretch !important; - } - - .align-self-xl-auto { - align-self: auto !important; - } - - .align-self-xl-start { - align-self: flex-start !important; - } - - .align-self-xl-end { - align-self: flex-end !important; - } - - .align-self-xl-center { - align-self: center !important; - } - - .align-self-xl-baseline { - align-self: baseline !important; - } - - .align-self-xl-stretch { - align-self: stretch !important; - } - - .order-xl-first { - order: -1 !important; - } - - .order-xl-0 { - order: 0 !important; - } - - .order-xl-1 { - order: 1 !important; - } - - .order-xl-2 { - order: 2 !important; - } - - .order-xl-3 { - order: 3 !important; - } - - .order-xl-4 { - order: 4 !important; - } - - .order-xl-5 { - order: 5 !important; - } - - .order-xl-last { - order: 6 !important; - } - - .m-xl-0 { - margin: 0 !important; - } - - .m-xl-1 { - margin: 0.25rem !important; - } - - .m-xl-2 { - margin: 0.5rem !important; - } - - .m-xl-3 { - margin: 1rem !important; - } - - .m-xl-4 { - margin: 1.5rem !important; - } - - .m-xl-5 { - margin: 3rem !important; - } - - .m-xl-auto { - margin: auto !important; - } - - .mx-xl-0 { - margin-left: 0 !important; - margin-right: 0 !important; - } - - .mx-xl-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .mx-xl-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .mx-xl-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .mx-xl-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .mx-xl-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .mx-xl-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xl-0 { - margin-top: 0 !important; - } - - .mt-xl-1 { - margin-top: 0.25rem !important; - } - - .mt-xl-2 { - margin-top: 0.5rem !important; - } - - .mt-xl-3 { - margin-top: 1rem !important; - } - - .mt-xl-4 { - margin-top: 1.5rem !important; - } - - .mt-xl-5 { - margin-top: 3rem !important; - } - - .mt-xl-auto { - margin-top: auto !important; - } - - .me-xl-0 { - margin-left: 0 !important; - } - - .me-xl-1 { - margin-left: 0.25rem !important; - } - - .me-xl-2 { - margin-left: 0.5rem !important; - } - - .me-xl-3 { - margin-left: 1rem !important; - } - - .me-xl-4 { - margin-left: 1.5rem !important; - } - - .me-xl-5 { - margin-left: 3rem !important; - } - - .me-xl-auto { - margin-left: auto !important; - } - - .mb-xl-0 { - margin-bottom: 0 !important; - } - - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xl-5 { - margin-bottom: 3rem !important; - } - - .mb-xl-auto { - margin-bottom: auto !important; - } - - .ms-xl-0 { - margin-right: 0 !important; - } - - .ms-xl-1 { - margin-right: 0.25rem !important; - } - - .ms-xl-2 { - margin-right: 0.5rem !important; - } - - .ms-xl-3 { - margin-right: 1rem !important; - } - - .ms-xl-4 { - margin-right: 1.5rem !important; - } - - .ms-xl-5 { - margin-right: 3rem !important; - } - - .ms-xl-auto { - margin-right: auto !important; - } - - .p-xl-0 { - padding: 0 !important; - } - - .p-xl-1 { - padding: 0.25rem !important; - } - - .p-xl-2 { - padding: 0.5rem !important; - } - - .p-xl-3 { - padding: 1rem !important; - } - - .p-xl-4 { - padding: 1.5rem !important; - } - - .p-xl-5 { - padding: 3rem !important; - } - - .px-xl-0 { - padding-left: 0 !important; - padding-right: 0 !important; - } - - .px-xl-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .px-xl-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .px-xl-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .px-xl-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .px-xl-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xl-0 { - padding-top: 0 !important; - } - - .pt-xl-1 { - padding-top: 0.25rem !important; - } - - .pt-xl-2 { - padding-top: 0.5rem !important; - } - - .pt-xl-3 { - padding-top: 1rem !important; - } - - .pt-xl-4 { - padding-top: 1.5rem !important; - } - - .pt-xl-5 { - padding-top: 3rem !important; - } - - .pe-xl-0 { - padding-left: 0 !important; - } - - .pe-xl-1 { - padding-left: 0.25rem !important; - } - - .pe-xl-2 { - padding-left: 0.5rem !important; - } - - .pe-xl-3 { - padding-left: 1rem !important; - } - - .pe-xl-4 { - padding-left: 1.5rem !important; - } - - .pe-xl-5 { - padding-left: 3rem !important; - } - - .pb-xl-0 { - padding-bottom: 0 !important; - } - - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - .ps-xl-0 { - padding-right: 0 !important; - } - - .ps-xl-1 { - padding-right: 0.25rem !important; - } - - .ps-xl-2 { - padding-right: 0.5rem !important; - } - - .ps-xl-3 { - padding-right: 1rem !important; - } - - .ps-xl-4 { - padding-right: 1.5rem !important; - } - - .ps-xl-5 { - padding-right: 3rem !important; - } -} -@media (min-width: 1400px) { - .d-xxl-inline { - display: inline !important; - } - - .d-xxl-inline-block { - display: inline-block !important; - } - - .d-xxl-block { - display: block !important; - } - - .d-xxl-grid { - display: grid !important; - } - - .d-xxl-table { - display: table !important; - } - - .d-xxl-table-row { - display: table-row !important; - } - - .d-xxl-table-cell { - display: table-cell !important; - } - - .d-xxl-flex { - display: flex !important; - } - - .d-xxl-inline-flex { - display: inline-flex !important; - } - - .d-xxl-none { - display: none !important; - } - - .flex-xxl-fill { - flex: 1 1 auto !important; - } - - .flex-xxl-row { - flex-direction: row !important; - } - - .flex-xxl-column { - flex-direction: column !important; - } - - .flex-xxl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xxl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xxl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xxl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xxl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xxl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xxl-wrap { - flex-wrap: wrap !important; - } - - .flex-xxl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xxl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .justify-content-xxl-start { - justify-content: flex-start !important; - } - - .justify-content-xxl-end { - justify-content: flex-end !important; - } - - .justify-content-xxl-center { - justify-content: center !important; - } - - .justify-content-xxl-between { - justify-content: space-between !important; - } - - .justify-content-xxl-around { - justify-content: space-around !important; - } - - .justify-content-xxl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xxl-start { - align-items: flex-start !important; - } - - .align-items-xxl-end { - align-items: flex-end !important; - } - - .align-items-xxl-center { - align-items: center !important; - } - - .align-items-xxl-baseline { - align-items: baseline !important; - } - - .align-items-xxl-stretch { - align-items: stretch !important; - } - - .align-content-xxl-start { - align-content: flex-start !important; - } - - .align-content-xxl-end { - align-content: flex-end !important; - } - - .align-content-xxl-center { - align-content: center !important; - } - - .align-content-xxl-between { - align-content: space-between !important; - } - - .align-content-xxl-around { - align-content: space-around !important; - } - - .align-content-xxl-stretch { - align-content: stretch !important; - } - - .align-self-xxl-auto { - align-self: auto !important; - } - - .align-self-xxl-start { - align-self: flex-start !important; - } - - .align-self-xxl-end { - align-self: flex-end !important; - } - - .align-self-xxl-center { - align-self: center !important; - } - - .align-self-xxl-baseline { - align-self: baseline !important; - } - - .align-self-xxl-stretch { - align-self: stretch !important; - } - - .order-xxl-first { - order: -1 !important; - } - - .order-xxl-0 { - order: 0 !important; - } - - .order-xxl-1 { - order: 1 !important; - } - - .order-xxl-2 { - order: 2 !important; - } - - .order-xxl-3 { - order: 3 !important; - } - - .order-xxl-4 { - order: 4 !important; - } - - .order-xxl-5 { - order: 5 !important; - } - - .order-xxl-last { - order: 6 !important; - } - - .m-xxl-0 { - margin: 0 !important; - } - - .m-xxl-1 { - margin: 0.25rem !important; - } - - .m-xxl-2 { - margin: 0.5rem !important; - } - - .m-xxl-3 { - margin: 1rem !important; - } - - .m-xxl-4 { - margin: 1.5rem !important; - } - - .m-xxl-5 { - margin: 3rem !important; - } - - .m-xxl-auto { - margin: auto !important; - } - - .mx-xxl-0 { - margin-left: 0 !important; - margin-right: 0 !important; - } - - .mx-xxl-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .mx-xxl-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .mx-xxl-3 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .mx-xxl-4 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .mx-xxl-5 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .mx-xxl-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .my-xxl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xxl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xxl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xxl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xxl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xxl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xxl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xxl-0 { - margin-top: 0 !important; - } - - .mt-xxl-1 { - margin-top: 0.25rem !important; - } - - .mt-xxl-2 { - margin-top: 0.5rem !important; - } - - .mt-xxl-3 { - margin-top: 1rem !important; - } - - .mt-xxl-4 { - margin-top: 1.5rem !important; - } - - .mt-xxl-5 { - margin-top: 3rem !important; - } - - .mt-xxl-auto { - margin-top: auto !important; - } - - .me-xxl-0 { - margin-left: 0 !important; - } - - .me-xxl-1 { - margin-left: 0.25rem !important; - } - - .me-xxl-2 { - margin-left: 0.5rem !important; - } - - .me-xxl-3 { - margin-left: 1rem !important; - } - - .me-xxl-4 { - margin-left: 1.5rem !important; - } - - .me-xxl-5 { - margin-left: 3rem !important; - } - - .me-xxl-auto { - margin-left: auto !important; - } - - .mb-xxl-0 { - margin-bottom: 0 !important; - } - - .mb-xxl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xxl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xxl-3 { - margin-bottom: 1rem !important; - } - - .mb-xxl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xxl-5 { - margin-bottom: 3rem !important; - } - - .mb-xxl-auto { - margin-bottom: auto !important; - } - - .ms-xxl-0 { - margin-right: 0 !important; - } - - .ms-xxl-1 { - margin-right: 0.25rem !important; - } - - .ms-xxl-2 { - margin-right: 0.5rem !important; - } - - .ms-xxl-3 { - margin-right: 1rem !important; - } - - .ms-xxl-4 { - margin-right: 1.5rem !important; - } - - .ms-xxl-5 { - margin-right: 3rem !important; - } - - .ms-xxl-auto { - margin-right: auto !important; - } - - .p-xxl-0 { - padding: 0 !important; - } - - .p-xxl-1 { - padding: 0.25rem !important; - } - - .p-xxl-2 { - padding: 0.5rem !important; - } - - .p-xxl-3 { - padding: 1rem !important; - } - - .p-xxl-4 { - padding: 1.5rem !important; - } - - .p-xxl-5 { - padding: 3rem !important; - } - - .px-xxl-0 { - padding-left: 0 !important; - padding-right: 0 !important; - } - - .px-xxl-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .px-xxl-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .px-xxl-3 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .px-xxl-4 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .px-xxl-5 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .py-xxl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xxl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xxl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xxl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xxl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xxl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xxl-0 { - padding-top: 0 !important; - } - - .pt-xxl-1 { - padding-top: 0.25rem !important; - } - - .pt-xxl-2 { - padding-top: 0.5rem !important; - } - - .pt-xxl-3 { - padding-top: 1rem !important; - } - - .pt-xxl-4 { - padding-top: 1.5rem !important; - } - - .pt-xxl-5 { - padding-top: 3rem !important; - } - - .pe-xxl-0 { - padding-left: 0 !important; - } - - .pe-xxl-1 { - padding-left: 0.25rem !important; - } - - .pe-xxl-2 { - padding-left: 0.5rem !important; - } - - .pe-xxl-3 { - padding-left: 1rem !important; - } - - .pe-xxl-4 { - padding-left: 1.5rem !important; - } - - .pe-xxl-5 { - padding-left: 3rem !important; - } - - .pb-xxl-0 { - padding-bottom: 0 !important; - } - - .pb-xxl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xxl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xxl-3 { - padding-bottom: 1rem !important; - } - - .pb-xxl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xxl-5 { - padding-bottom: 3rem !important; - } - - .ps-xxl-0 { - padding-right: 0 !important; - } - - .ps-xxl-1 { - padding-right: 0.25rem !important; - } - - .ps-xxl-2 { - padding-right: 0.5rem !important; - } - - .ps-xxl-3 { - padding-right: 1rem !important; - } - - .ps-xxl-4 { - padding-right: 1.5rem !important; - } - - .ps-xxl-5 { - padding-right: 3rem !important; - } -} -@media print { - .d-print-inline { - display: inline !important; - } - - .d-print-inline-block { - display: inline-block !important; - } - - .d-print-block { - display: block !important; - } - - .d-print-grid { - display: grid !important; - } - - .d-print-table { - display: table !important; - } - - .d-print-table-row { - display: table-row !important; - } - - .d-print-table-cell { - display: table-cell !important; - } - - .d-print-flex { - display: flex !important; - } - - .d-print-inline-flex { - display: inline-flex !important; - } - - .d-print-none { - display: none !important; - } -} -/*# sourceMappingURL=bootstrap-grid.rtl.css.map */ \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css.map b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css.map deleted file mode 100644 index d9b546b..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;EAAA;ACAA;EAQI,kBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAAA,kBAAA;EAAA,gBAAA;EAAA,kBAAA;EAAA,uBAAA;EAIA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAIA,qBAAA;EAAA,uBAAA;EAAA,qBAAA;EAAA,kBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAIA,8BAAA;EAAA,iCAAA;EAAA,6BAAA;EAAA,2BAAA;EAAA,6BAAA;EAAA,4BAAA;EAAA,6BAAA;EAAA,yBAAA;EAGF,6BAAA;EACA,uBAAA;EACA,+BAAA;EACA,+BAAA;EAMA,qNAAA;EACA,yGAAA;EACA,yFAAA;EAQA,gDAAA;EACA,yBAAA;EACA,0BAAA;EACA,0BAAA;EACA,wBAAA;EAIA,kBAAA;ACQF;;ACpDE;;;;;;;ECHA,WAAA;EACA,yCAAA;EACA,0CAAA;EACA,iBAAA;EACA,kBAAA;AFiEF;;AGTI;EF5CE;IACE,gBGide;EJxZrB;AACF;AGfI;EF5CE;IACE,gBGide;EJnZrB;AACF;AGpBI;EF5CE;IACE,gBGide;EJ9YrB;AACF;AGzBI;EF5CE;IACE,iBGide;EJzYrB;AACF;AG9BI;EF5CE;IACE,iBGide;EJpYrB;AACF;AK7FE;ECAA,qBAAA;EACA,gBAAA;EACA,aAAA;EACA,eAAA;EAEA,yCAAA;EACA,4CAAA;EACA,6CAAA;AN+FF;AKnGI;ECSF,sBAAA;EAIA,cAAA;EACA,WAAA;EACA,eAAA;EACA,4CAAA;EACA,6CAAA;EACA,8BAAA;AN0FF;;AM3CM;EACE,YAAA;AN8CR;;AM3CM;EApCJ,cAAA;EACA,WAAA;ANmFF;;AMrEE;EACE,cAAA;EACA,WAAA;ANwEJ;;AM1EE;EACE,cAAA;EACA,UAAA;AN6EJ;;AM/EE;EACE,cAAA;EACA,qBAAA;ANkFJ;;AMpFE;EACE,cAAA;EACA,UAAA;ANuFJ;;AMzFE;EACE,cAAA;EACA,UAAA;AN4FJ;;AM9FE;EACE,cAAA;EACA,qBAAA;ANiGJ;;AMlEM;EAhDJ,cAAA;EACA,WAAA;ANsHF;;AMjEU;EAhEN,cAAA;EACA,kBAAA;ANqIJ;;AMtEU;EAhEN,cAAA;EACA,mBAAA;AN0IJ;;AM3EU;EAhEN,cAAA;EACA,UAAA;AN+IJ;;AMhFU;EAhEN,cAAA;EACA,mBAAA;ANoJJ;;AMrFU;EAhEN,cAAA;EACA,mBAAA;ANyJJ;;AM1FU;EAhEN,cAAA;EACA,UAAA;AN8JJ;;AM/FU;EAhEN,cAAA;EACA,mBAAA;ANmKJ;;AMpGU;EAhEN,cAAA;EACA,mBAAA;ANwKJ;;AMzGU;EAhEN,cAAA;EACA,UAAA;AN6KJ;;AM9GU;EAhEN,cAAA;EACA,mBAAA;ANkLJ;;AMnHU;EAhEN,cAAA;EACA,mBAAA;ANuLJ;;AMxHU;EAhEN,cAAA;EACA,WAAA;AN4LJ;;AMrHY;EAxDV,yBAAA;ANiLF;;AMzHY;EAxDV,0BAAA;ANqLF;;AM7HY;EAxDV,iBAAA;ANyLF;;AMjIY;EAxDV,0BAAA;AN6LF;;AMrIY;EAxDV,0BAAA;ANiMF;;AMzIY;EAxDV,iBAAA;ANqMF;;AM7IY;EAxDV,0BAAA;ANyMF;;AMjJY;EAxDV,0BAAA;AN6MF;;AMrJY;EAxDV,iBAAA;ANiNF;;AMzJY;EAxDV,0BAAA;ANqNF;;AM7JY;EAxDV,0BAAA;ANyNF;;AMtJQ;;EAEE,gBAAA;ANyJV;;AMtJQ;;EAEE,gBAAA;ANyJV;;AMhKQ;;EAEE,sBAAA;ANmKV;;AMhKQ;;EAEE,sBAAA;ANmKV;;AM1KQ;;EAEE,qBAAA;AN6KV;;AM1KQ;;EAEE,qBAAA;AN6KV;;AMpLQ;;EAEE,mBAAA;ANuLV;;AMpLQ;;EAEE,mBAAA;ANuLV;;AM9LQ;;EAEE,qBAAA;ANiMV;;AM9LQ;;EAEE,qBAAA;ANiMV;;AMxMQ;;EAEE,mBAAA;AN2MV;;AMxMQ;;EAEE,mBAAA;AN2MV;;AGrQI;EGUE;IACE,YAAA;EN+PN;;EM5PI;IApCJ,cAAA;IACA,WAAA;ENoSA;;EMtRA;IACE,cAAA;IACA,WAAA;ENyRF;;EM3RA;IACE,cAAA;IACA,UAAA;EN8RF;;EMhSA;IACE,cAAA;IACA,qBAAA;ENmSF;;EMrSA;IACE,cAAA;IACA,UAAA;ENwSF;;EM1SA;IACE,cAAA;IACA,UAAA;EN6SF;;EM/SA;IACE,cAAA;IACA,qBAAA;ENkTF;;EMnRI;IAhDJ,cAAA;IACA,WAAA;ENuUA;;EMlRQ;IAhEN,cAAA;IACA,kBAAA;ENsVF;;EMvRQ;IAhEN,cAAA;IACA,mBAAA;EN2VF;;EM5RQ;IAhEN,cAAA;IACA,UAAA;ENgWF;;EMjSQ;IAhEN,cAAA;IACA,mBAAA;ENqWF;;EMtSQ;IAhEN,cAAA;IACA,mBAAA;EN0WF;;EM3SQ;IAhEN,cAAA;IACA,UAAA;EN+WF;;EMhTQ;IAhEN,cAAA;IACA,mBAAA;ENoXF;;EMrTQ;IAhEN,cAAA;IACA,mBAAA;ENyXF;;EM1TQ;IAhEN,cAAA;IACA,UAAA;EN8XF;;EM/TQ;IAhEN,cAAA;IACA,mBAAA;ENmYF;;EMpUQ;IAhEN,cAAA;IACA,mBAAA;ENwYF;;EMzUQ;IAhEN,cAAA;IACA,WAAA;EN6YF;;EMtUU;IAxDV,eAAA;ENkYA;;EM1UU;IAxDV,yBAAA;ENsYA;;EM9UU;IAxDV,0BAAA;EN0YA;;EMlVU;IAxDV,iBAAA;EN8YA;;EMtVU;IAxDV,0BAAA;ENkZA;;EM1VU;IAxDV,0BAAA;ENsZA;;EM9VU;IAxDV,iBAAA;EN0ZA;;EMlWU;IAxDV,0BAAA;EN8ZA;;EMtWU;IAxDV,0BAAA;ENkaA;;EM1WU;IAxDV,iBAAA;ENsaA;;EM9WU;IAxDV,0BAAA;EN0aA;;EMlXU;IAxDV,0BAAA;EN8aA;;EM3WM;;IAEE,gBAAA;EN8WR;;EM3WM;;IAEE,gBAAA;EN8WR;;EMrXM;;IAEE,sBAAA;ENwXR;;EMrXM;;IAEE,sBAAA;ENwXR;;EM/XM;;IAEE,qBAAA;ENkYR;;EM/XM;;IAEE,qBAAA;ENkYR;;EMzYM;;IAEE,mBAAA;EN4YR;;EMzYM;;IAEE,mBAAA;EN4YR;;EMnZM;;IAEE,qBAAA;ENsZR;;EMnZM;;IAEE,qBAAA;ENsZR;;EM7ZM;;IAEE,mBAAA;ENgaR;;EM7ZM;;IAEE,mBAAA;ENgaR;AACF;AG3dI;EGUE;IACE,YAAA;ENodN;;EMjdI;IApCJ,cAAA;IACA,WAAA;ENyfA;;EM3eA;IACE,cAAA;IACA,WAAA;EN8eF;;EMhfA;IACE,cAAA;IACA,UAAA;ENmfF;;EMrfA;IACE,cAAA;IACA,qBAAA;ENwfF;;EM1fA;IACE,cAAA;IACA,UAAA;EN6fF;;EM/fA;IACE,cAAA;IACA,UAAA;ENkgBF;;EMpgBA;IACE,cAAA;IACA,qBAAA;ENugBF;;EMxeI;IAhDJ,cAAA;IACA,WAAA;EN4hBA;;EMveQ;IAhEN,cAAA;IACA,kBAAA;EN2iBF;;EM5eQ;IAhEN,cAAA;IACA,mBAAA;ENgjBF;;EMjfQ;IAhEN,cAAA;IACA,UAAA;ENqjBF;;EMtfQ;IAhEN,cAAA;IACA,mBAAA;EN0jBF;;EM3fQ;IAhEN,cAAA;IACA,mBAAA;EN+jBF;;EMhgBQ;IAhEN,cAAA;IACA,UAAA;ENokBF;;EMrgBQ;IAhEN,cAAA;IACA,mBAAA;ENykBF;;EM1gBQ;IAhEN,cAAA;IACA,mBAAA;EN8kBF;;EM/gBQ;IAhEN,cAAA;IACA,UAAA;ENmlBF;;EMphBQ;IAhEN,cAAA;IACA,mBAAA;ENwlBF;;EMzhBQ;IAhEN,cAAA;IACA,mBAAA;EN6lBF;;EM9hBQ;IAhEN,cAAA;IACA,WAAA;ENkmBF;;EM3hBU;IAxDV,eAAA;ENulBA;;EM/hBU;IAxDV,yBAAA;EN2lBA;;EMniBU;IAxDV,0BAAA;EN+lBA;;EMviBU;IAxDV,iBAAA;ENmmBA;;EM3iBU;IAxDV,0BAAA;ENumBA;;EM/iBU;IAxDV,0BAAA;EN2mBA;;EMnjBU;IAxDV,iBAAA;EN+mBA;;EMvjBU;IAxDV,0BAAA;ENmnBA;;EM3jBU;IAxDV,0BAAA;ENunBA;;EM/jBU;IAxDV,iBAAA;EN2nBA;;EMnkBU;IAxDV,0BAAA;EN+nBA;;EMvkBU;IAxDV,0BAAA;ENmoBA;;EMhkBM;;IAEE,gBAAA;ENmkBR;;EMhkBM;;IAEE,gBAAA;ENmkBR;;EM1kBM;;IAEE,sBAAA;EN6kBR;;EM1kBM;;IAEE,sBAAA;EN6kBR;;EMplBM;;IAEE,qBAAA;ENulBR;;EMplBM;;IAEE,qBAAA;ENulBR;;EM9lBM;;IAEE,mBAAA;ENimBR;;EM9lBM;;IAEE,mBAAA;ENimBR;;EMxmBM;;IAEE,qBAAA;EN2mBR;;EMxmBM;;IAEE,qBAAA;EN2mBR;;EMlnBM;;IAEE,mBAAA;ENqnBR;;EMlnBM;;IAEE,mBAAA;ENqnBR;AACF;AGhrBI;EGUE;IACE,YAAA;ENyqBN;;EMtqBI;IApCJ,cAAA;IACA,WAAA;EN8sBA;;EMhsBA;IACE,cAAA;IACA,WAAA;ENmsBF;;EMrsBA;IACE,cAAA;IACA,UAAA;ENwsBF;;EM1sBA;IACE,cAAA;IACA,qBAAA;EN6sBF;;EM/sBA;IACE,cAAA;IACA,UAAA;ENktBF;;EMptBA;IACE,cAAA;IACA,UAAA;ENutBF;;EMztBA;IACE,cAAA;IACA,qBAAA;EN4tBF;;EM7rBI;IAhDJ,cAAA;IACA,WAAA;ENivBA;;EM5rBQ;IAhEN,cAAA;IACA,kBAAA;ENgwBF;;EMjsBQ;IAhEN,cAAA;IACA,mBAAA;ENqwBF;;EMtsBQ;IAhEN,cAAA;IACA,UAAA;EN0wBF;;EM3sBQ;IAhEN,cAAA;IACA,mBAAA;EN+wBF;;EMhtBQ;IAhEN,cAAA;IACA,mBAAA;ENoxBF;;EMrtBQ;IAhEN,cAAA;IACA,UAAA;ENyxBF;;EM1tBQ;IAhEN,cAAA;IACA,mBAAA;EN8xBF;;EM/tBQ;IAhEN,cAAA;IACA,mBAAA;ENmyBF;;EMpuBQ;IAhEN,cAAA;IACA,UAAA;ENwyBF;;EMzuBQ;IAhEN,cAAA;IACA,mBAAA;EN6yBF;;EM9uBQ;IAhEN,cAAA;IACA,mBAAA;ENkzBF;;EMnvBQ;IAhEN,cAAA;IACA,WAAA;ENuzBF;;EMhvBU;IAxDV,eAAA;EN4yBA;;EMpvBU;IAxDV,yBAAA;ENgzBA;;EMxvBU;IAxDV,0BAAA;ENozBA;;EM5vBU;IAxDV,iBAAA;ENwzBA;;EMhwBU;IAxDV,0BAAA;EN4zBA;;EMpwBU;IAxDV,0BAAA;ENg0BA;;EMxwBU;IAxDV,iBAAA;ENo0BA;;EM5wBU;IAxDV,0BAAA;ENw0BA;;EMhxBU;IAxDV,0BAAA;EN40BA;;EMpxBU;IAxDV,iBAAA;ENg1BA;;EMxxBU;IAxDV,0BAAA;ENo1BA;;EM5xBU;IAxDV,0BAAA;ENw1BA;;EMrxBM;;IAEE,gBAAA;ENwxBR;;EMrxBM;;IAEE,gBAAA;ENwxBR;;EM/xBM;;IAEE,sBAAA;ENkyBR;;EM/xBM;;IAEE,sBAAA;ENkyBR;;EMzyBM;;IAEE,qBAAA;EN4yBR;;EMzyBM;;IAEE,qBAAA;EN4yBR;;EMnzBM;;IAEE,mBAAA;ENszBR;;EMnzBM;;IAEE,mBAAA;ENszBR;;EM7zBM;;IAEE,qBAAA;ENg0BR;;EM7zBM;;IAEE,qBAAA;ENg0BR;;EMv0BM;;IAEE,mBAAA;EN00BR;;EMv0BM;;IAEE,mBAAA;EN00BR;AACF;AGr4BI;EGUE;IACE,YAAA;EN83BN;;EM33BI;IApCJ,cAAA;IACA,WAAA;ENm6BA;;EMr5BA;IACE,cAAA;IACA,WAAA;ENw5BF;;EM15BA;IACE,cAAA;IACA,UAAA;EN65BF;;EM/5BA;IACE,cAAA;IACA,qBAAA;ENk6BF;;EMp6BA;IACE,cAAA;IACA,UAAA;ENu6BF;;EMz6BA;IACE,cAAA;IACA,UAAA;EN46BF;;EM96BA;IACE,cAAA;IACA,qBAAA;ENi7BF;;EMl5BI;IAhDJ,cAAA;IACA,WAAA;ENs8BA;;EMj5BQ;IAhEN,cAAA;IACA,kBAAA;ENq9BF;;EMt5BQ;IAhEN,cAAA;IACA,mBAAA;EN09BF;;EM35BQ;IAhEN,cAAA;IACA,UAAA;EN+9BF;;EMh6BQ;IAhEN,cAAA;IACA,mBAAA;ENo+BF;;EMr6BQ;IAhEN,cAAA;IACA,mBAAA;ENy+BF;;EM16BQ;IAhEN,cAAA;IACA,UAAA;EN8+BF;;EM/6BQ;IAhEN,cAAA;IACA,mBAAA;ENm/BF;;EMp7BQ;IAhEN,cAAA;IACA,mBAAA;ENw/BF;;EMz7BQ;IAhEN,cAAA;IACA,UAAA;EN6/BF;;EM97BQ;IAhEN,cAAA;IACA,mBAAA;ENkgCF;;EMn8BQ;IAhEN,cAAA;IACA,mBAAA;ENugCF;;EMx8BQ;IAhEN,cAAA;IACA,WAAA;EN4gCF;;EMr8BU;IAxDV,eAAA;ENigCA;;EMz8BU;IAxDV,yBAAA;ENqgCA;;EM78BU;IAxDV,0BAAA;ENygCA;;EMj9BU;IAxDV,iBAAA;EN6gCA;;EMr9BU;IAxDV,0BAAA;ENihCA;;EMz9BU;IAxDV,0BAAA;ENqhCA;;EM79BU;IAxDV,iBAAA;ENyhCA;;EMj+BU;IAxDV,0BAAA;EN6hCA;;EMr+BU;IAxDV,0BAAA;ENiiCA;;EMz+BU;IAxDV,iBAAA;ENqiCA;;EM7+BU;IAxDV,0BAAA;ENyiCA;;EMj/BU;IAxDV,0BAAA;EN6iCA;;EM1+BM;;IAEE,gBAAA;EN6+BR;;EM1+BM;;IAEE,gBAAA;EN6+BR;;EMp/BM;;IAEE,sBAAA;ENu/BR;;EMp/BM;;IAEE,sBAAA;ENu/BR;;EM9/BM;;IAEE,qBAAA;ENigCR;;EM9/BM;;IAEE,qBAAA;ENigCR;;EMxgCM;;IAEE,mBAAA;EN2gCR;;EMxgCM;;IAEE,mBAAA;EN2gCR;;EMlhCM;;IAEE,qBAAA;ENqhCR;;EMlhCM;;IAEE,qBAAA;ENqhCR;;EM5hCM;;IAEE,mBAAA;EN+hCR;;EM5hCM;;IAEE,mBAAA;EN+hCR;AACF;AG1lCI;EGUE;IACE,YAAA;ENmlCN;;EMhlCI;IApCJ,cAAA;IACA,WAAA;ENwnCA;;EM1mCA;IACE,cAAA;IACA,WAAA;EN6mCF;;EM/mCA;IACE,cAAA;IACA,UAAA;ENknCF;;EMpnCA;IACE,cAAA;IACA,qBAAA;ENunCF;;EMznCA;IACE,cAAA;IACA,UAAA;EN4nCF;;EM9nCA;IACE,cAAA;IACA,UAAA;ENioCF;;EMnoCA;IACE,cAAA;IACA,qBAAA;ENsoCF;;EMvmCI;IAhDJ,cAAA;IACA,WAAA;EN2pCA;;EMtmCQ;IAhEN,cAAA;IACA,kBAAA;EN0qCF;;EM3mCQ;IAhEN,cAAA;IACA,mBAAA;EN+qCF;;EMhnCQ;IAhEN,cAAA;IACA,UAAA;ENorCF;;EMrnCQ;IAhEN,cAAA;IACA,mBAAA;ENyrCF;;EM1nCQ;IAhEN,cAAA;IACA,mBAAA;EN8rCF;;EM/nCQ;IAhEN,cAAA;IACA,UAAA;ENmsCF;;EMpoCQ;IAhEN,cAAA;IACA,mBAAA;ENwsCF;;EMzoCQ;IAhEN,cAAA;IACA,mBAAA;EN6sCF;;EM9oCQ;IAhEN,cAAA;IACA,UAAA;ENktCF;;EMnpCQ;IAhEN,cAAA;IACA,mBAAA;ENutCF;;EMxpCQ;IAhEN,cAAA;IACA,mBAAA;EN4tCF;;EM7pCQ;IAhEN,cAAA;IACA,WAAA;ENiuCF;;EM1pCU;IAxDV,eAAA;ENstCA;;EM9pCU;IAxDV,yBAAA;EN0tCA;;EMlqCU;IAxDV,0BAAA;EN8tCA;;EMtqCU;IAxDV,iBAAA;ENkuCA;;EM1qCU;IAxDV,0BAAA;ENsuCA;;EM9qCU;IAxDV,0BAAA;EN0uCA;;EMlrCU;IAxDV,iBAAA;EN8uCA;;EMtrCU;IAxDV,0BAAA;ENkvCA;;EM1rCU;IAxDV,0BAAA;ENsvCA;;EM9rCU;IAxDV,iBAAA;EN0vCA;;EMlsCU;IAxDV,0BAAA;EN8vCA;;EMtsCU;IAxDV,0BAAA;ENkwCA;;EM/rCM;;IAEE,gBAAA;ENksCR;;EM/rCM;;IAEE,gBAAA;ENksCR;;EMzsCM;;IAEE,sBAAA;EN4sCR;;EMzsCM;;IAEE,sBAAA;EN4sCR;;EMntCM;;IAEE,qBAAA;ENstCR;;EMntCM;;IAEE,qBAAA;ENstCR;;EM7tCM;;IAEE,mBAAA;ENguCR;;EM7tCM;;IAEE,mBAAA;ENguCR;;EMvuCM;;IAEE,qBAAA;EN0uCR;;EMvuCM;;IAEE,qBAAA;EN0uCR;;EMjvCM;;IAEE,mBAAA;ENovCR;;EMjvCM;;IAEE,mBAAA;ENovCR;AACF;AO/yCQ;EAOI,0BAAA;AP2yCZ;;AOlzCQ;EAOI,gCAAA;AP+yCZ;;AOtzCQ;EAOI,yBAAA;APmzCZ;;AO1zCQ;EAOI,wBAAA;APuzCZ;;AO9zCQ;EAOI,yBAAA;AP2zCZ;;AOl0CQ;EAOI,6BAAA;AP+zCZ;;AOt0CQ;EAOI,8BAAA;APm0CZ;;AO10CQ;EAOI,wBAAA;APu0CZ;;AO90CQ;EAOI,+BAAA;AP20CZ;;AOl1CQ;EAOI,wBAAA;AP+0CZ;;AOt1CQ;EAOI,yBAAA;APm1CZ;;AO11CQ;EAOI,8BAAA;APu1CZ;;AO91CQ;EAOI,iCAAA;AP21CZ;;AOl2CQ;EAOI,sCAAA;AP+1CZ;;AOt2CQ;EAOI,yCAAA;APm2CZ;;AO12CQ;EAOI,uBAAA;APu2CZ;;AO92CQ;EAOI,uBAAA;AP22CZ;;AOl3CQ;EAOI,yBAAA;AP+2CZ;;AOt3CQ;EAOI,yBAAA;APm3CZ;;AO13CQ;EAOI,0BAAA;APu3CZ;;AO93CQ;EAOI,4BAAA;AP23CZ;;AOl4CQ;EAOI,kCAAA;AP+3CZ;;AOt4CQ;EAOI,sCAAA;APm4CZ;;AO14CQ;EAOI,oCAAA;APu4CZ;;AO94CQ;EAOI,kCAAA;AP24CZ;;AOl5CQ;EAOI,yCAAA;AP+4CZ;;AOt5CQ;EAOI,wCAAA;APm5CZ;;AO15CQ;EAOI,wCAAA;APu5CZ;;AO95CQ;EAOI,kCAAA;AP25CZ;;AOl6CQ;EAOI,gCAAA;AP+5CZ;;AOt6CQ;EAOI,8BAAA;APm6CZ;;AO16CQ;EAOI,gCAAA;APu6CZ;;AO96CQ;EAOI,+BAAA;AP26CZ;;AOl7CQ;EAOI,oCAAA;AP+6CZ;;AOt7CQ;EAOI,kCAAA;APm7CZ;;AO17CQ;EAOI,gCAAA;APu7CZ;;AO97CQ;EAOI,uCAAA;AP27CZ;;AOl8CQ;EAOI,sCAAA;AP+7CZ;;AOt8CQ;EAOI,iCAAA;APm8CZ;;AO18CQ;EAOI,2BAAA;APu8CZ;;AO98CQ;EAOI,iCAAA;AP28CZ;;AOl9CQ;EAOI,+BAAA;AP+8CZ;;AOt9CQ;EAOI,6BAAA;APm9CZ;;AO19CQ;EAOI,+BAAA;APu9CZ;;AO99CQ;EAOI,8BAAA;AP29CZ;;AOl+CQ;EAOI,oBAAA;AP+9CZ;;AOt+CQ;EAOI,mBAAA;APm+CZ;;AO1+CQ;EAOI,mBAAA;APu+CZ;;AO9+CQ;EAOI,mBAAA;AP2+CZ;;AOl/CQ;EAOI,mBAAA;AP++CZ;;AOt/CQ;EAOI,mBAAA;APm/CZ;;AO1/CQ;EAOI,mBAAA;APu/CZ;;AO9/CQ;EAOI,mBAAA;AP2/CZ;;AOlgDQ;EAOI,oBAAA;AP+/CZ;;AOtgDQ;EAOI,0BAAA;APmgDZ;;AO1gDQ;EAOI,yBAAA;APugDZ;;AO9gDQ;EAOI,uBAAA;AP2gDZ;;AOlhDQ;EAOI,yBAAA;AP+gDZ;;AOthDQ;EAOI,uBAAA;APmhDZ;;AO1hDQ;EAOI,uBAAA;APuhDZ;;AO9hDQ;EAOI,yBAAA;EAAA,0BAAA;AP4hDZ;;AOniDQ;EAOI,+BAAA;EAAA,gCAAA;APiiDZ;;AOxiDQ;EAOI,8BAAA;EAAA,+BAAA;APsiDZ;;AO7iDQ;EAOI,4BAAA;EAAA,6BAAA;AP2iDZ;;AOljDQ;EAOI,8BAAA;EAAA,+BAAA;APgjDZ;;AOvjDQ;EAOI,4BAAA;EAAA,6BAAA;APqjDZ;;AO5jDQ;EAOI,4BAAA;EAAA,6BAAA;AP0jDZ;;AOjkDQ;EAOI,wBAAA;EAAA,2BAAA;AP+jDZ;;AOtkDQ;EAOI,8BAAA;EAAA,iCAAA;APokDZ;;AO3kDQ;EAOI,6BAAA;EAAA,gCAAA;APykDZ;;AOhlDQ;EAOI,2BAAA;EAAA,8BAAA;AP8kDZ;;AOrlDQ;EAOI,6BAAA;EAAA,gCAAA;APmlDZ;;AO1lDQ;EAOI,2BAAA;EAAA,8BAAA;APwlDZ;;AO/lDQ;EAOI,2BAAA;EAAA,8BAAA;AP6lDZ;;AOpmDQ;EAOI,wBAAA;APimDZ;;AOxmDQ;EAOI,8BAAA;APqmDZ;;AO5mDQ;EAOI,6BAAA;APymDZ;;AOhnDQ;EAOI,2BAAA;AP6mDZ;;AOpnDQ;EAOI,6BAAA;APinDZ;;AOxnDQ;EAOI,2BAAA;APqnDZ;;AO5nDQ;EAOI,2BAAA;APynDZ;;AOhoDQ;EAOI,yBAAA;AP6nDZ;;AOpoDQ;EAOI,+BAAA;APioDZ;;AOxoDQ;EAOI,8BAAA;APqoDZ;;AO5oDQ;EAOI,4BAAA;APyoDZ;;AOhpDQ;EAOI,8BAAA;AP6oDZ;;AOppDQ;EAOI,4BAAA;APipDZ;;AOxpDQ;EAOI,4BAAA;APqpDZ;;AO5pDQ;EAOI,2BAAA;APypDZ;;AOhqDQ;EAOI,iCAAA;AP6pDZ;;AOpqDQ;EAOI,gCAAA;APiqDZ;;AOxqDQ;EAOI,8BAAA;APqqDZ;;AO5qDQ;EAOI,gCAAA;APyqDZ;;AOhrDQ;EAOI,8BAAA;AP6qDZ;;AOprDQ;EAOI,8BAAA;APirDZ;;AOxrDQ;EAOI,0BAAA;APqrDZ;;AO5rDQ;EAOI,gCAAA;APyrDZ;;AOhsDQ;EAOI,+BAAA;AP6rDZ;;AOpsDQ;EAOI,6BAAA;APisDZ;;AOxsDQ;EAOI,+BAAA;APqsDZ;;AO5sDQ;EAOI,6BAAA;APysDZ;;AOhtDQ;EAOI,6BAAA;AP6sDZ;;AOptDQ;EAOI,qBAAA;APitDZ;;AOxtDQ;EAOI,2BAAA;APqtDZ;;AO5tDQ;EAOI,0BAAA;APytDZ;;AOhuDQ;EAOI,wBAAA;AP6tDZ;;AOpuDQ;EAOI,0BAAA;APiuDZ;;AOxuDQ;EAOI,wBAAA;APquDZ;;AO5uDQ;EAOI,0BAAA;EAAA,2BAAA;AP0uDZ;;AOjvDQ;EAOI,gCAAA;EAAA,iCAAA;AP+uDZ;;AOtvDQ;EAOI,+BAAA;EAAA,gCAAA;APovDZ;;AO3vDQ;EAOI,6BAAA;EAAA,8BAAA;APyvDZ;;AOhwDQ;EAOI,+BAAA;EAAA,gCAAA;AP8vDZ;;AOrwDQ;EAOI,6BAAA;EAAA,8BAAA;APmwDZ;;AO1wDQ;EAOI,yBAAA;EAAA,4BAAA;APwwDZ;;AO/wDQ;EAOI,+BAAA;EAAA,kCAAA;AP6wDZ;;AOpxDQ;EAOI,8BAAA;EAAA,iCAAA;APkxDZ;;AOzxDQ;EAOI,4BAAA;EAAA,+BAAA;APuxDZ;;AO9xDQ;EAOI,8BAAA;EAAA,iCAAA;AP4xDZ;;AOnyDQ;EAOI,4BAAA;EAAA,+BAAA;APiyDZ;;AOxyDQ;EAOI,yBAAA;APqyDZ;;AO5yDQ;EAOI,+BAAA;APyyDZ;;AOhzDQ;EAOI,8BAAA;AP6yDZ;;AOpzDQ;EAOI,4BAAA;APizDZ;;AOxzDQ;EAOI,8BAAA;APqzDZ;;AO5zDQ;EAOI,4BAAA;APyzDZ;;AOh0DQ;EAOI,0BAAA;AP6zDZ;;AOp0DQ;EAOI,gCAAA;APi0DZ;;AOx0DQ;EAOI,+BAAA;APq0DZ;;AO50DQ;EAOI,6BAAA;APy0DZ;;AOh1DQ;EAOI,+BAAA;AP60DZ;;AOp1DQ;EAOI,6BAAA;APi1DZ;;AOx1DQ;EAOI,4BAAA;APq1DZ;;AO51DQ;EAOI,kCAAA;APy1DZ;;AOh2DQ;EAOI,iCAAA;AP61DZ;;AOp2DQ;EAOI,+BAAA;APi2DZ;;AOx2DQ;EAOI,iCAAA;APq2DZ;;AO52DQ;EAOI,+BAAA;APy2DZ;;AOh3DQ;EAOI,2BAAA;AP62DZ;;AOp3DQ;EAOI,iCAAA;APi3DZ;;AOx3DQ;EAOI,gCAAA;APq3DZ;;AO53DQ;EAOI,8BAAA;APy3DZ;;AOh4DQ;EAOI,gCAAA;AP63DZ;;AOp4DQ;EAOI,8BAAA;APi4DZ;;AGx4DI;EIAI;IAOI,0BAAA;EPs4DV;;EO74DM;IAOI,gCAAA;EP04DV;;EOj5DM;IAOI,yBAAA;EP84DV;;EOr5DM;IAOI,wBAAA;EPk5DV;;EOz5DM;IAOI,yBAAA;EPs5DV;;EO75DM;IAOI,6BAAA;EP05DV;;EOj6DM;IAOI,8BAAA;EP85DV;;EOr6DM;IAOI,wBAAA;EPk6DV;;EOz6DM;IAOI,+BAAA;EPs6DV;;EO76DM;IAOI,wBAAA;EP06DV;;EOj7DM;IAOI,yBAAA;EP86DV;;EOr7DM;IAOI,8BAAA;EPk7DV;;EOz7DM;IAOI,iCAAA;EPs7DV;;EO77DM;IAOI,sCAAA;EP07DV;;EOj8DM;IAOI,yCAAA;EP87DV;;EOr8DM;IAOI,uBAAA;EPk8DV;;EOz8DM;IAOI,uBAAA;EPs8DV;;EO78DM;IAOI,yBAAA;EP08DV;;EOj9DM;IAOI,yBAAA;EP88DV;;EOr9DM;IAOI,0BAAA;EPk9DV;;EOz9DM;IAOI,4BAAA;EPs9DV;;EO79DM;IAOI,kCAAA;EP09DV;;EOj+DM;IAOI,sCAAA;EP89DV;;EOr+DM;IAOI,oCAAA;EPk+DV;;EOz+DM;IAOI,kCAAA;EPs+DV;;EO7+DM;IAOI,yCAAA;EP0+DV;;EOj/DM;IAOI,wCAAA;EP8+DV;;EOr/DM;IAOI,wCAAA;EPk/DV;;EOz/DM;IAOI,kCAAA;EPs/DV;;EO7/DM;IAOI,gCAAA;EP0/DV;;EOjgEM;IAOI,8BAAA;EP8/DV;;EOrgEM;IAOI,gCAAA;EPkgEV;;EOzgEM;IAOI,+BAAA;EPsgEV;;EO7gEM;IAOI,oCAAA;EP0gEV;;EOjhEM;IAOI,kCAAA;EP8gEV;;EOrhEM;IAOI,gCAAA;EPkhEV;;EOzhEM;IAOI,uCAAA;EPshEV;;EO7hEM;IAOI,sCAAA;EP0hEV;;EOjiEM;IAOI,iCAAA;EP8hEV;;EOriEM;IAOI,2BAAA;EPkiEV;;EOziEM;IAOI,iCAAA;EPsiEV;;EO7iEM;IAOI,+BAAA;EP0iEV;;EOjjEM;IAOI,6BAAA;EP8iEV;;EOrjEM;IAOI,+BAAA;EPkjEV;;EOzjEM;IAOI,8BAAA;EPsjEV;;EO7jEM;IAOI,oBAAA;EP0jEV;;EOjkEM;IAOI,mBAAA;EP8jEV;;EOrkEM;IAOI,mBAAA;EPkkEV;;EOzkEM;IAOI,mBAAA;EPskEV;;EO7kEM;IAOI,mBAAA;EP0kEV;;EOjlEM;IAOI,mBAAA;EP8kEV;;EOrlEM;IAOI,mBAAA;EPklEV;;EOzlEM;IAOI,mBAAA;EPslEV;;EO7lEM;IAOI,oBAAA;EP0lEV;;EOjmEM;IAOI,0BAAA;EP8lEV;;EOrmEM;IAOI,yBAAA;EPkmEV;;EOzmEM;IAOI,uBAAA;EPsmEV;;EO7mEM;IAOI,yBAAA;EP0mEV;;EOjnEM;IAOI,uBAAA;EP8mEV;;EOrnEM;IAOI,uBAAA;EPknEV;;EOznEM;IAOI,yBAAA;IAAA,0BAAA;EPunEV;;EO9nEM;IAOI,+BAAA;IAAA,gCAAA;EP4nEV;;EOnoEM;IAOI,8BAAA;IAAA,+BAAA;EPioEV;;EOxoEM;IAOI,4BAAA;IAAA,6BAAA;EPsoEV;;EO7oEM;IAOI,8BAAA;IAAA,+BAAA;EP2oEV;;EOlpEM;IAOI,4BAAA;IAAA,6BAAA;EPgpEV;;EOvpEM;IAOI,4BAAA;IAAA,6BAAA;EPqpEV;;EO5pEM;IAOI,wBAAA;IAAA,2BAAA;EP0pEV;;EOjqEM;IAOI,8BAAA;IAAA,iCAAA;EP+pEV;;EOtqEM;IAOI,6BAAA;IAAA,gCAAA;EPoqEV;;EO3qEM;IAOI,2BAAA;IAAA,8BAAA;EPyqEV;;EOhrEM;IAOI,6BAAA;IAAA,gCAAA;EP8qEV;;EOrrEM;IAOI,2BAAA;IAAA,8BAAA;EPmrEV;;EO1rEM;IAOI,2BAAA;IAAA,8BAAA;EPwrEV;;EO/rEM;IAOI,wBAAA;EP4rEV;;EOnsEM;IAOI,8BAAA;EPgsEV;;EOvsEM;IAOI,6BAAA;EPosEV;;EO3sEM;IAOI,2BAAA;EPwsEV;;EO/sEM;IAOI,6BAAA;EP4sEV;;EOntEM;IAOI,2BAAA;EPgtEV;;EOvtEM;IAOI,2BAAA;EPotEV;;EO3tEM;IAOI,yBAAA;EPwtEV;;EO/tEM;IAOI,+BAAA;EP4tEV;;EOnuEM;IAOI,8BAAA;EPguEV;;EOvuEM;IAOI,4BAAA;EPouEV;;EO3uEM;IAOI,8BAAA;EPwuEV;;EO/uEM;IAOI,4BAAA;EP4uEV;;EOnvEM;IAOI,4BAAA;EPgvEV;;EOvvEM;IAOI,2BAAA;EPovEV;;EO3vEM;IAOI,iCAAA;EPwvEV;;EO/vEM;IAOI,gCAAA;EP4vEV;;EOnwEM;IAOI,8BAAA;EPgwEV;;EOvwEM;IAOI,gCAAA;EPowEV;;EO3wEM;IAOI,8BAAA;EPwwEV;;EO/wEM;IAOI,8BAAA;EP4wEV;;EOnxEM;IAOI,0BAAA;EPgxEV;;EOvxEM;IAOI,gCAAA;EPoxEV;;EO3xEM;IAOI,+BAAA;EPwxEV;;EO/xEM;IAOI,6BAAA;EP4xEV;;EOnyEM;IAOI,+BAAA;EPgyEV;;EOvyEM;IAOI,6BAAA;EPoyEV;;EO3yEM;IAOI,6BAAA;EPwyEV;;EO/yEM;IAOI,qBAAA;EP4yEV;;EOnzEM;IAOI,2BAAA;EPgzEV;;EOvzEM;IAOI,0BAAA;EPozEV;;EO3zEM;IAOI,wBAAA;EPwzEV;;EO/zEM;IAOI,0BAAA;EP4zEV;;EOn0EM;IAOI,wBAAA;EPg0EV;;EOv0EM;IAOI,0BAAA;IAAA,2BAAA;EPq0EV;;EO50EM;IAOI,gCAAA;IAAA,iCAAA;EP00EV;;EOj1EM;IAOI,+BAAA;IAAA,gCAAA;EP+0EV;;EOt1EM;IAOI,6BAAA;IAAA,8BAAA;EPo1EV;;EO31EM;IAOI,+BAAA;IAAA,gCAAA;EPy1EV;;EOh2EM;IAOI,6BAAA;IAAA,8BAAA;EP81EV;;EOr2EM;IAOI,yBAAA;IAAA,4BAAA;EPm2EV;;EO12EM;IAOI,+BAAA;IAAA,kCAAA;EPw2EV;;EO/2EM;IAOI,8BAAA;IAAA,iCAAA;EP62EV;;EOp3EM;IAOI,4BAAA;IAAA,+BAAA;EPk3EV;;EOz3EM;IAOI,8BAAA;IAAA,iCAAA;EPu3EV;;EO93EM;IAOI,4BAAA;IAAA,+BAAA;EP43EV;;EOn4EM;IAOI,yBAAA;EPg4EV;;EOv4EM;IAOI,+BAAA;EPo4EV;;EO34EM;IAOI,8BAAA;EPw4EV;;EO/4EM;IAOI,4BAAA;EP44EV;;EOn5EM;IAOI,8BAAA;EPg5EV;;EOv5EM;IAOI,4BAAA;EPo5EV;;EO35EM;IAOI,0BAAA;EPw5EV;;EO/5EM;IAOI,gCAAA;EP45EV;;EOn6EM;IAOI,+BAAA;EPg6EV;;EOv6EM;IAOI,6BAAA;EPo6EV;;EO36EM;IAOI,+BAAA;EPw6EV;;EO/6EM;IAOI,6BAAA;EP46EV;;EOn7EM;IAOI,4BAAA;EPg7EV;;EOv7EM;IAOI,kCAAA;EPo7EV;;EO37EM;IAOI,iCAAA;EPw7EV;;EO/7EM;IAOI,+BAAA;EP47EV;;EOn8EM;IAOI,iCAAA;EPg8EV;;EOv8EM;IAOI,+BAAA;EPo8EV;;EO38EM;IAOI,2BAAA;EPw8EV;;EO/8EM;IAOI,iCAAA;EP48EV;;EOn9EM;IAOI,gCAAA;EPg9EV;;EOv9EM;IAOI,8BAAA;EPo9EV;;EO39EM;IAOI,gCAAA;EPw9EV;;EO/9EM;IAOI,8BAAA;EP49EV;AACF;AGp+EI;EIAI;IAOI,0BAAA;EPi+EV;;EOx+EM;IAOI,gCAAA;EPq+EV;;EO5+EM;IAOI,yBAAA;EPy+EV;;EOh/EM;IAOI,wBAAA;EP6+EV;;EOp/EM;IAOI,yBAAA;EPi/EV;;EOx/EM;IAOI,6BAAA;EPq/EV;;EO5/EM;IAOI,8BAAA;EPy/EV;;EOhgFM;IAOI,wBAAA;EP6/EV;;EOpgFM;IAOI,+BAAA;EPigFV;;EOxgFM;IAOI,wBAAA;EPqgFV;;EO5gFM;IAOI,yBAAA;EPygFV;;EOhhFM;IAOI,8BAAA;EP6gFV;;EOphFM;IAOI,iCAAA;EPihFV;;EOxhFM;IAOI,sCAAA;EPqhFV;;EO5hFM;IAOI,yCAAA;EPyhFV;;EOhiFM;IAOI,uBAAA;EP6hFV;;EOpiFM;IAOI,uBAAA;EPiiFV;;EOxiFM;IAOI,yBAAA;EPqiFV;;EO5iFM;IAOI,yBAAA;EPyiFV;;EOhjFM;IAOI,0BAAA;EP6iFV;;EOpjFM;IAOI,4BAAA;EPijFV;;EOxjFM;IAOI,kCAAA;EPqjFV;;EO5jFM;IAOI,sCAAA;EPyjFV;;EOhkFM;IAOI,oCAAA;EP6jFV;;EOpkFM;IAOI,kCAAA;EPikFV;;EOxkFM;IAOI,yCAAA;EPqkFV;;EO5kFM;IAOI,wCAAA;EPykFV;;EOhlFM;IAOI,wCAAA;EP6kFV;;EOplFM;IAOI,kCAAA;EPilFV;;EOxlFM;IAOI,gCAAA;EPqlFV;;EO5lFM;IAOI,8BAAA;EPylFV;;EOhmFM;IAOI,gCAAA;EP6lFV;;EOpmFM;IAOI,+BAAA;EPimFV;;EOxmFM;IAOI,oCAAA;EPqmFV;;EO5mFM;IAOI,kCAAA;EPymFV;;EOhnFM;IAOI,gCAAA;EP6mFV;;EOpnFM;IAOI,uCAAA;EPinFV;;EOxnFM;IAOI,sCAAA;EPqnFV;;EO5nFM;IAOI,iCAAA;EPynFV;;EOhoFM;IAOI,2BAAA;EP6nFV;;EOpoFM;IAOI,iCAAA;EPioFV;;EOxoFM;IAOI,+BAAA;EPqoFV;;EO5oFM;IAOI,6BAAA;EPyoFV;;EOhpFM;IAOI,+BAAA;EP6oFV;;EOppFM;IAOI,8BAAA;EPipFV;;EOxpFM;IAOI,oBAAA;EPqpFV;;EO5pFM;IAOI,mBAAA;EPypFV;;EOhqFM;IAOI,mBAAA;EP6pFV;;EOpqFM;IAOI,mBAAA;EPiqFV;;EOxqFM;IAOI,mBAAA;EPqqFV;;EO5qFM;IAOI,mBAAA;EPyqFV;;EOhrFM;IAOI,mBAAA;EP6qFV;;EOprFM;IAOI,mBAAA;EPirFV;;EOxrFM;IAOI,oBAAA;EPqrFV;;EO5rFM;IAOI,0BAAA;EPyrFV;;EOhsFM;IAOI,yBAAA;EP6rFV;;EOpsFM;IAOI,uBAAA;EPisFV;;EOxsFM;IAOI,yBAAA;EPqsFV;;EO5sFM;IAOI,uBAAA;EPysFV;;EOhtFM;IAOI,uBAAA;EP6sFV;;EOptFM;IAOI,yBAAA;IAAA,0BAAA;EPktFV;;EOztFM;IAOI,+BAAA;IAAA,gCAAA;EPutFV;;EO9tFM;IAOI,8BAAA;IAAA,+BAAA;EP4tFV;;EOnuFM;IAOI,4BAAA;IAAA,6BAAA;EPiuFV;;EOxuFM;IAOI,8BAAA;IAAA,+BAAA;EPsuFV;;EO7uFM;IAOI,4BAAA;IAAA,6BAAA;EP2uFV;;EOlvFM;IAOI,4BAAA;IAAA,6BAAA;EPgvFV;;EOvvFM;IAOI,wBAAA;IAAA,2BAAA;EPqvFV;;EO5vFM;IAOI,8BAAA;IAAA,iCAAA;EP0vFV;;EOjwFM;IAOI,6BAAA;IAAA,gCAAA;EP+vFV;;EOtwFM;IAOI,2BAAA;IAAA,8BAAA;EPowFV;;EO3wFM;IAOI,6BAAA;IAAA,gCAAA;EPywFV;;EOhxFM;IAOI,2BAAA;IAAA,8BAAA;EP8wFV;;EOrxFM;IAOI,2BAAA;IAAA,8BAAA;EPmxFV;;EO1xFM;IAOI,wBAAA;EPuxFV;;EO9xFM;IAOI,8BAAA;EP2xFV;;EOlyFM;IAOI,6BAAA;EP+xFV;;EOtyFM;IAOI,2BAAA;EPmyFV;;EO1yFM;IAOI,6BAAA;EPuyFV;;EO9yFM;IAOI,2BAAA;EP2yFV;;EOlzFM;IAOI,2BAAA;EP+yFV;;EOtzFM;IAOI,yBAAA;EPmzFV;;EO1zFM;IAOI,+BAAA;EPuzFV;;EO9zFM;IAOI,8BAAA;EP2zFV;;EOl0FM;IAOI,4BAAA;EP+zFV;;EOt0FM;IAOI,8BAAA;EPm0FV;;EO10FM;IAOI,4BAAA;EPu0FV;;EO90FM;IAOI,4BAAA;EP20FV;;EOl1FM;IAOI,2BAAA;EP+0FV;;EOt1FM;IAOI,iCAAA;EPm1FV;;EO11FM;IAOI,gCAAA;EPu1FV;;EO91FM;IAOI,8BAAA;EP21FV;;EOl2FM;IAOI,gCAAA;EP+1FV;;EOt2FM;IAOI,8BAAA;EPm2FV;;EO12FM;IAOI,8BAAA;EPu2FV;;EO92FM;IAOI,0BAAA;EP22FV;;EOl3FM;IAOI,gCAAA;EP+2FV;;EOt3FM;IAOI,+BAAA;EPm3FV;;EO13FM;IAOI,6BAAA;EPu3FV;;EO93FM;IAOI,+BAAA;EP23FV;;EOl4FM;IAOI,6BAAA;EP+3FV;;EOt4FM;IAOI,6BAAA;EPm4FV;;EO14FM;IAOI,qBAAA;EPu4FV;;EO94FM;IAOI,2BAAA;EP24FV;;EOl5FM;IAOI,0BAAA;EP+4FV;;EOt5FM;IAOI,wBAAA;EPm5FV;;EO15FM;IAOI,0BAAA;EPu5FV;;EO95FM;IAOI,wBAAA;EP25FV;;EOl6FM;IAOI,0BAAA;IAAA,2BAAA;EPg6FV;;EOv6FM;IAOI,gCAAA;IAAA,iCAAA;EPq6FV;;EO56FM;IAOI,+BAAA;IAAA,gCAAA;EP06FV;;EOj7FM;IAOI,6BAAA;IAAA,8BAAA;EP+6FV;;EOt7FM;IAOI,+BAAA;IAAA,gCAAA;EPo7FV;;EO37FM;IAOI,6BAAA;IAAA,8BAAA;EPy7FV;;EOh8FM;IAOI,yBAAA;IAAA,4BAAA;EP87FV;;EOr8FM;IAOI,+BAAA;IAAA,kCAAA;EPm8FV;;EO18FM;IAOI,8BAAA;IAAA,iCAAA;EPw8FV;;EO/8FM;IAOI,4BAAA;IAAA,+BAAA;EP68FV;;EOp9FM;IAOI,8BAAA;IAAA,iCAAA;EPk9FV;;EOz9FM;IAOI,4BAAA;IAAA,+BAAA;EPu9FV;;EO99FM;IAOI,yBAAA;EP29FV;;EOl+FM;IAOI,+BAAA;EP+9FV;;EOt+FM;IAOI,8BAAA;EPm+FV;;EO1+FM;IAOI,4BAAA;EPu+FV;;EO9+FM;IAOI,8BAAA;EP2+FV;;EOl/FM;IAOI,4BAAA;EP++FV;;EOt/FM;IAOI,0BAAA;EPm/FV;;EO1/FM;IAOI,gCAAA;EPu/FV;;EO9/FM;IAOI,+BAAA;EP2/FV;;EOlgGM;IAOI,6BAAA;EP+/FV;;EOtgGM;IAOI,+BAAA;EPmgGV;;EO1gGM;IAOI,6BAAA;EPugGV;;EO9gGM;IAOI,4BAAA;EP2gGV;;EOlhGM;IAOI,kCAAA;EP+gGV;;EOthGM;IAOI,iCAAA;EPmhGV;;EO1hGM;IAOI,+BAAA;EPuhGV;;EO9hGM;IAOI,iCAAA;EP2hGV;;EOliGM;IAOI,+BAAA;EP+hGV;;EOtiGM;IAOI,2BAAA;EPmiGV;;EO1iGM;IAOI,iCAAA;EPuiGV;;EO9iGM;IAOI,gCAAA;EP2iGV;;EOljGM;IAOI,8BAAA;EP+iGV;;EOtjGM;IAOI,gCAAA;EPmjGV;;EO1jGM;IAOI,8BAAA;EPujGV;AACF;AG/jGI;EIAI;IAOI,0BAAA;EP4jGV;;EOnkGM;IAOI,gCAAA;EPgkGV;;EOvkGM;IAOI,yBAAA;EPokGV;;EO3kGM;IAOI,wBAAA;EPwkGV;;EO/kGM;IAOI,yBAAA;EP4kGV;;EOnlGM;IAOI,6BAAA;EPglGV;;EOvlGM;IAOI,8BAAA;EPolGV;;EO3lGM;IAOI,wBAAA;EPwlGV;;EO/lGM;IAOI,+BAAA;EP4lGV;;EOnmGM;IAOI,wBAAA;EPgmGV;;EOvmGM;IAOI,yBAAA;EPomGV;;EO3mGM;IAOI,8BAAA;EPwmGV;;EO/mGM;IAOI,iCAAA;EP4mGV;;EOnnGM;IAOI,sCAAA;EPgnGV;;EOvnGM;IAOI,yCAAA;EPonGV;;EO3nGM;IAOI,uBAAA;EPwnGV;;EO/nGM;IAOI,uBAAA;EP4nGV;;EOnoGM;IAOI,yBAAA;EPgoGV;;EOvoGM;IAOI,yBAAA;EPooGV;;EO3oGM;IAOI,0BAAA;EPwoGV;;EO/oGM;IAOI,4BAAA;EP4oGV;;EOnpGM;IAOI,kCAAA;EPgpGV;;EOvpGM;IAOI,sCAAA;EPopGV;;EO3pGM;IAOI,oCAAA;EPwpGV;;EO/pGM;IAOI,kCAAA;EP4pGV;;EOnqGM;IAOI,yCAAA;EPgqGV;;EOvqGM;IAOI,wCAAA;EPoqGV;;EO3qGM;IAOI,wCAAA;EPwqGV;;EO/qGM;IAOI,kCAAA;EP4qGV;;EOnrGM;IAOI,gCAAA;EPgrGV;;EOvrGM;IAOI,8BAAA;EPorGV;;EO3rGM;IAOI,gCAAA;EPwrGV;;EO/rGM;IAOI,+BAAA;EP4rGV;;EOnsGM;IAOI,oCAAA;EPgsGV;;EOvsGM;IAOI,kCAAA;EPosGV;;EO3sGM;IAOI,gCAAA;EPwsGV;;EO/sGM;IAOI,uCAAA;EP4sGV;;EOntGM;IAOI,sCAAA;EPgtGV;;EOvtGM;IAOI,iCAAA;EPotGV;;EO3tGM;IAOI,2BAAA;EPwtGV;;EO/tGM;IAOI,iCAAA;EP4tGV;;EOnuGM;IAOI,+BAAA;EPguGV;;EOvuGM;IAOI,6BAAA;EPouGV;;EO3uGM;IAOI,+BAAA;EPwuGV;;EO/uGM;IAOI,8BAAA;EP4uGV;;EOnvGM;IAOI,oBAAA;EPgvGV;;EOvvGM;IAOI,mBAAA;EPovGV;;EO3vGM;IAOI,mBAAA;EPwvGV;;EO/vGM;IAOI,mBAAA;EP4vGV;;EOnwGM;IAOI,mBAAA;EPgwGV;;EOvwGM;IAOI,mBAAA;EPowGV;;EO3wGM;IAOI,mBAAA;EPwwGV;;EO/wGM;IAOI,mBAAA;EP4wGV;;EOnxGM;IAOI,oBAAA;EPgxGV;;EOvxGM;IAOI,0BAAA;EPoxGV;;EO3xGM;IAOI,yBAAA;EPwxGV;;EO/xGM;IAOI,uBAAA;EP4xGV;;EOnyGM;IAOI,yBAAA;EPgyGV;;EOvyGM;IAOI,uBAAA;EPoyGV;;EO3yGM;IAOI,uBAAA;EPwyGV;;EO/yGM;IAOI,yBAAA;IAAA,0BAAA;EP6yGV;;EOpzGM;IAOI,+BAAA;IAAA,gCAAA;EPkzGV;;EOzzGM;IAOI,8BAAA;IAAA,+BAAA;EPuzGV;;EO9zGM;IAOI,4BAAA;IAAA,6BAAA;EP4zGV;;EOn0GM;IAOI,8BAAA;IAAA,+BAAA;EPi0GV;;EOx0GM;IAOI,4BAAA;IAAA,6BAAA;EPs0GV;;EO70GM;IAOI,4BAAA;IAAA,6BAAA;EP20GV;;EOl1GM;IAOI,wBAAA;IAAA,2BAAA;EPg1GV;;EOv1GM;IAOI,8BAAA;IAAA,iCAAA;EPq1GV;;EO51GM;IAOI,6BAAA;IAAA,gCAAA;EP01GV;;EOj2GM;IAOI,2BAAA;IAAA,8BAAA;EP+1GV;;EOt2GM;IAOI,6BAAA;IAAA,gCAAA;EPo2GV;;EO32GM;IAOI,2BAAA;IAAA,8BAAA;EPy2GV;;EOh3GM;IAOI,2BAAA;IAAA,8BAAA;EP82GV;;EOr3GM;IAOI,wBAAA;EPk3GV;;EOz3GM;IAOI,8BAAA;EPs3GV;;EO73GM;IAOI,6BAAA;EP03GV;;EOj4GM;IAOI,2BAAA;EP83GV;;EOr4GM;IAOI,6BAAA;EPk4GV;;EOz4GM;IAOI,2BAAA;EPs4GV;;EO74GM;IAOI,2BAAA;EP04GV;;EOj5GM;IAOI,yBAAA;EP84GV;;EOr5GM;IAOI,+BAAA;EPk5GV;;EOz5GM;IAOI,8BAAA;EPs5GV;;EO75GM;IAOI,4BAAA;EP05GV;;EOj6GM;IAOI,8BAAA;EP85GV;;EOr6GM;IAOI,4BAAA;EPk6GV;;EOz6GM;IAOI,4BAAA;EPs6GV;;EO76GM;IAOI,2BAAA;EP06GV;;EOj7GM;IAOI,iCAAA;EP86GV;;EOr7GM;IAOI,gCAAA;EPk7GV;;EOz7GM;IAOI,8BAAA;EPs7GV;;EO77GM;IAOI,gCAAA;EP07GV;;EOj8GM;IAOI,8BAAA;EP87GV;;EOr8GM;IAOI,8BAAA;EPk8GV;;EOz8GM;IAOI,0BAAA;EPs8GV;;EO78GM;IAOI,gCAAA;EP08GV;;EOj9GM;IAOI,+BAAA;EP88GV;;EOr9GM;IAOI,6BAAA;EPk9GV;;EOz9GM;IAOI,+BAAA;EPs9GV;;EO79GM;IAOI,6BAAA;EP09GV;;EOj+GM;IAOI,6BAAA;EP89GV;;EOr+GM;IAOI,qBAAA;EPk+GV;;EOz+GM;IAOI,2BAAA;EPs+GV;;EO7+GM;IAOI,0BAAA;EP0+GV;;EOj/GM;IAOI,wBAAA;EP8+GV;;EOr/GM;IAOI,0BAAA;EPk/GV;;EOz/GM;IAOI,wBAAA;EPs/GV;;EO7/GM;IAOI,0BAAA;IAAA,2BAAA;EP2/GV;;EOlgHM;IAOI,gCAAA;IAAA,iCAAA;EPggHV;;EOvgHM;IAOI,+BAAA;IAAA,gCAAA;EPqgHV;;EO5gHM;IAOI,6BAAA;IAAA,8BAAA;EP0gHV;;EOjhHM;IAOI,+BAAA;IAAA,gCAAA;EP+gHV;;EOthHM;IAOI,6BAAA;IAAA,8BAAA;EPohHV;;EO3hHM;IAOI,yBAAA;IAAA,4BAAA;EPyhHV;;EOhiHM;IAOI,+BAAA;IAAA,kCAAA;EP8hHV;;EOriHM;IAOI,8BAAA;IAAA,iCAAA;EPmiHV;;EO1iHM;IAOI,4BAAA;IAAA,+BAAA;EPwiHV;;EO/iHM;IAOI,8BAAA;IAAA,iCAAA;EP6iHV;;EOpjHM;IAOI,4BAAA;IAAA,+BAAA;EPkjHV;;EOzjHM;IAOI,yBAAA;EPsjHV;;EO7jHM;IAOI,+BAAA;EP0jHV;;EOjkHM;IAOI,8BAAA;EP8jHV;;EOrkHM;IAOI,4BAAA;EPkkHV;;EOzkHM;IAOI,8BAAA;EPskHV;;EO7kHM;IAOI,4BAAA;EP0kHV;;EOjlHM;IAOI,0BAAA;EP8kHV;;EOrlHM;IAOI,gCAAA;EPklHV;;EOzlHM;IAOI,+BAAA;EPslHV;;EO7lHM;IAOI,6BAAA;EP0lHV;;EOjmHM;IAOI,+BAAA;EP8lHV;;EOrmHM;IAOI,6BAAA;EPkmHV;;EOzmHM;IAOI,4BAAA;EPsmHV;;EO7mHM;IAOI,kCAAA;EP0mHV;;EOjnHM;IAOI,iCAAA;EP8mHV;;EOrnHM;IAOI,+BAAA;EPknHV;;EOznHM;IAOI,iCAAA;EPsnHV;;EO7nHM;IAOI,+BAAA;EP0nHV;;EOjoHM;IAOI,2BAAA;EP8nHV;;EOroHM;IAOI,iCAAA;EPkoHV;;EOzoHM;IAOI,gCAAA;EPsoHV;;EO7oHM;IAOI,8BAAA;EP0oHV;;EOjpHM;IAOI,gCAAA;EP8oHV;;EOrpHM;IAOI,8BAAA;EPkpHV;AACF;AG1pHI;EIAI;IAOI,0BAAA;EPupHV;;EO9pHM;IAOI,gCAAA;EP2pHV;;EOlqHM;IAOI,yBAAA;EP+pHV;;EOtqHM;IAOI,wBAAA;EPmqHV;;EO1qHM;IAOI,yBAAA;EPuqHV;;EO9qHM;IAOI,6BAAA;EP2qHV;;EOlrHM;IAOI,8BAAA;EP+qHV;;EOtrHM;IAOI,wBAAA;EPmrHV;;EO1rHM;IAOI,+BAAA;EPurHV;;EO9rHM;IAOI,wBAAA;EP2rHV;;EOlsHM;IAOI,yBAAA;EP+rHV;;EOtsHM;IAOI,8BAAA;EPmsHV;;EO1sHM;IAOI,iCAAA;EPusHV;;EO9sHM;IAOI,sCAAA;EP2sHV;;EOltHM;IAOI,yCAAA;EP+sHV;;EOttHM;IAOI,uBAAA;EPmtHV;;EO1tHM;IAOI,uBAAA;EPutHV;;EO9tHM;IAOI,yBAAA;EP2tHV;;EOluHM;IAOI,yBAAA;EP+tHV;;EOtuHM;IAOI,0BAAA;EPmuHV;;EO1uHM;IAOI,4BAAA;EPuuHV;;EO9uHM;IAOI,kCAAA;EP2uHV;;EOlvHM;IAOI,sCAAA;EP+uHV;;EOtvHM;IAOI,oCAAA;EPmvHV;;EO1vHM;IAOI,kCAAA;EPuvHV;;EO9vHM;IAOI,yCAAA;EP2vHV;;EOlwHM;IAOI,wCAAA;EP+vHV;;EOtwHM;IAOI,wCAAA;EPmwHV;;EO1wHM;IAOI,kCAAA;EPuwHV;;EO9wHM;IAOI,gCAAA;EP2wHV;;EOlxHM;IAOI,8BAAA;EP+wHV;;EOtxHM;IAOI,gCAAA;EPmxHV;;EO1xHM;IAOI,+BAAA;EPuxHV;;EO9xHM;IAOI,oCAAA;EP2xHV;;EOlyHM;IAOI,kCAAA;EP+xHV;;EOtyHM;IAOI,gCAAA;EPmyHV;;EO1yHM;IAOI,uCAAA;EPuyHV;;EO9yHM;IAOI,sCAAA;EP2yHV;;EOlzHM;IAOI,iCAAA;EP+yHV;;EOtzHM;IAOI,2BAAA;EPmzHV;;EO1zHM;IAOI,iCAAA;EPuzHV;;EO9zHM;IAOI,+BAAA;EP2zHV;;EOl0HM;IAOI,6BAAA;EP+zHV;;EOt0HM;IAOI,+BAAA;EPm0HV;;EO10HM;IAOI,8BAAA;EPu0HV;;EO90HM;IAOI,oBAAA;EP20HV;;EOl1HM;IAOI,mBAAA;EP+0HV;;EOt1HM;IAOI,mBAAA;EPm1HV;;EO11HM;IAOI,mBAAA;EPu1HV;;EO91HM;IAOI,mBAAA;EP21HV;;EOl2HM;IAOI,mBAAA;EP+1HV;;EOt2HM;IAOI,mBAAA;EPm2HV;;EO12HM;IAOI,mBAAA;EPu2HV;;EO92HM;IAOI,oBAAA;EP22HV;;EOl3HM;IAOI,0BAAA;EP+2HV;;EOt3HM;IAOI,yBAAA;EPm3HV;;EO13HM;IAOI,uBAAA;EPu3HV;;EO93HM;IAOI,yBAAA;EP23HV;;EOl4HM;IAOI,uBAAA;EP+3HV;;EOt4HM;IAOI,uBAAA;EPm4HV;;EO14HM;IAOI,yBAAA;IAAA,0BAAA;EPw4HV;;EO/4HM;IAOI,+BAAA;IAAA,gCAAA;EP64HV;;EOp5HM;IAOI,8BAAA;IAAA,+BAAA;EPk5HV;;EOz5HM;IAOI,4BAAA;IAAA,6BAAA;EPu5HV;;EO95HM;IAOI,8BAAA;IAAA,+BAAA;EP45HV;;EOn6HM;IAOI,4BAAA;IAAA,6BAAA;EPi6HV;;EOx6HM;IAOI,4BAAA;IAAA,6BAAA;EPs6HV;;EO76HM;IAOI,wBAAA;IAAA,2BAAA;EP26HV;;EOl7HM;IAOI,8BAAA;IAAA,iCAAA;EPg7HV;;EOv7HM;IAOI,6BAAA;IAAA,gCAAA;EPq7HV;;EO57HM;IAOI,2BAAA;IAAA,8BAAA;EP07HV;;EOj8HM;IAOI,6BAAA;IAAA,gCAAA;EP+7HV;;EOt8HM;IAOI,2BAAA;IAAA,8BAAA;EPo8HV;;EO38HM;IAOI,2BAAA;IAAA,8BAAA;EPy8HV;;EOh9HM;IAOI,wBAAA;EP68HV;;EOp9HM;IAOI,8BAAA;EPi9HV;;EOx9HM;IAOI,6BAAA;EPq9HV;;EO59HM;IAOI,2BAAA;EPy9HV;;EOh+HM;IAOI,6BAAA;EP69HV;;EOp+HM;IAOI,2BAAA;EPi+HV;;EOx+HM;IAOI,2BAAA;EPq+HV;;EO5+HM;IAOI,yBAAA;EPy+HV;;EOh/HM;IAOI,+BAAA;EP6+HV;;EOp/HM;IAOI,8BAAA;EPi/HV;;EOx/HM;IAOI,4BAAA;EPq/HV;;EO5/HM;IAOI,8BAAA;EPy/HV;;EOhgIM;IAOI,4BAAA;EP6/HV;;EOpgIM;IAOI,4BAAA;EPigIV;;EOxgIM;IAOI,2BAAA;EPqgIV;;EO5gIM;IAOI,iCAAA;EPygIV;;EOhhIM;IAOI,gCAAA;EP6gIV;;EOphIM;IAOI,8BAAA;EPihIV;;EOxhIM;IAOI,gCAAA;EPqhIV;;EO5hIM;IAOI,8BAAA;EPyhIV;;EOhiIM;IAOI,8BAAA;EP6hIV;;EOpiIM;IAOI,0BAAA;EPiiIV;;EOxiIM;IAOI,gCAAA;EPqiIV;;EO5iIM;IAOI,+BAAA;EPyiIV;;EOhjIM;IAOI,6BAAA;EP6iIV;;EOpjIM;IAOI,+BAAA;EPijIV;;EOxjIM;IAOI,6BAAA;EPqjIV;;EO5jIM;IAOI,6BAAA;EPyjIV;;EOhkIM;IAOI,qBAAA;EP6jIV;;EOpkIM;IAOI,2BAAA;EPikIV;;EOxkIM;IAOI,0BAAA;EPqkIV;;EO5kIM;IAOI,wBAAA;EPykIV;;EOhlIM;IAOI,0BAAA;EP6kIV;;EOplIM;IAOI,wBAAA;EPilIV;;EOxlIM;IAOI,0BAAA;IAAA,2BAAA;EPslIV;;EO7lIM;IAOI,gCAAA;IAAA,iCAAA;EP2lIV;;EOlmIM;IAOI,+BAAA;IAAA,gCAAA;EPgmIV;;EOvmIM;IAOI,6BAAA;IAAA,8BAAA;EPqmIV;;EO5mIM;IAOI,+BAAA;IAAA,gCAAA;EP0mIV;;EOjnIM;IAOI,6BAAA;IAAA,8BAAA;EP+mIV;;EOtnIM;IAOI,yBAAA;IAAA,4BAAA;EPonIV;;EO3nIM;IAOI,+BAAA;IAAA,kCAAA;EPynIV;;EOhoIM;IAOI,8BAAA;IAAA,iCAAA;EP8nIV;;EOroIM;IAOI,4BAAA;IAAA,+BAAA;EPmoIV;;EO1oIM;IAOI,8BAAA;IAAA,iCAAA;EPwoIV;;EO/oIM;IAOI,4BAAA;IAAA,+BAAA;EP6oIV;;EOppIM;IAOI,yBAAA;EPipIV;;EOxpIM;IAOI,+BAAA;EPqpIV;;EO5pIM;IAOI,8BAAA;EPypIV;;EOhqIM;IAOI,4BAAA;EP6pIV;;EOpqIM;IAOI,8BAAA;EPiqIV;;EOxqIM;IAOI,4BAAA;EPqqIV;;EO5qIM;IAOI,0BAAA;EPyqIV;;EOhrIM;IAOI,gCAAA;EP6qIV;;EOprIM;IAOI,+BAAA;EPirIV;;EOxrIM;IAOI,6BAAA;EPqrIV;;EO5rIM;IAOI,+BAAA;EPyrIV;;EOhsIM;IAOI,6BAAA;EP6rIV;;EOpsIM;IAOI,4BAAA;EPisIV;;EOxsIM;IAOI,kCAAA;EPqsIV;;EO5sIM;IAOI,iCAAA;EPysIV;;EOhtIM;IAOI,+BAAA;EP6sIV;;EOptIM;IAOI,iCAAA;EPitIV;;EOxtIM;IAOI,+BAAA;EPqtIV;;EO5tIM;IAOI,2BAAA;EPytIV;;EOhuIM;IAOI,iCAAA;EP6tIV;;EOpuIM;IAOI,gCAAA;EPiuIV;;EOxuIM;IAOI,8BAAA;EPquIV;;EO5uIM;IAOI,gCAAA;EPyuIV;;EOhvIM;IAOI,8BAAA;EP6uIV;AACF;AGrvII;EIAI;IAOI,0BAAA;EPkvIV;;EOzvIM;IAOI,gCAAA;EPsvIV;;EO7vIM;IAOI,yBAAA;EP0vIV;;EOjwIM;IAOI,wBAAA;EP8vIV;;EOrwIM;IAOI,yBAAA;EPkwIV;;EOzwIM;IAOI,6BAAA;EPswIV;;EO7wIM;IAOI,8BAAA;EP0wIV;;EOjxIM;IAOI,wBAAA;EP8wIV;;EOrxIM;IAOI,+BAAA;EPkxIV;;EOzxIM;IAOI,wBAAA;EPsxIV;;EO7xIM;IAOI,yBAAA;EP0xIV;;EOjyIM;IAOI,8BAAA;EP8xIV;;EOryIM;IAOI,iCAAA;EPkyIV;;EOzyIM;IAOI,sCAAA;EPsyIV;;EO7yIM;IAOI,yCAAA;EP0yIV;;EOjzIM;IAOI,uBAAA;EP8yIV;;EOrzIM;IAOI,uBAAA;EPkzIV;;EOzzIM;IAOI,yBAAA;EPszIV;;EO7zIM;IAOI,yBAAA;EP0zIV;;EOj0IM;IAOI,0BAAA;EP8zIV;;EOr0IM;IAOI,4BAAA;EPk0IV;;EOz0IM;IAOI,kCAAA;EPs0IV;;EO70IM;IAOI,sCAAA;EP00IV;;EOj1IM;IAOI,oCAAA;EP80IV;;EOr1IM;IAOI,kCAAA;EPk1IV;;EOz1IM;IAOI,yCAAA;EPs1IV;;EO71IM;IAOI,wCAAA;EP01IV;;EOj2IM;IAOI,wCAAA;EP81IV;;EOr2IM;IAOI,kCAAA;EPk2IV;;EOz2IM;IAOI,gCAAA;EPs2IV;;EO72IM;IAOI,8BAAA;EP02IV;;EOj3IM;IAOI,gCAAA;EP82IV;;EOr3IM;IAOI,+BAAA;EPk3IV;;EOz3IM;IAOI,oCAAA;EPs3IV;;EO73IM;IAOI,kCAAA;EP03IV;;EOj4IM;IAOI,gCAAA;EP83IV;;EOr4IM;IAOI,uCAAA;EPk4IV;;EOz4IM;IAOI,sCAAA;EPs4IV;;EO74IM;IAOI,iCAAA;EP04IV;;EOj5IM;IAOI,2BAAA;EP84IV;;EOr5IM;IAOI,iCAAA;EPk5IV;;EOz5IM;IAOI,+BAAA;EPs5IV;;EO75IM;IAOI,6BAAA;EP05IV;;EOj6IM;IAOI,+BAAA;EP85IV;;EOr6IM;IAOI,8BAAA;EPk6IV;;EOz6IM;IAOI,oBAAA;EPs6IV;;EO76IM;IAOI,mBAAA;EP06IV;;EOj7IM;IAOI,mBAAA;EP86IV;;EOr7IM;IAOI,mBAAA;EPk7IV;;EOz7IM;IAOI,mBAAA;EPs7IV;;EO77IM;IAOI,mBAAA;EP07IV;;EOj8IM;IAOI,mBAAA;EP87IV;;EOr8IM;IAOI,mBAAA;EPk8IV;;EOz8IM;IAOI,oBAAA;EPs8IV;;EO78IM;IAOI,0BAAA;EP08IV;;EOj9IM;IAOI,yBAAA;EP88IV;;EOr9IM;IAOI,uBAAA;EPk9IV;;EOz9IM;IAOI,yBAAA;EPs9IV;;EO79IM;IAOI,uBAAA;EP09IV;;EOj+IM;IAOI,uBAAA;EP89IV;;EOr+IM;IAOI,yBAAA;IAAA,0BAAA;EPm+IV;;EO1+IM;IAOI,+BAAA;IAAA,gCAAA;EPw+IV;;EO/+IM;IAOI,8BAAA;IAAA,+BAAA;EP6+IV;;EOp/IM;IAOI,4BAAA;IAAA,6BAAA;EPk/IV;;EOz/IM;IAOI,8BAAA;IAAA,+BAAA;EPu/IV;;EO9/IM;IAOI,4BAAA;IAAA,6BAAA;EP4/IV;;EOngJM;IAOI,4BAAA;IAAA,6BAAA;EPigJV;;EOxgJM;IAOI,wBAAA;IAAA,2BAAA;EPsgJV;;EO7gJM;IAOI,8BAAA;IAAA,iCAAA;EP2gJV;;EOlhJM;IAOI,6BAAA;IAAA,gCAAA;EPghJV;;EOvhJM;IAOI,2BAAA;IAAA,8BAAA;EPqhJV;;EO5hJM;IAOI,6BAAA;IAAA,gCAAA;EP0hJV;;EOjiJM;IAOI,2BAAA;IAAA,8BAAA;EP+hJV;;EOtiJM;IAOI,2BAAA;IAAA,8BAAA;EPoiJV;;EO3iJM;IAOI,wBAAA;EPwiJV;;EO/iJM;IAOI,8BAAA;EP4iJV;;EOnjJM;IAOI,6BAAA;EPgjJV;;EOvjJM;IAOI,2BAAA;EPojJV;;EO3jJM;IAOI,6BAAA;EPwjJV;;EO/jJM;IAOI,2BAAA;EP4jJV;;EOnkJM;IAOI,2BAAA;EPgkJV;;EOvkJM;IAOI,yBAAA;EPokJV;;EO3kJM;IAOI,+BAAA;EPwkJV;;EO/kJM;IAOI,8BAAA;EP4kJV;;EOnlJM;IAOI,4BAAA;EPglJV;;EOvlJM;IAOI,8BAAA;EPolJV;;EO3lJM;IAOI,4BAAA;EPwlJV;;EO/lJM;IAOI,4BAAA;EP4lJV;;EOnmJM;IAOI,2BAAA;EPgmJV;;EOvmJM;IAOI,iCAAA;EPomJV;;EO3mJM;IAOI,gCAAA;EPwmJV;;EO/mJM;IAOI,8BAAA;EP4mJV;;EOnnJM;IAOI,gCAAA;EPgnJV;;EOvnJM;IAOI,8BAAA;EPonJV;;EO3nJM;IAOI,8BAAA;EPwnJV;;EO/nJM;IAOI,0BAAA;EP4nJV;;EOnoJM;IAOI,gCAAA;EPgoJV;;EOvoJM;IAOI,+BAAA;EPooJV;;EO3oJM;IAOI,6BAAA;EPwoJV;;EO/oJM;IAOI,+BAAA;EP4oJV;;EOnpJM;IAOI,6BAAA;EPgpJV;;EOvpJM;IAOI,6BAAA;EPopJV;;EO3pJM;IAOI,qBAAA;EPwpJV;;EO/pJM;IAOI,2BAAA;EP4pJV;;EOnqJM;IAOI,0BAAA;EPgqJV;;EOvqJM;IAOI,wBAAA;EPoqJV;;EO3qJM;IAOI,0BAAA;EPwqJV;;EO/qJM;IAOI,wBAAA;EP4qJV;;EOnrJM;IAOI,0BAAA;IAAA,2BAAA;EPirJV;;EOxrJM;IAOI,gCAAA;IAAA,iCAAA;EPsrJV;;EO7rJM;IAOI,+BAAA;IAAA,gCAAA;EP2rJV;;EOlsJM;IAOI,6BAAA;IAAA,8BAAA;EPgsJV;;EOvsJM;IAOI,+BAAA;IAAA,gCAAA;EPqsJV;;EO5sJM;IAOI,6BAAA;IAAA,8BAAA;EP0sJV;;EOjtJM;IAOI,yBAAA;IAAA,4BAAA;EP+sJV;;EOttJM;IAOI,+BAAA;IAAA,kCAAA;EPotJV;;EO3tJM;IAOI,8BAAA;IAAA,iCAAA;EPytJV;;EOhuJM;IAOI,4BAAA;IAAA,+BAAA;EP8tJV;;EOruJM;IAOI,8BAAA;IAAA,iCAAA;EPmuJV;;EO1uJM;IAOI,4BAAA;IAAA,+BAAA;EPwuJV;;EO/uJM;IAOI,yBAAA;EP4uJV;;EOnvJM;IAOI,+BAAA;EPgvJV;;EOvvJM;IAOI,8BAAA;EPovJV;;EO3vJM;IAOI,4BAAA;EPwvJV;;EO/vJM;IAOI,8BAAA;EP4vJV;;EOnwJM;IAOI,4BAAA;EPgwJV;;EOvwJM;IAOI,0BAAA;EPowJV;;EO3wJM;IAOI,gCAAA;EPwwJV;;EO/wJM;IAOI,+BAAA;EP4wJV;;EOnxJM;IAOI,6BAAA;EPgxJV;;EOvxJM;IAOI,+BAAA;EPoxJV;;EO3xJM;IAOI,6BAAA;EPwxJV;;EO/xJM;IAOI,4BAAA;EP4xJV;;EOnyJM;IAOI,kCAAA;EPgyJV;;EOvyJM;IAOI,iCAAA;EPoyJV;;EO3yJM;IAOI,+BAAA;EPwyJV;;EO/yJM;IAOI,iCAAA;EP4yJV;;EOnzJM;IAOI,+BAAA;EPgzJV;;EOvzJM;IAOI,2BAAA;EPozJV;;EO3zJM;IAOI,iCAAA;EPwzJV;;EO/zJM;IAOI,gCAAA;EP4zJV;;EOn0JM;IAOI,8BAAA;EPg0JV;;EOv0JM;IAOI,gCAAA;EPo0JV;;EO30JM;IAOI,8BAAA;EPw0JV;AACF;AQz2JA;EDyBQ;IAOI,0BAAA;EP60JV;;EOp1JM;IAOI,gCAAA;EPi1JV;;EOx1JM;IAOI,yBAAA;EPq1JV;;EO51JM;IAOI,wBAAA;EPy1JV;;EOh2JM;IAOI,yBAAA;EP61JV;;EOp2JM;IAOI,6BAAA;EPi2JV;;EOx2JM;IAOI,8BAAA;EPq2JV;;EO52JM;IAOI,wBAAA;EPy2JV;;EOh3JM;IAOI,+BAAA;EP62JV;;EOp3JM;IAOI,wBAAA;EPi3JV;AACF","file":"bootstrap-grid.rtl.css","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// scss-docs-start theme-colors-rgb\n$theme-colors-rgb: map-loop($theme-colors, to-rgb, \"$value\") !default;\n// scss-docs-end theme-colors-rgb\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n\n$blues: (\n \"blue-100\": $blue-100,\n \"blue-200\": $blue-200,\n \"blue-300\": $blue-300,\n \"blue-400\": $blue-400,\n \"blue-500\": $blue-500,\n \"blue-600\": $blue-600,\n \"blue-700\": $blue-700,\n \"blue-800\": $blue-800,\n \"blue-900\": $blue-900\n) !default;\n\n$indigos: (\n \"indigo-100\": $indigo-100,\n \"indigo-200\": $indigo-200,\n \"indigo-300\": $indigo-300,\n \"indigo-400\": $indigo-400,\n \"indigo-500\": $indigo-500,\n \"indigo-600\": $indigo-600,\n \"indigo-700\": $indigo-700,\n \"indigo-800\": $indigo-800,\n \"indigo-900\": $indigo-900\n) !default;\n\n$purples: (\n \"purple-100\": $purple-200,\n \"purple-200\": $purple-100,\n \"purple-300\": $purple-300,\n \"purple-400\": $purple-400,\n \"purple-500\": $purple-500,\n \"purple-600\": $purple-600,\n \"purple-700\": $purple-700,\n \"purple-800\": $purple-800,\n \"purple-900\": $purple-900\n) !default;\n\n$pinks: (\n \"pink-100\": $pink-100,\n \"pink-200\": $pink-200,\n \"pink-300\": $pink-300,\n \"pink-400\": $pink-400,\n \"pink-500\": $pink-500,\n \"pink-600\": $pink-600,\n \"pink-700\": $pink-700,\n \"pink-800\": $pink-800,\n \"pink-900\": $pink-900\n) !default;\n\n$reds: (\n \"red-100\": $red-100,\n \"red-200\": $red-200,\n \"red-300\": $red-300,\n \"red-400\": $red-400,\n \"red-500\": $red-500,\n \"red-600\": $red-600,\n \"red-700\": $red-700,\n \"red-800\": $red-800,\n \"red-900\": $red-900\n) !default;\n\n$oranges: (\n \"orange-100\": $orange-100,\n \"orange-200\": $orange-200,\n \"orange-300\": $orange-300,\n \"orange-400\": $orange-400,\n \"orange-500\": $orange-500,\n \"orange-600\": $orange-600,\n \"orange-700\": $orange-700,\n \"orange-800\": $orange-800,\n \"orange-900\": $orange-900\n) !default;\n\n$yellows: (\n \"yellow-100\": $yellow-100,\n \"yellow-200\": $yellow-200,\n \"yellow-300\": $yellow-300,\n \"yellow-400\": $yellow-400,\n \"yellow-500\": $yellow-500,\n \"yellow-600\": $yellow-600,\n \"yellow-700\": $yellow-700,\n \"yellow-800\": $yellow-800,\n \"yellow-900\": $yellow-900\n) !default;\n\n$greens: (\n \"green-100\": $green-100,\n \"green-200\": $green-200,\n \"green-300\": $green-300,\n \"green-400\": $green-400,\n \"green-500\": $green-500,\n \"green-600\": $green-600,\n \"green-700\": $green-700,\n \"green-800\": $green-800,\n \"green-900\": $green-900\n) !default;\n\n$teals: (\n \"teal-100\": $teal-100,\n \"teal-200\": $teal-200,\n \"teal-300\": $teal-300,\n \"teal-400\": $teal-400,\n \"teal-500\": $teal-500,\n \"teal-600\": $teal-600,\n \"teal-700\": $teal-700,\n \"teal-800\": $teal-800,\n \"teal-900\": $teal-900\n) !default;\n\n$cyans: (\n \"cyan-100\": $cyan-100,\n \"cyan-200\": $cyan-200,\n \"cyan-300\": $cyan-300,\n \"cyan-400\": $cyan-400,\n \"cyan-500\": $cyan-500,\n \"cyan-600\": $cyan-600,\n \"cyan-700\": $cyan-700,\n \"cyan-800\": $cyan-800,\n \"cyan-900\": $cyan-900\n) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-cssgrid: false !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n// Utilities maps\n//\n// Extends the default `$theme-colors` maps to help create our utilities.\n\n// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.\n// scss-docs-start utilities-colors\n$utilities-colors: $theme-colors-rgb !default;\n// scss-docs-end utilities-colors\n\n// scss-docs-start utilities-text-colors\n$utilities-text: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-color)\n )\n) !default;\n$utilities-text-colors: map-loop($utilities-text, rgba-css-var, \"$key\", \"text\") !default;\n// scss-docs-end utilities-text-colors\n\n// scss-docs-start utilities-bg-colors\n$utilities-bg: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-bg)\n )\n) !default;\n$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, \"$key\", \"bg\") !default;\n// scss-docs-end utilities-bg-colors\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n$transition-collapse-width: width .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $body-bg !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-color-width: 3rem !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba($black, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $input-border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n$form-select-border-radius-sm: $input-border-radius-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n$form-select-border-radius-lg: $input-border-radius-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-offcanvas-backdrop: 1040 !default;\n$zindex-offcanvas: 1045 !default;\n$zindex-modal-backdrop: 1050 !default;\n$zindex-modal: 1055 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Placeholders\n\n// scss-docs-start placeholders\n$placeholder-opacity-max: .5 !default;\n$placeholder-opacity-min: .2 !default;\n// scss-docs-end placeholders\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-color: rgba($black, .125) !default;\n$card-border-radius: $border-radius !default;\n$card-box-shadow: null !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-button-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba($black, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba($black, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n$offcanvas-backdrop-bg: $modal-backdrop-bg !default;\n$offcanvas-backdrop-opacity: $modal-backdrop-opacity !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css deleted file mode 100644 index 8ec49c7..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} -/*# sourceMappingURL=bootstrap-grid.rtl.min.css.map */ \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map b/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map deleted file mode 100644 index fbf1d00..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.rtl.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ACAA,MAQI,UAAA,QAAA,YAAA,QAAA,YAAA,QAAA,UAAA,QAAA,SAAA,QAAA,YAAA,QAAA,YAAA,QAAA,WAAA,QAAA,UAAA,QAAA,UAAA,QAAA,WAAA,KAAA,UAAA,QAAA,eAAA,QAIA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAAA,cAAA,QAIA,aAAA,QAAA,eAAA,QAAA,aAAA,QAAA,UAAA,QAAA,aAAA,QAAA,YAAA,QAAA,WAAA,QAAA,UAAA,QAIA,iBAAA,EAAA,CAAA,GAAA,CAAA,IAAA,mBAAA,GAAA,CAAA,GAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,GAAA,CAAA,GAAA,cAAA,EAAA,CAAA,GAAA,CAAA,IAAA,iBAAA,GAAA,CAAA,GAAA,CAAA,EAAA,gBAAA,GAAA,CAAA,EAAA,CAAA,GAAA,eAAA,GAAA,CAAA,GAAA,CAAA,IAAA,cAAA,EAAA,CAAA,EAAA,CAAA,GAGF,eAAA,GAAA,CAAA,GAAA,CAAA,IACA,eAAA,CAAA,CAAA,CAAA,CAAA,EACA,oBAAA,EAAA,CAAA,EAAA,CAAA,GACA,iBAAA,GAAA,CAAA,GAAA,CAAA,IAMA,qBAAA,SAAA,CAAA,aAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBACA,oBAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UACA,cAAA,2EAQA,sBAAA,0BACA,oBAAA,KACA,sBAAA,IACA,sBAAA,IACA,gBAAA,QAIA,aAAA,KC5CA,WCuDF,iBAGA,cACA,cACA,cAHA,cADA,eC3DE,MAAA,KACA,aAAA,0BACA,cAAA,0BACA,YAAA,KACA,aAAA,KCwDE,yBH5CE,WAAA,cACE,UAAA,OG2CJ,yBH5CE,WAAA,cAAA,cACE,UAAA,OG2CJ,yBH5CE,WAAA,cAAA,cAAA,cACE,UAAA,OG2CJ,0BH5CE,WAAA,cAAA,cAAA,cAAA,cACE,UAAA,QG2CJ,0BH5CE,WAAA,cAAA,cAAA,cAAA,cAAA,eACE,UAAA,QIfN,KCAA,cAAA,OACA,cAAA,EACA,QAAA,KACA,UAAA,KAEA,WAAA,8BACA,YAAA,+BACA,aAAA,+BDJE,OCSF,WAAA,WAIA,YAAA,EACA,MAAA,KACA,UAAA,KACA,aAAA,8BACA,cAAA,8BACA,WAAA,mBA+CI,KACE,KAAA,EAAA,EAAA,GAGF,iBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,cACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,cACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,UAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,OAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,QAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,UAxDV,aAAA,YAwDU,UAxDV,aAAA,aAwDU,UAxDV,aAAA,IAwDU,UAxDV,aAAA,aAwDU,UAxDV,aAAA,aAwDU,UAxDV,aAAA,IAwDU,UAxDV,aAAA,aAwDU,UAxDV,aAAA,aAwDU,UAxDV,aAAA,IAwDU,WAxDV,aAAA,aAwDU,WAxDV,aAAA,aAmEM,KJyJR,MIvJU,cAAA,EAGF,KJyJR,MIvJU,cAAA,EAPF,KJmKR,MIjKU,cAAA,QAGF,KJmKR,MIjKU,cAAA,QAPF,KJ6KR,MI3KU,cAAA,OAGF,KJ6KR,MI3KU,cAAA,OAPF,KJuLR,MIrLU,cAAA,KAGF,KJuLR,MIrLU,cAAA,KAPF,KJiMR,MI/LU,cAAA,OAGF,KJiMR,MI/LU,cAAA,OAPF,KJ2MR,MIzMU,cAAA,KAGF,KJ2MR,MIzMU,cAAA,KF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,aAAA,EAwDU,aAxDV,aAAA,YAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAmEM,QJ8WR,SI5WU,cAAA,EAGF,QJ8WR,SI5WU,cAAA,EAPF,QJwXR,SItXU,cAAA,QAGF,QJwXR,SItXU,cAAA,QAPF,QJkYR,SIhYU,cAAA,OAGF,QJkYR,SIhYU,cAAA,OAPF,QJ4YR,SI1YU,cAAA,KAGF,QJ4YR,SI1YU,cAAA,KAPF,QJsZR,SIpZU,cAAA,OAGF,QJsZR,SIpZU,cAAA,OAPF,QJgaR,SI9ZU,cAAA,KAGF,QJgaR,SI9ZU,cAAA,MF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,aAAA,EAwDU,aAxDV,aAAA,YAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAmEM,QJmkBR,SIjkBU,cAAA,EAGF,QJmkBR,SIjkBU,cAAA,EAPF,QJ6kBR,SI3kBU,cAAA,QAGF,QJ6kBR,SI3kBU,cAAA,QAPF,QJulBR,SIrlBU,cAAA,OAGF,QJulBR,SIrlBU,cAAA,OAPF,QJimBR,SI/lBU,cAAA,KAGF,QJimBR,SI/lBU,cAAA,KAPF,QJ2mBR,SIzmBU,cAAA,OAGF,QJ2mBR,SIzmBU,cAAA,OAPF,QJqnBR,SInnBU,cAAA,KAGF,QJqnBR,SInnBU,cAAA,MF1DN,yBEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,aAAA,EAwDU,aAxDV,aAAA,YAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAmEM,QJwxBR,SItxBU,cAAA,EAGF,QJwxBR,SItxBU,cAAA,EAPF,QJkyBR,SIhyBU,cAAA,QAGF,QJkyBR,SIhyBU,cAAA,QAPF,QJ4yBR,SI1yBU,cAAA,OAGF,QJ4yBR,SI1yBU,cAAA,OAPF,QJszBR,SIpzBU,cAAA,KAGF,QJszBR,SIpzBU,cAAA,KAPF,QJg0BR,SI9zBU,cAAA,OAGF,QJg0BR,SI9zBU,cAAA,OAPF,QJ00BR,SIx0BU,cAAA,KAGF,QJ00BR,SIx0BU,cAAA,MF1DN,0BEUE,QACE,KAAA,EAAA,EAAA,GAGF,oBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,iBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,aAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,UAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,aAxDV,aAAA,EAwDU,aAxDV,aAAA,YAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,aAwDU,aAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAmEM,QJ6+BR,SI3+BU,cAAA,EAGF,QJ6+BR,SI3+BU,cAAA,EAPF,QJu/BR,SIr/BU,cAAA,QAGF,QJu/BR,SIr/BU,cAAA,QAPF,QJigCR,SI//BU,cAAA,OAGF,QJigCR,SI//BU,cAAA,OAPF,QJ2gCR,SIzgCU,cAAA,KAGF,QJ2gCR,SIzgCU,cAAA,KAPF,QJqhCR,SInhCU,cAAA,OAGF,QJqhCR,SInhCU,cAAA,OAPF,QJ+hCR,SI7hCU,cAAA,KAGF,QJ+hCR,SI7hCU,cAAA,MF1DN,0BEUE,SACE,KAAA,EAAA,EAAA,GAGF,qBApCJ,KAAA,EAAA,EAAA,KACA,MAAA,KAcA,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,KAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,eAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,IAFF,kBACE,KAAA,EAAA,EAAA,KACA,MAAA,eA+BE,cAhDJ,KAAA,EAAA,EAAA,KACA,MAAA,KAqDQ,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,YA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,WAhEN,KAAA,EAAA,EAAA,KACA,MAAA,IA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,aA+DM,YAhEN,KAAA,EAAA,EAAA,KACA,MAAA,KAuEQ,cAxDV,aAAA,EAwDU,cAxDV,aAAA,YAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,IAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,aAwDU,cAxDV,aAAA,IAwDU,eAxDV,aAAA,aAwDU,eAxDV,aAAA,aAmEM,SJksCR,UIhsCU,cAAA,EAGF,SJksCR,UIhsCU,cAAA,EAPF,SJ4sCR,UI1sCU,cAAA,QAGF,SJ4sCR,UI1sCU,cAAA,QAPF,SJstCR,UIptCU,cAAA,OAGF,SJstCR,UIptCU,cAAA,OAPF,SJguCR,UI9tCU,cAAA,KAGF,SJguCR,UI9tCU,cAAA,KAPF,SJ0uCR,UIxuCU,cAAA,OAGF,SJ0uCR,UIxuCU,cAAA,OAPF,SJovCR,UIlvCU,cAAA,KAGF,SJovCR,UIlvCU,cAAA,MC1DF,UAOI,QAAA,iBAPJ,gBAOI,QAAA,uBAPJ,SAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,SAOI,QAAA,gBAPJ,aAOI,QAAA,oBAPJ,cAOI,QAAA,qBAPJ,QAOI,QAAA,eAPJ,eAOI,QAAA,sBAPJ,QAOI,QAAA,eAPJ,WAOI,KAAA,EAAA,EAAA,eAPJ,UAOI,eAAA,cAPJ,aAOI,eAAA,iBAPJ,kBAOI,eAAA,sBAPJ,qBAOI,eAAA,yBAPJ,aAOI,UAAA,YAPJ,aAOI,UAAA,YAPJ,eAOI,YAAA,YAPJ,eAOI,YAAA,YAPJ,WAOI,UAAA,eAPJ,aAOI,UAAA,iBAPJ,mBAOI,UAAA,uBAPJ,uBAOI,gBAAA,qBAPJ,qBAOI,gBAAA,mBAPJ,wBAOI,gBAAA,iBAPJ,yBAOI,gBAAA,wBAPJ,wBAOI,gBAAA,uBAPJ,wBAOI,gBAAA,uBAPJ,mBAOI,YAAA,qBAPJ,iBAOI,YAAA,mBAPJ,oBAOI,YAAA,iBAPJ,sBAOI,YAAA,mBAPJ,qBAOI,YAAA,kBAPJ,qBAOI,cAAA,qBAPJ,mBAOI,cAAA,mBAPJ,sBAOI,cAAA,iBAPJ,uBAOI,cAAA,wBAPJ,sBAOI,cAAA,uBAPJ,uBAOI,cAAA,kBAPJ,iBAOI,WAAA,eAPJ,kBAOI,WAAA,qBAPJ,gBAOI,WAAA,mBAPJ,mBAOI,WAAA,iBAPJ,qBAOI,WAAA,mBAPJ,oBAOI,WAAA,kBAPJ,aAOI,MAAA,aAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,SAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,KAOI,OAAA,YAPJ,KAOI,OAAA,iBAPJ,KAOI,OAAA,gBAPJ,KAOI,OAAA,eAPJ,KAOI,OAAA,iBAPJ,KAOI,OAAA,eAPJ,QAOI,OAAA,eAPJ,MAOI,YAAA,YAAA,aAAA,YAPJ,MAOI,YAAA,iBAAA,aAAA,iBAPJ,MAOI,YAAA,gBAAA,aAAA,gBAPJ,MAOI,YAAA,eAAA,aAAA,eAPJ,MAOI,YAAA,iBAAA,aAAA,iBAPJ,MAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,MAOI,WAAA,YAAA,cAAA,YAPJ,MAOI,WAAA,iBAAA,cAAA,iBAPJ,MAOI,WAAA,gBAAA,cAAA,gBAPJ,MAOI,WAAA,eAAA,cAAA,eAPJ,MAOI,WAAA,iBAAA,cAAA,iBAPJ,MAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,MAOI,WAAA,YAPJ,MAOI,WAAA,iBAPJ,MAOI,WAAA,gBAPJ,MAOI,WAAA,eAPJ,MAOI,WAAA,iBAPJ,MAOI,WAAA,eAPJ,SAOI,WAAA,eAPJ,MAOI,YAAA,YAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,gBAPJ,MAOI,YAAA,eAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,eAPJ,SAOI,YAAA,eAPJ,MAOI,cAAA,YAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,gBAPJ,MAOI,cAAA,eAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,eAPJ,SAOI,cAAA,eAPJ,MAOI,aAAA,YAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,gBAPJ,MAOI,aAAA,eAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,eAPJ,SAOI,aAAA,eAPJ,KAOI,QAAA,YAPJ,KAOI,QAAA,iBAPJ,KAOI,QAAA,gBAPJ,KAOI,QAAA,eAPJ,KAOI,QAAA,iBAPJ,KAOI,QAAA,eAPJ,MAOI,aAAA,YAAA,cAAA,YAPJ,MAOI,aAAA,iBAAA,cAAA,iBAPJ,MAOI,aAAA,gBAAA,cAAA,gBAPJ,MAOI,aAAA,eAAA,cAAA,eAPJ,MAOI,aAAA,iBAAA,cAAA,iBAPJ,MAOI,aAAA,eAAA,cAAA,eAPJ,MAOI,YAAA,YAAA,eAAA,YAPJ,MAOI,YAAA,iBAAA,eAAA,iBAPJ,MAOI,YAAA,gBAAA,eAAA,gBAPJ,MAOI,YAAA,eAAA,eAAA,eAPJ,MAOI,YAAA,iBAAA,eAAA,iBAPJ,MAOI,YAAA,eAAA,eAAA,eAPJ,MAOI,YAAA,YAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,gBAPJ,MAOI,YAAA,eAPJ,MAOI,YAAA,iBAPJ,MAOI,YAAA,eAPJ,MAOI,aAAA,YAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,gBAPJ,MAOI,aAAA,eAPJ,MAOI,aAAA,iBAPJ,MAOI,aAAA,eAPJ,MAOI,eAAA,YAPJ,MAOI,eAAA,iBAPJ,MAOI,eAAA,gBAPJ,MAOI,eAAA,eAPJ,MAOI,eAAA,iBAPJ,MAOI,eAAA,eAPJ,MAOI,cAAA,YAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,gBAPJ,MAOI,cAAA,eAPJ,MAOI,cAAA,iBAPJ,MAOI,cAAA,eHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,YAAA,YAAA,aAAA,YAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,gBAAA,aAAA,gBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,YAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,aAAA,YAAA,cAAA,YAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,gBAAA,cAAA,gBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,YAAA,YAAA,aAAA,YAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,gBAAA,aAAA,gBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,YAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,aAAA,YAAA,cAAA,YAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,gBAAA,cAAA,gBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBHPR,yBGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,YAAA,YAAA,aAAA,YAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,gBAAA,aAAA,gBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,YAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,aAAA,YAAA,cAAA,YAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,gBAAA,cAAA,gBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBHPR,0BGAI,aAOI,QAAA,iBAPJ,mBAOI,QAAA,uBAPJ,YAOI,QAAA,gBAPJ,WAOI,QAAA,eAPJ,YAOI,QAAA,gBAPJ,gBAOI,QAAA,oBAPJ,iBAOI,QAAA,qBAPJ,WAOI,QAAA,eAPJ,kBAOI,QAAA,sBAPJ,WAOI,QAAA,eAPJ,cAOI,KAAA,EAAA,EAAA,eAPJ,aAOI,eAAA,cAPJ,gBAOI,eAAA,iBAPJ,qBAOI,eAAA,sBAPJ,wBAOI,eAAA,yBAPJ,gBAOI,UAAA,YAPJ,gBAOI,UAAA,YAPJ,kBAOI,YAAA,YAPJ,kBAOI,YAAA,YAPJ,cAOI,UAAA,eAPJ,gBAOI,UAAA,iBAPJ,sBAOI,UAAA,uBAPJ,0BAOI,gBAAA,qBAPJ,wBAOI,gBAAA,mBAPJ,2BAOI,gBAAA,iBAPJ,4BAOI,gBAAA,wBAPJ,2BAOI,gBAAA,uBAPJ,2BAOI,gBAAA,uBAPJ,sBAOI,YAAA,qBAPJ,oBAOI,YAAA,mBAPJ,uBAOI,YAAA,iBAPJ,yBAOI,YAAA,mBAPJ,wBAOI,YAAA,kBAPJ,wBAOI,cAAA,qBAPJ,sBAOI,cAAA,mBAPJ,yBAOI,cAAA,iBAPJ,0BAOI,cAAA,wBAPJ,yBAOI,cAAA,uBAPJ,0BAOI,cAAA,kBAPJ,oBAOI,WAAA,eAPJ,qBAOI,WAAA,qBAPJ,mBAOI,WAAA,mBAPJ,sBAOI,WAAA,iBAPJ,wBAOI,WAAA,mBAPJ,uBAOI,WAAA,kBAPJ,gBAOI,MAAA,aAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,YAOI,MAAA,YAPJ,eAOI,MAAA,YAPJ,QAOI,OAAA,YAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,gBAPJ,QAOI,OAAA,eAPJ,QAOI,OAAA,iBAPJ,QAOI,OAAA,eAPJ,WAOI,OAAA,eAPJ,SAOI,YAAA,YAAA,aAAA,YAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,gBAAA,aAAA,gBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,YAAA,iBAAA,aAAA,iBAPJ,SAOI,YAAA,eAAA,aAAA,eAPJ,YAOI,YAAA,eAAA,aAAA,eAPJ,SAOI,WAAA,YAAA,cAAA,YAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,gBAAA,cAAA,gBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,iBAAA,cAAA,iBAPJ,SAOI,WAAA,eAAA,cAAA,eAPJ,YAOI,WAAA,eAAA,cAAA,eAPJ,SAOI,WAAA,YAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,gBAPJ,SAOI,WAAA,eAPJ,SAOI,WAAA,iBAPJ,SAOI,WAAA,eAPJ,YAOI,WAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,YAOI,YAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,eAPJ,YAOI,cAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,YAOI,aAAA,eAPJ,QAOI,QAAA,YAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,gBAPJ,QAOI,QAAA,eAPJ,QAOI,QAAA,iBAPJ,QAOI,QAAA,eAPJ,SAOI,aAAA,YAAA,cAAA,YAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,gBAAA,cAAA,gBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,aAAA,iBAAA,cAAA,iBAPJ,SAOI,aAAA,eAAA,cAAA,eAPJ,SAOI,YAAA,YAAA,eAAA,YAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,gBAAA,eAAA,gBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,iBAAA,eAAA,iBAPJ,SAOI,YAAA,eAAA,eAAA,eAPJ,SAOI,YAAA,YAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,gBAPJ,SAOI,YAAA,eAPJ,SAOI,YAAA,iBAPJ,SAOI,YAAA,eAPJ,SAOI,aAAA,YAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,gBAPJ,SAOI,aAAA,eAPJ,SAOI,aAAA,iBAPJ,SAOI,aAAA,eAPJ,SAOI,eAAA,YAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,gBAPJ,SAOI,eAAA,eAPJ,SAOI,eAAA,iBAPJ,SAOI,eAAA,eAPJ,SAOI,cAAA,YAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBAPJ,SAOI,cAAA,eAPJ,SAOI,cAAA,iBAPJ,SAOI,cAAA,gBHPR,0BGAI,cAOI,QAAA,iBAPJ,oBAOI,QAAA,uBAPJ,aAOI,QAAA,gBAPJ,YAOI,QAAA,eAPJ,aAOI,QAAA,gBAPJ,iBAOI,QAAA,oBAPJ,kBAOI,QAAA,qBAPJ,YAOI,QAAA,eAPJ,mBAOI,QAAA,sBAPJ,YAOI,QAAA,eAPJ,eAOI,KAAA,EAAA,EAAA,eAPJ,cAOI,eAAA,cAPJ,iBAOI,eAAA,iBAPJ,sBAOI,eAAA,sBAPJ,yBAOI,eAAA,yBAPJ,iBAOI,UAAA,YAPJ,iBAOI,UAAA,YAPJ,mBAOI,YAAA,YAPJ,mBAOI,YAAA,YAPJ,eAOI,UAAA,eAPJ,iBAOI,UAAA,iBAPJ,uBAOI,UAAA,uBAPJ,2BAOI,gBAAA,qBAPJ,yBAOI,gBAAA,mBAPJ,4BAOI,gBAAA,iBAPJ,6BAOI,gBAAA,wBAPJ,4BAOI,gBAAA,uBAPJ,4BAOI,gBAAA,uBAPJ,uBAOI,YAAA,qBAPJ,qBAOI,YAAA,mBAPJ,wBAOI,YAAA,iBAPJ,0BAOI,YAAA,mBAPJ,yBAOI,YAAA,kBAPJ,yBAOI,cAAA,qBAPJ,uBAOI,cAAA,mBAPJ,0BAOI,cAAA,iBAPJ,2BAOI,cAAA,wBAPJ,0BAOI,cAAA,uBAPJ,2BAOI,cAAA,kBAPJ,qBAOI,WAAA,eAPJ,sBAOI,WAAA,qBAPJ,oBAOI,WAAA,mBAPJ,uBAOI,WAAA,iBAPJ,yBAOI,WAAA,mBAPJ,wBAOI,WAAA,kBAPJ,iBAOI,MAAA,aAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,aAOI,MAAA,YAPJ,gBAOI,MAAA,YAPJ,SAOI,OAAA,YAPJ,SAOI,OAAA,iBAPJ,SAOI,OAAA,gBAPJ,SAOI,OAAA,eAPJ,SAOI,OAAA,iBAPJ,SAOI,OAAA,eAPJ,YAOI,OAAA,eAPJ,UAOI,YAAA,YAAA,aAAA,YAPJ,UAOI,YAAA,iBAAA,aAAA,iBAPJ,UAOI,YAAA,gBAAA,aAAA,gBAPJ,UAOI,YAAA,eAAA,aAAA,eAPJ,UAOI,YAAA,iBAAA,aAAA,iBAPJ,UAOI,YAAA,eAAA,aAAA,eAPJ,aAOI,YAAA,eAAA,aAAA,eAPJ,UAOI,WAAA,YAAA,cAAA,YAPJ,UAOI,WAAA,iBAAA,cAAA,iBAPJ,UAOI,WAAA,gBAAA,cAAA,gBAPJ,UAOI,WAAA,eAAA,cAAA,eAPJ,UAOI,WAAA,iBAAA,cAAA,iBAPJ,UAOI,WAAA,eAAA,cAAA,eAPJ,aAOI,WAAA,eAAA,cAAA,eAPJ,UAOI,WAAA,YAPJ,UAOI,WAAA,iBAPJ,UAOI,WAAA,gBAPJ,UAOI,WAAA,eAPJ,UAOI,WAAA,iBAPJ,UAOI,WAAA,eAPJ,aAOI,WAAA,eAPJ,UAOI,YAAA,YAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,gBAPJ,UAOI,YAAA,eAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,eAPJ,aAOI,YAAA,eAPJ,UAOI,cAAA,YAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,gBAPJ,UAOI,cAAA,eAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,eAPJ,aAOI,cAAA,eAPJ,UAOI,aAAA,YAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,gBAPJ,UAOI,aAAA,eAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,eAPJ,aAOI,aAAA,eAPJ,SAOI,QAAA,YAPJ,SAOI,QAAA,iBAPJ,SAOI,QAAA,gBAPJ,SAOI,QAAA,eAPJ,SAOI,QAAA,iBAPJ,SAOI,QAAA,eAPJ,UAOI,aAAA,YAAA,cAAA,YAPJ,UAOI,aAAA,iBAAA,cAAA,iBAPJ,UAOI,aAAA,gBAAA,cAAA,gBAPJ,UAOI,aAAA,eAAA,cAAA,eAPJ,UAOI,aAAA,iBAAA,cAAA,iBAPJ,UAOI,aAAA,eAAA,cAAA,eAPJ,UAOI,YAAA,YAAA,eAAA,YAPJ,UAOI,YAAA,iBAAA,eAAA,iBAPJ,UAOI,YAAA,gBAAA,eAAA,gBAPJ,UAOI,YAAA,eAAA,eAAA,eAPJ,UAOI,YAAA,iBAAA,eAAA,iBAPJ,UAOI,YAAA,eAAA,eAAA,eAPJ,UAOI,YAAA,YAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,gBAPJ,UAOI,YAAA,eAPJ,UAOI,YAAA,iBAPJ,UAOI,YAAA,eAPJ,UAOI,aAAA,YAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,gBAPJ,UAOI,aAAA,eAPJ,UAOI,aAAA,iBAPJ,UAOI,aAAA,eAPJ,UAOI,eAAA,YAPJ,UAOI,eAAA,iBAPJ,UAOI,eAAA,gBAPJ,UAOI,eAAA,eAPJ,UAOI,eAAA,iBAPJ,UAOI,eAAA,eAPJ,UAOI,cAAA,YAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,gBAPJ,UAOI,cAAA,eAPJ,UAOI,cAAA,iBAPJ,UAOI,cAAA,gBChCZ,aDyBQ,gBAOI,QAAA,iBAPJ,sBAOI,QAAA,uBAPJ,eAOI,QAAA,gBAPJ,cAOI,QAAA,eAPJ,eAOI,QAAA,gBAPJ,mBAOI,QAAA,oBAPJ,oBAOI,QAAA,qBAPJ,cAOI,QAAA,eAPJ,qBAOI,QAAA,sBAPJ,cAOI,QAAA","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-left: var(--bs-gutter-x, 0.75rem);\n padding-right: var(--bs-gutter-x, 0.75rem);\n margin-left: auto;\n margin-right: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-right: 8.33333333%;\n}\n\n.offset-2 {\n margin-right: 16.66666667%;\n}\n\n.offset-3 {\n margin-right: 25%;\n}\n\n.offset-4 {\n margin-right: 33.33333333%;\n}\n\n.offset-5 {\n margin-right: 41.66666667%;\n}\n\n.offset-6 {\n margin-right: 50%;\n}\n\n.offset-7 {\n margin-right: 58.33333333%;\n}\n\n.offset-8 {\n margin-right: 66.66666667%;\n}\n\n.offset-9 {\n margin-right: 75%;\n}\n\n.offset-10 {\n margin-right: 83.33333333%;\n}\n\n.offset-11 {\n margin-right: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-right: 0;\n }\n\n .offset-sm-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-right: 25%;\n }\n\n .offset-sm-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-right: 50%;\n }\n\n .offset-sm-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-right: 75%;\n }\n\n .offset-sm-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-right: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-right: 0;\n }\n\n .offset-md-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-right: 25%;\n }\n\n .offset-md-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-right: 50%;\n }\n\n .offset-md-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-right: 75%;\n }\n\n .offset-md-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-right: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-right: 0;\n }\n\n .offset-lg-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-right: 25%;\n }\n\n .offset-lg-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-right: 50%;\n }\n\n .offset-lg-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-right: 75%;\n }\n\n .offset-lg-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-right: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-right: 0;\n }\n\n .offset-xl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-right: 25%;\n }\n\n .offset-xl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-right: 50%;\n }\n\n .offset-xl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-right: 75%;\n }\n\n .offset-xl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-right: 0;\n }\n\n .offset-xxl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-right: 25%;\n }\n\n .offset-xxl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-right: 50%;\n }\n\n .offset-xxl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-right: 75%;\n }\n\n .offset-xxl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.mx-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n\n.mx-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n\n.mx-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n}\n\n.mx-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n}\n\n.mx-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n}\n\n.mx-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-left: 0 !important;\n}\n\n.me-1 {\n margin-left: 0.25rem !important;\n}\n\n.me-2 {\n margin-left: 0.5rem !important;\n}\n\n.me-3 {\n margin-left: 1rem !important;\n}\n\n.me-4 {\n margin-left: 1.5rem !important;\n}\n\n.me-5 {\n margin-left: 3rem !important;\n}\n\n.me-auto {\n margin-left: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-right: 0 !important;\n}\n\n.ms-1 {\n margin-right: 0.25rem !important;\n}\n\n.ms-2 {\n margin-right: 0.5rem !important;\n}\n\n.ms-3 {\n margin-right: 1rem !important;\n}\n\n.ms-4 {\n margin-right: 1.5rem !important;\n}\n\n.ms-5 {\n margin-right: 3rem !important;\n}\n\n.ms-auto {\n margin-right: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n}\n\n.px-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n\n.px-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n\n.px-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n\n.px-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n\n.px-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-left: 0 !important;\n}\n\n.pe-1 {\n padding-left: 0.25rem !important;\n}\n\n.pe-2 {\n padding-left: 0.5rem !important;\n}\n\n.pe-3 {\n padding-left: 1rem !important;\n}\n\n.pe-4 {\n padding-left: 1.5rem !important;\n}\n\n.pe-5 {\n padding-left: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-right: 0 !important;\n}\n\n.ps-1 {\n padding-right: 0.25rem !important;\n}\n\n.ps-2 {\n padding-right: 0.5rem !important;\n}\n\n.ps-3 {\n padding-right: 1rem !important;\n}\n\n.ps-4 {\n padding-right: 1.5rem !important;\n}\n\n.ps-5 {\n padding-right: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-left: 0 !important;\n }\n\n .me-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-left: 1rem !important;\n }\n\n .me-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-left: 3rem !important;\n }\n\n .me-sm-auto {\n margin-left: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-right: 0 !important;\n }\n\n .ms-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-right: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-right: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-right: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-sm-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-sm-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-left: 0 !important;\n }\n\n .pe-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-left: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-left: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-right: 0 !important;\n }\n\n .ps-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-right: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-md-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-md-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-md-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-left: 0 !important;\n }\n\n .me-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-left: 1rem !important;\n }\n\n .me-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-left: 3rem !important;\n }\n\n .me-md-auto {\n margin-left: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-right: 0 !important;\n }\n\n .ms-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-right: 1rem !important;\n }\n\n .ms-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-right: 3rem !important;\n }\n\n .ms-md-auto {\n margin-right: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-md-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-md-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-left: 0 !important;\n }\n\n .pe-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-left: 1rem !important;\n }\n\n .pe-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-left: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-right: 0 !important;\n }\n\n .ps-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-right: 1rem !important;\n }\n\n .ps-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-left: 0 !important;\n }\n\n .me-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-left: 1rem !important;\n }\n\n .me-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-left: 3rem !important;\n }\n\n .me-lg-auto {\n margin-left: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-right: 0 !important;\n }\n\n .ms-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-right: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-right: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-right: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-lg-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-lg-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-left: 0 !important;\n }\n\n .pe-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-left: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-left: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-right: 0 !important;\n }\n\n .ps-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-right: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-left: 0 !important;\n }\n\n .me-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xl-auto {\n margin-left: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-right: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-left: 0 !important;\n }\n\n .me-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-left: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-right: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xxl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-right: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.rtl.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css b/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css deleted file mode 100644 index 1207a17..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css +++ /dev/null @@ -1,485 +0,0 @@ -/*! - * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ -:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #fd7e14; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #0d6efd; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 13, 110, 253; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: var(--bs-font-sans-serif); - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -*, -*::before, -*::after { - box-sizing: border-box; -} - -@media (prefers-reduced-motion: no-preference) { - :root { - scroll-behavior: smooth; - } -} - -body { - margin: 0; - font-family: var(--bs-body-font-family); - font-size: var(--bs-body-font-size); - font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); - color: var(--bs-body-color); - text-align: var(--bs-body-text-align); - background-color: var(--bs-body-bg); - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -hr { - margin: 1rem 0; - color: inherit; - background-color: currentColor; - border: 0; - opacity: 0.25; -} - -hr:not([size]) { - height: 1px; -} - -h6, h5, h4, h3, h2, h1 { - margin-top: 0; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -h1 { - font-size: calc(1.375rem + 1.5vw); -} -@media (min-width: 1200px) { - h1 { - font-size: 2.5rem; - } -} - -h2 { - font-size: calc(1.325rem + 0.9vw); -} -@media (min-width: 1200px) { - h2 { - font-size: 2rem; - } -} - -h3 { - font-size: calc(1.3rem + 0.6vw); -} -@media (min-width: 1200px) { - h3 { - font-size: 1.75rem; - } -} - -h4 { - font-size: calc(1.275rem + 0.3vw); -} -@media (min-width: 1200px) { - h4 { - font-size: 1.5rem; - } -} - -h5 { - font-size: 1.25rem; -} - -h6 { - font-size: 1rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-bs-original-title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul { - padding-left: 2rem; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; -} - -dt { - font-weight: 700; -} - -dd { - margin-bottom: 0.5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -b, -strong { - font-weight: bolder; -} - -small { - font-size: 0.875em; -} - -mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -a { - color: #0d6efd; - text-decoration: underline; -} -a:hover { - color: #0a58ca; -} - -a:not([href]):not([class]), a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; -} - -pre, -code, -kbd, -samp { - font-family: var(--bs-font-monospace); - font-size: 1em; - direction: ltr /* rtl:ignore */; - unicode-bidi: bidi-override; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - font-size: 0.875em; -} -pre code { - font-size: inherit; - color: inherit; - word-break: normal; -} - -code { - font-size: 0.875em; - color: #d63384; - word-wrap: break-word; -} -a > code { - color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 0.875em; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} -kbd kbd { - padding: 0; - font-size: 1em; - font-weight: 700; -} - -figure { - margin: 0 0 1rem; -} - -img, -svg { - vertical-align: middle; -} - -table { - caption-side: bottom; - border-collapse: collapse; -} - -caption { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - color: #6c757d; - text-align: left; -} - -th { - text-align: inherit; - text-align: -webkit-match-parent; -} - -thead, -tbody, -tfoot, -tr, -td, -th { - border-color: inherit; - border-style: solid; - border-width: 0; -} - -label { - display: inline-block; -} - -button { - border-radius: 0; -} - -button:focus:not(:focus-visible) { - outline: 0; -} - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -button, -select { - text-transform: none; -} - -[role=button] { - cursor: pointer; -} - -select { - word-wrap: normal; -} -select:disabled { - opacity: 1; -} - -[list]::-webkit-calendar-picker-indicator { - display: none; -} - -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; -} -button:not(:disabled), -[type=button]:not(:disabled), -[type=reset]:not(:disabled), -[type=submit]:not(:disabled) { - cursor: pointer; -} - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - float: left; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: calc(1.275rem + 0.3vw); - line-height: inherit; -} -@media (min-width: 1200px) { - legend { - font-size: 1.5rem; - } -} -legend + * { - clear: left; -} - -::-webkit-datetime-edit-fields-wrapper, -::-webkit-datetime-edit-text, -::-webkit-datetime-edit-minute, -::-webkit-datetime-edit-hour-field, -::-webkit-datetime-edit-day-field, -::-webkit-datetime-edit-month-field, -::-webkit-datetime-edit-year-field { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type=search] { - outline-offset: -2px; - -webkit-appearance: textfield; -} - -/* rtl:raw: -[type="tel"], -[type="url"], -[type="email"], -[type="number"] { - direction: ltr; -} -*/ -::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-color-swatch-wrapper { - padding: 0; -} - -::-webkit-file-upload-button { - font: inherit; -} - -::file-selector-button { - font: inherit; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -output { - display: inline-block; -} - -iframe { - border: 0; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -[hidden] { - display: none !important; -} - -/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file diff --git a/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css.map b/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css.map deleted file mode 100644 index 71177ef..0000000 --- a/public_html/shop.old/vendor/bootstrap/css/bootstrap-reboot.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_root.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/vendor/_rfs.scss","../../scss/_variables.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"AAAA;;;;;;EAAA;ACAA;EAQI,kBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAAA,kBAAA;EAAA,gBAAA;EAAA,kBAAA;EAAA,uBAAA;EAIA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAIA,qBAAA;EAAA,uBAAA;EAAA,qBAAA;EAAA,kBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAIA,8BAAA;EAAA,iCAAA;EAAA,6BAAA;EAAA,2BAAA;EAAA,6BAAA;EAAA,4BAAA;EAAA,6BAAA;EAAA,yBAAA;EAGF,6BAAA;EACA,uBAAA;EACA,+BAAA;EACA,+BAAA;EAMA,qNAAA;EACA,yGAAA;EACA,yFAAA;EAQA,gDAAA;EACA,yBAAA;EACA,0BAAA;EACA,0BAAA;EACA,wBAAA;EAIA,kBAAA;ACSF;;AC5CA;;;EAGE,sBAAA;AD+CF;;AChCI;EANJ;IAOM,uBAAA;EDoCJ;AACF;;ACvBA;EACE,SAAA;EACA,uCAAA;ECmPI,mCALI;ED5OR,uCAAA;EACA,uCAAA;EACA,2BAAA;EACA,qCAAA;EACA,mCAAA;EACA,8BAAA;EACA,6CAAA;AD0BF;;AChBA;EACE,cAAA;EACA,cE+kB4B;EF9kB5B,8BAAA;EACA,SAAA;EACA,aE8kB4B;AH3jB9B;;AChBA;EACE,WEwb4B;AHra9B;;ACTA;EACE,aAAA;EACA,qBEohB4B;EFjhB5B,gBEohB4B;EFnhB5B,gBEohB4B;AH1gB9B;;ACNA;ECwMQ,iCAAA;AF9LR;AE4BI;EDtCJ;IC+MQ,iBAAA;EFjMN;AACF;;ACVA;ECmMQ,iCAAA;AFrLR;AEmBI;EDjCJ;IC0MQ,eAAA;EFxLN;AACF;;ACdA;EC8LQ,+BAAA;AF5KR;AEUI;ED5BJ;ICqMQ,kBAAA;EF/KN;AACF;;AClBA;ECyLQ,iCAAA;AFnKR;AECI;EDvBJ;ICgMQ,iBAAA;EFtKN;AACF;;ACtBA;ECgLM,kBALI;AFjJV;;ACrBA;EC2KM,eALI;AF7IV;;ACdA;EACE,aAAA;EACA,mBEkU0B;AHjT5B;;ACNA;;EAEE,yCAAA;EAAA,iCAAA;EACA,YAAA;EACA,sCAAA;EAAA,8BAAA;ADSF;;ACHA;EACE,mBAAA;EACA,kBAAA;EACA,oBAAA;ADMF;;ACAA;;EAEE,kBAAA;ADGF;;ACAA;;;EAGE,aAAA;EACA,mBAAA;ADGF;;ACAA;;;;EAIE,gBAAA;ADGF;;ACAA;EACE,gBEuZ4B;AHpZ9B;;ACEA;EACE,qBAAA;EACA,cAAA;ADCF;;ACKA;EACE,gBAAA;ADFF;;ACUA;;EAEE,mBEgY4B;AHvY9B;;ACeA;EC4EM,kBALI;AFlFV;;ACkBA;EACE,cE4b4B;EF3b5B,yBEmc4B;AHld9B;;ACwBA;;EAEE,kBAAA;ECwDI,iBALI;EDjDR,cAAA;EACA,wBAAA;ADrBF;;ACwBA;EAAM,eAAA;ADpBN;;ACqBA;EAAM,WAAA;ADjBN;;ACsBA;EACE,cEpNQ;EFqNR,0BEkMwC;AHrN1C;ACqBE;EACE,cEiMsC;AHpN1C;;AC8BE;EAEE,cAAA;EACA,qBAAA;AD5BJ;;ACmCA;;;;EAIE,qCE6S4B;ED/RxB,cALI;EDPR,+BAAA;EACA,2BAAA;ADhCF;;ACuCA;EACE,cAAA;EACA,aAAA;EACA,mBAAA;EACA,cAAA;ECAI,kBALI;AF9BV;ACwCE;ECLI,kBALI;EDYN,cAAA;EACA,kBAAA;ADtCJ;;AC0CA;ECZM,kBALI;EDmBR,cE1QQ;EF2QR,qBAAA;ADvCF;AC0CE;EACE,cAAA;ADxCJ;;AC4CA;EACE,sBAAA;ECxBI,kBALI;ED+BR,WEvTS;EFwTT,yBE/SS;ECEP,qBAAA;AJqQJ;AC2CE;EACE,UAAA;EC/BE,cALI;EDsCN,gBE0Q0B;AHnT9B;;ACkDA;EACE,gBAAA;AD/CF;;ACqDA;;EAEE,sBAAA;ADlDF;;AC0DA;EACE,oBAAA;EACA,yBAAA;ADvDF;;AC0DA;EACE,mBEwU4B;EFvU5B,sBEuU4B;EFtU5B,cE1VS;EF2VT,gBAAA;ADvDF;;AC8DA;EAEE,mBAAA;EACA,gCAAA;AD5DF;;AC+DA;;;;;;EAME,qBAAA;EACA,mBAAA;EACA,eAAA;AD5DF;;ACoEA;EACE,qBAAA;ADjEF;;ACuEA;EAEE,gBAAA;ADrEF;;AC6EA;EACE,UAAA;AD1EF;;AC+EA;;;;;EAKE,SAAA;EACA,oBAAA;EC9HI,kBALI;EDqIR,oBAAA;AD5EF;;ACgFA;;EAEE,oBAAA;AD7EF;;ACkFA;EACE,eAAA;AD/EF;;ACkFA;EAGE,iBAAA;ADjFF;ACoFE;EACE,UAAA;ADlFJ;;ACyFA;EACE,aAAA;ADtFF;;AC8FA;;;;EAIE,0BAAA;AD3FF;AC8FI;;;;EACE,eAAA;ADzFN;;ACgGA;EACE,UAAA;EACA,kBAAA;AD7FF;;ACkGA;EACE,gBAAA;AD/FF;;ACyGA;EACE,YAAA;EACA,UAAA;EACA,SAAA;EACA,SAAA;ADtGF;;AC8GA;EACE,WAAA;EACA,WAAA;EACA,UAAA;EACA,qBE6J4B;EDhXtB,iCAAA;EDsNN,oBAAA;AD5GF;AE5QI;EDiXJ;ICxMQ,iBAAA;EFuGN;AACF;ACyGE;EACE,WAAA;ADvGJ;;AC8GA;;;;;;;EAOE,UAAA;AD3GF;;AC8GA;EACE,YAAA;AD3GF;;ACoHA;EACE,oBAAA;EACA,6BAAA;ADjHF;;ACyHA;;;;;;;CAAA;AAWA;EACE,wBAAA;ADzHF;;AC8HA;EACE,UAAA;AD3HF;;ACiIA;EACE,aAAA;AD9HF;;AC6HA;EACE,aAAA;AD9HF;;ACoIA;EACE,aAAA;EACA,0BAAA;ADjIF;;ACsIA;EACE,qBAAA;ADnIF;;ACwIA;EACE,SAAA;ADrIF;;AC4IA;EACE,kBAAA;EACA,eAAA;ADzIF;;ACiJA;EACE,wBAAA;AD9IF;;ACsJA;EACE,wBAAA;ADnJF","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n :root {\n scroll-behavior: smooth;\n }\n}\n\nbody {\n margin: 0;\n font-family: var(--bs-body-font-family);\n font-size: var(--bs-body-font-size);\n font-weight: var(--bs-body-font-weight);\n line-height: var(--bs-body-line-height);\n color: var(--bs-body-color);\n text-align: var(--bs-body-text-align);\n background-color: var(--bs-body-bg);\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh6, h5, h4, h3, h2, h1 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-bs-original-title] {\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\na:hover {\n color: #0a58ca;\n}\n\na:not([href]):not([class]), a:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n font-size: 1em;\n direction: ltr /* rtl:ignore */;\n unicode-bidi: bidi-override;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\nselect:disabled {\n opacity: 1;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n}\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n direction: ltr;\n}\n*/\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::file-selector-button {\n font: inherit;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n @if $font-size-root != null {\n font-size: var(--#{$variable-prefix}root-font-size);\n }\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n margin: 0; // 1\n font-family: var(--#{$variable-prefix}body-font-family);\n @include font-size(var(--#{$variable-prefix}body-font-size));\n font-weight: var(--#{$variable-prefix}body-font-weight);\n line-height: var(--#{$variable-prefix}body-line-height);\n color: var(--#{$variable-prefix}body-color);\n text-align: var(--#{$variable-prefix}body-text-align);\n background-color: var(--#{$variable-prefix}body-bg); // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n background-color: currentColor;\n border: 0;\n opacity: $hr-opacity;\n}\n\nhr:not([size]) {\n height: $hr-height; // 2\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `

    `-`

    ` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

    `s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-bs-original-title] { // 1\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n text-decoration-skip-ink: none; // 4\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n\n &:hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n direction: ltr #{\"/* rtl:ignore */\"};\n unicode-bidi: bidi-override;\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-`